Shared library build of Chromium’s Content module
Перейти к файлу
Adam Roben 4252769640 Merge pull request #32 from brightray/chrome-31
Update to Chrome 31.0.1650.57
2013-12-02 09:53:38 -08:00
chromiumcontent Compile content_app into libchromiumcontent 2013-12-02 12:13:56 -05:00
patches Fix a typo in inside_webkit.patch 2013-11-26 23:24:41 -05:00
script Teach gyp to link libchromiumcontent as C++ 2013-12-02 10:43:38 -05:00
tools/linux create artifact libtest_support_chromiumcontent.a 2013-11-15 23:03:27 -06:00
vendor Remove custom json_cpp gclient variable 2013-10-07 11:13:22 -04:00
.gitignore Zip up the distribution 2013-03-06 19:42:30 -05:00
.gitmodules Add a mechanism for patching Chromium 2013-05-15 17:15:12 -04:00
LICENSE.txt Add README and LICENSE 2013-02-28 08:47:47 -05:00
README.md Build the latest release of Chrome 28 2013-07-01 17:05:36 -04:00
VERSION Update to Chrome 31.0.1650.57 2013-11-26 21:06:48 -05:00
chromiumcontent.gypi don't use tcmalloc in Linux builds 2013-11-11 16:14:53 -06:00
gyp-win-tool-wrapper Give chromiumcontent.dll a .def file 2013-05-15 19:00:52 -04:00

README.md

libchromiumcontent

A single, shared library that includes the Chromium Content module and all its dependencies (e.g., WebKit, V8, etc.).

Using it in your app

TODO

Development

Prerequisites

  • Python 2.7

One-time setup

$ script/bootstrap

Building

$ script/build

Updating project files

If you change VERSION to point to a different Chromium release, or modify chromiumcontent.gyp{,i}, you should run:

$ script/update

This will regenerate all the project files. Then you can build again.