forked from crosswalk-project/crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEPS.xwalk
19 lines (18 loc) · 955 Bytes
/
DEPS.xwalk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
''' This file indicate the dependencies crosswalk lays on.
DO NOT use this DEPS to checkout code, it's for tools/fetch_deps.py.
'''
# chromium_version is the version of chromium crosswalk based,
# Usually it's major.minor.build.patch
# Use 'Trunk' for trunk.
# If using trunk, will use '.DEPS.git' for gclient.
chromium_version = '29.0.1547.57'
chromium_crosswalk_point = 'daaa3ba6975403ae4801d7e1965b894c9b31ae4b'
blink_crosswalk_point = 'bcc7da6145656ada9a0840b3f3b73878ed99b389'
deps_xwalk = {
'src': 'ssh://[email protected]/pozdnyakov/chromium-crosswalk.git@%s' % chromium_crosswalk_point,
'src/third_party/WebKit': 'ssh://[email protected]/pozdnyakov/blink-crosswalk.git@%s' % blink_crosswalk_point,
'src/third_party/jsoncpp/source/src/lib_json':
'http://svn.code.sf.net/p/jsoncpp/code/trunk/jsoncpp/src/lib_json@248',
'src/third_party/jsoncpp/source/include':
'http://svn.code.sf.net/p/jsoncpp/code/trunk/jsoncpp/include@248',
}