Shared library build of Chromium’s Content module
Перейти к файлу
Cheng Zhao 26d0c9e8d3 Update python-patch for revert ability 2014-10-09 15:14:10 +08:00
chromiumcontent Fix packaging libspeechd library and header 2014-10-08 01:49:25 +00:00
patches Add patch to fix duplicate symbol of webrtc and libjingle. 2014-08-29 08:52:49 +00:00
script Extract the tarball 2014-10-09 14:54:02 +08:00
tools/linux create artifact libtest_support_chromiumcontent.a 2013-11-15 23:03:27 -06:00
vendor Update python-patch for revert ability 2014-10-09 15:14:10 +08:00
.gitignore Ignore vim swap files. 2014-08-31 20:12:44 +08: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 Add CentOS 6.5 Linux Prerequisites 2014-07-28 14:05:05 -07:00
VERSION Upgrade to Chrome 37.0.2062.124 2014-10-05 20:01:48 +08:00
gyp-win-tool-wrapper Export functions that take cc:: and gpu:: types as arguments 2014-07-03 13:46:43 -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

Mac

  • Xcode 5.1

Windows

  • Visual Studio 2013 Professional Update 2

Linux

CentOS 6.5
  • sudo yum install pciutils-devel cups-devel libudev-devel
  • Currently bootstrap completes but build does not

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.