Shared library build of Chromium’s Content module
Перейти к файлу
Adam Roben 06f53274de Rewrite script/update in Python
Another step along the road to Windows compatibility.
2013-04-27 14:11:23 -04:00
script Rewrite script/update in Python 2013-04-27 14:11:23 -04:00
vendor Don't fetch ninja, the depot_tools already ships it. 2013-04-11 19:19:31 +08:00
.gitignore Zip up the distribution 2013-03-06 19:42:30 -05:00
.gitmodules Don't fetch ninja, the depot_tools already ships it. 2013-04-11 19:19:31 +08:00
LICENSE.txt Add README and LICENSE 2013-02-28 08:47:47 -05:00
README.md Add README and LICENSE 2013-02-28 08:47:47 -05:00
VERSION Update to latest Chromium trunk revision 2013-04-17 19:37:42 -04:00
chromiumcontent.gyp Add libtest_support_chromiumcontent.a 2013-04-24 13:53:29 -04:00
chromiumcontent.gypi Export symbols from base/prefs 2013-03-29 16:47:42 -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

One-time setup

$ script/bootstrap

Building

$ script/build

Updating project files

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

$ script/update

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