Shared library build of Chromium’s Content module
Перейти к файлу
Cheng Zhao 8f78412c4b Update blink_world_context.patch 2017-01-23 14:03:43 +09:00
chromiumcontent Support MAS build 2017-01-17 12:54:54 -08:00
patches Update blink_world_context.patch 2017-01-23 14:03:43 +09:00
patches-mas Upgrade to Chromium 54.0.2840.101 2017-01-17 12:54:53 -08:00
resources
script Remove unneeded buffer size setting 2017-01-21 13:02:11 -08:00
tools The directory of "src" has changed 2016-08-02 12:42:32 +09:00
vendor Upgrade depot_tools 2017-01-17 12:54:53 -08:00
.gitignore Ignore .gclient_entries 2017-01-17 12:54:53 -08:00
.gitmodules
LICENSE.txt
README.md Add missing the 2017-01-21 10:52:44 -08:00
VERSION Upgrade to Chrome 56.0.2924.59 2017-01-23 14:03:43 +09:00

README.md

libchromiumcontent

Automatically builds and provides prebuilt binaries of the Chromium Content module and all its dependencies (e.g., Blink, V8, etc.).

Development

Prerequisites

One-time setup

$ script/bootstrap

Building

$ script/update -t x64
$ script/build -t x64

Updating project files

If you switch to a different Chromium release, or modify files inside the chromiumcontent directory, you should run:

$ script/update

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

Building for ARM target

TODO: This section may be out of date, needs review

$ ./script/bootstrap
$ ./script/update -t arm
$ cd vendor/chromium/src
$ ./build/install-build-deps.sh --arm
$ ./chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py --arch=arm
$ cd -
$ ./script/build -t arm