Shared library build of Chromium’s Content module
Перейти к файлу
Cheng Zhao 5ec571562b Upgrade to Chrome 41.0.2272.76 2015-03-03 15:09:04 -08:00
chromiumcontent Use 10.9 SDK for building 2015-01-14 20:53:38 -08:00
patches Remove unused WebKit patch 2015-01-14 20:19:02 -08:00
script Remove merged removed code 2015-03-03 15:01:35 -08:00
tools/linux create artifact libtest_support_chromiumcontent.a 2013-11-15 23:03:27 -06:00
vendor Ship xz binaries 2014-10-09 16:01:25 +08:00
.gitignore Ignore vim swap files. 2014-08-31 20:12:44 +08:00
.gitmodules Use ninja from depot_tools 2014-10-09 15:31:38 +08:00
LICENSE.txt Add README and LICENSE 2013-02-28 08:47:47 -05:00
README.md Don't call update in bootstrap 2015-02-05 10:52:07 -08:00
VERSION Upgrade to Chrome 41.0.2272.76 2015-03-03 15:09:04 -08:00
gyp-win-tool-wrapper Filter out symbols like "ViewMsg_Repaint" 2015-01-13 22:18:10 -08: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/update -t x64
$ script/build -t x64

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.