Shared library build of Chromium’s Content module
Перейти к файлу
Adam Roben d5cef3b0fe Add libtest_support_chromiumcontent.a
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.
2013-04-24 13:53:29 -04:00
script Add libtest_support_chromiumcontent.a 2013-04-24 13:53:29 -04:00
vendor
.gitignore
.gitmodules
LICENSE.txt
README.md
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

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.