Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybertk/libchromium

Stanalone Chromium modules
https://github.com/cybertk/libchromium

Last synced: about 2 months ago
JSON representation

Stanalone Chromium modules

Awesome Lists containing this project

README

        

libchromium
===========

Create .gclient with following content, replace the "demo" solution to your real project.

Note: The demo solution must come after libchromium, in order to get the correct hooks order.

solutions = [
{ "name" : "libchromium",
"url" : "http://github.com/cybertk/libchromium.git",
"deps_file" : "DEPS",
"managed" : True,
"safesync_url": "",
},
{ "name" : "demo",
"url" : "http://github.com/cybertk/libchromium-demo.git",
"deps_file" : "DEPS",
"managed" : True,
"safesync_url": "",
},
]

target_os = ['ios']
target_os_only = True

Checkout codes.

$ gclient sync --nohooks

Configure environment

$ . libchromium/env.sh

Generate projects

$ gclient runhooks