Shared library build of Chromium’s Content module
Перейти к файлу
Adam Roben 0d02a8d41a Merge pull request #13 from brightray/windows-test-support
Build test_support_chromiumcontent on Windows
2013-05-29 10:06:06 -07:00
patches Create and export sandbox_static.lib for Windows clients 2013-05-22 13:18:41 -04:00
script Include test support PDBs so we can debug tests 2013-05-29 13:03:24 -04:00
vendor Add a mechanism for patching Chromium 2013-05-15 17:15:12 -04:00
.gitignore Zip up the distribution 2013-03-06 19:42:30 -05:00
.gitmodules Add a mechanism for patching Chromium 2013-05-15 17:15:12 -04:00
LICENSE.txt Add README and LICENSE 2013-02-28 08:47:47 -05:00
README.md Mention that Python is required to build 2013-05-16 08:39:40 -04:00
VERSION Update to latest Chromium trunk revision 2013-04-17 19:37:42 -04:00
chromiumcontent.gyp Create test_support_chromiumcontent.lib 2013-05-29 13:02:24 -04:00
chromiumcontent.gypi Fix linker errors with test_support_chromiumcontent.lib 2013-05-29 13:02:25 -04:00
gyp-win-tool-wrapper Give chromiumcontent.dll a .def file 2013-05-15 19:00:52 -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

Prerequisites

  • Python 2.7

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.