forked from lianliuwei/chromium_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEPS
29 lines (24 loc) · 1.01 KB
/
DEPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
vars = {
"googlecode_url": "http://%s.googlecode.com/svn",
'git_url':
'http://git.chromium.org',
'proj_root_url':
'file://e:/workspace',
"skia_revision": "3089",
}
deps = {
'testing/gmock':
Var('git_url') + '/external/googlemock.git@1de8831515fed5d6c86989c6c021f08abd2c37a5',
'testing/gtest':
Var('git_url') + '/external/googletest.git@a2965825b1953c7b8ad292f726eb5c3f2659d5d3',
'tools/grit':
Var('git_url') + '/external/grit-i18n.git@0bb959423818266efea82162f48ad83e5eb2e8b2',
'tools/gyp':
Var('git_url') + '/external/gyp.git@811299f068ed8c40b1da72eca2fcc1ecc00304ba',
'third_party/skia/include':
Var('git_url') + '/external/skia/include.git@143c0a8d747a8c347108f5126cd495dfee55ef38',
'third_party/skia/src':
Var('git_url') + '/external/skia/src.git@7e65f4db3d63fd2ebf2754f01eebe86da1f42428',
'third_party/skia/third_party/glu':
Var('git_url') + '/external/skia/third_party/glu.git@53680310e174393579d8946c84c78625e6ac133c',
}