Shared library build of Chromium’s Content module
Перейти к файлу
Cheng Zhao dac4a4ae96 Do not combine chromiumviews libs when in component build 2015-04-03 14:49:37 +08:00
chromiumcontent Do not combine chromiumviews libs when in component build 2015-04-03 14:49:37 +08:00
patches Remove some old patches 2015-04-03 10:57:39 +08:00
script Do not combine chromiumviews libs when in component build 2015-04-03 14:49:37 +08:00
tools Include static libraries in dist 2015-04-02 22:12:57 +08:00
vendor Ship xz binaries 2014-10-09 16:01:25 +08:00
.gitignore Build static_library and shared_library in the same time 2015-04-02 19:22:06 +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 📝 Update required VS2013 version on Windows. 2015-03-29 10:14:06 +08:00
VERSION Upgrade to Chrome 41.0.2272.76 2015-03-03 15:09:04 -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 4

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.