Shared library build of Chromium’s Content module
Перейти к файлу
Adam Roben 1755de0aac Create distributions in CI 2013-03-06 19:42:30 -05:00
script Create distributions in CI 2013-03-06 19:42:30 -05:00
vendor Just clone depot_tools in script/bootstrap instead of using a submodule 2013-02-20 15:43:57 -05:00
.gitignore Add a script to create a dist directory for use by apps 2013-03-06 19:42:29 -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 Initial commit 2013-02-18 16:08:33 -05: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.