d5cef3b0fe
This static library combines all of the various test support libraries that are needed for testing the content module and its dependencies (i.e., gtest, gmock, test_support_content, net_test_support, etc.). Embedders can link their test binaries against this single static library to pull in all the symbols they need for testing. |
||
---|---|---|
script | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
LICENSE.txt | ||
README.md | ||
VERSION | ||
chromiumcontent.gyp | ||
chromiumcontent.gypi |
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.