Shared library build of Chromium’s Content module
Перейти к файлу
Adam Roben f04e051eb3 Spew less when reverting changes fails 2014-01-17 13:42:52 -05:00
chromiumcontent Pull base_static into test_support_chromiumcontent 2013-12-19 08:35:15 -05:00
patches Fix a typo in inside_webkit.patch 2013-11-26 23:24:41 -05:00
script Spew less when reverting changes fails 2014-01-17 13:42:52 -05:00
tools/linux create artifact libtest_support_chromiumcontent.a 2013-11-15 23:03:27 -06:00
vendor Remove gsutil repository override 2014-01-17 10:34:55 -05: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 Build the latest release of Chrome 28 2013-07-01 17:05:36 -04:00
VERSION Update to Chrome 32.0.1700.77 2014-01-17 10:34:21 -05:00
chromiumcontent.gypi don't use tcmalloc in Linux builds 2013-11-11 16:14:53 -06: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 release, or modify chromiumcontent.gyp{,i}, you should run:

$ script/update

This will regenerate all the project files. Then you can build again.