forked from lianliuwei/chromium_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
26 lines (26 loc) · 1.11 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
vars = {
'git_url':
'http://git.chromium.org',
'proj_root_url':
'file://e:/workspace',
}
deps = {
'tools/grit':
Var('git_url') + '/external/grit-i18n.git@5bc811df33323380e4ac89af5df8cc65ae8265c0',
'tools/gyp':
Var('git_url') + '/external/gyp.git@68058475eca882224d56ce7d24130cdff5be6501',
'third_party/depot_tools':
Var('proj_root_url') + '/depot_tools@a9009fde0fbc64939646b852dfcd7ef2798a475e',
'testing/gmock':
Var('git_url') + '/external/googlemock.git@1de8831515fed5d6c86989c6c021f08abd2c37a5',
'testing/gtest':
Var('git_url') + '/external/googletest.git@a2965825b1953c7b8ad292f726eb5c3f2659d5d3',
'third_party/skia/gpu':
Var('git_url') + '/external/skia/gpu.git@efaf1d70f51be4e48e91af7ceed897b37c18b916',
'third_party/skia/include':
Var('git_url') + '/external/skia/include.git@fd6805b881d45050ebc74863666187f5df093f3f',
'third_party/skia/src':
Var('git_url') + '/external/skia/src.git@94edbff71593dde2de7138340fb6d1068c9e7315',
'third_party/skia/third_party/glu':
Var('git_url') + '/external/skia/third_party/glu.git@c988402115946ed3cb7fb347f6eef4a8cec543e2',
}