Skip to content

Shared library build of Chromium’s Content module

License

Notifications You must be signed in to change notification settings

darkdh/libchromiumcontent

 
 

Repository files navigation

libchromiumcontent

A single, shared library that includes the Chromium Content module and all its dependencies (e.g., Blink, V8, etc.).

Using it in your app

TODO

Development

Prerequisites

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.

Building for ARM target

$ ./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

About

Shared library build of Chromium’s Content module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • C++ 0.2%