-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathDEPS.mogo
More file actions
16 lines (15 loc) · 684 Bytes
/
Copy pathDEPS.mogo
File metadata and controls
16 lines (15 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
''' This file indicate the dependencies ChromeView lays on.
DO NOT use this DEPS to checkout code, it's for tools/generate_gclient-mogo.py.
'''
# chromium_branch is the version of chromium ChromeView based.
# Use 'Trunk' for trunk.
# If using trunk, will use '.DEPS.git' for gclient.
chromium_branch = '1847'
chromium_crosswalk_point = '8fcd11b712d73ff5332d9e397cb430ce7ba21d21'
blink_crosswalk_point = '729e2d7bb71af2e0ed323ad6850806547bdb2bb3'
deps_mogo = {
'src': 'https://github.com/mogoweb/chromium-crosswalk.git@%s' % chromium_crosswalk_point,
'src/third_party/WebKit': 'https://github.com/mogoweb/blink-crosswalk.git@%s' % blink_crosswalk_point,
}
vars_mogo = {
}