Shared library build of Chromium’s Content module
Перейти к файлу
Cheng Zhao 80e45c41f3 Do not run unnecessary gyp hooks. 2014-08-29 13:05:30 +00:00
chromiumcontent Build with chromedriver. 2014-08-11 12:00:04 +08:00
patches Add patch to fix duplicate symbol of webrtc and libjingle. 2014-08-29 08:52:49 +00:00
script Do not run unnecessary gyp hooks. 2014-08-29 13:05:30 +00:00
tools/linux create artifact libtest_support_chromiumcontent.a 2013-11-15 23:03:27 -06:00
vendor Ignore some unnecessary deps. 2014-08-29 03:52:13 +00: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
README.md Add CentOS 6.5 Linux Prerequisites 2014-07-28 14:05:05 -07:00
VERSION Upgrade to 37.0.2062.102. 2014-08-29 03:53:20 +00:00
chromiumcontent.gypi Don't use gold flags. 2014-08-12 01:52:23 +00: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.