-
Notifications
You must be signed in to change notification settings - Fork 4
/
DEPS
34 lines (32 loc) · 835 Bytes
/
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
30
31
32
33
34
deps = {
"src/third_party/libapps":
"https://chromium.googlesource.com/apps/libapps.git@6e65bd5",
"src/third_party/zip.js":
"https://github.com/gildas-lormeau/zip.js.git@4c93974",
"src/third_party/clang_tools":
"https://chromium.googlesource.com/chromium/src/tools/clang.git@7aa7166",
}
deps_os = {
"win": {
"src/third_party/cygwin":
"http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984",
"src/native_client/build":
"http://src.chromium.org/native_client/trunk/src/native_client/build"
},
}
hooks = [
{
"name": "clean_pyc",
"pattern": ".",
"action": [
"python", "src/build_tools/clean_pyc.py", "src/build_tools", "src/lib"
],
},
{
"name": "pip_install",
"pattern": ".",
"action": [
"src/build_tools/pip_install.sh"
],
},
]