Shared library build of Chromium’s Content module
Перейти к файлу
Adam Roben 8a81d74a56 Update to match chrome/trunk 2013-03-21 13:46:23 -04:00
script Make script/download work when invoked from anywhere 2013-03-12 16:59:00 -04:00
vendor Use boto's s3put to upload to S3 2013-03-07 11:36:28 -05:00
.gitignore Zip up the distribution 2013-03-06 19:42:30 -05:00
.gitmodules Just clone depot_tools in script/bootstrap instead of using a submodule 2013-02-20 15:43:57 -05: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 match chrome/trunk 2013-03-21 13:46:23 -04:00
chromiumcontent.gyp Fix Debug vs. Release builds of libchromiumcontent 2013-03-06 19:42:30 -05:00
chromiumcontent.gypi chromium_content -> chromiumcontent 2013-02-28 08:43:55 -05: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.