Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/libchromium
Stanalone Chromium modules
https://github.com/cybertk/libchromium
Last synced: about 2 months ago
JSON representation
Stanalone Chromium modules
- Host: GitHub
- URL: https://github.com/cybertk/libchromium
- Owner: cybertk
- License: mit
- Created: 2013-09-02T17:48:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T01:35:10.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:28:41.058Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 358 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 = TrueCheckout codes.
$ gclient sync --nohooks
Configure environment
$ . libchromium/env.sh
Generate projects
$ gclient runhooks