Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Side by Side Diff: DEPS

Issue 726133003: Add python coverage module to DEPS (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 deps = { 1 deps = {
2 "src/third_party/libapps": 2 "src/third_party/libapps":
3 "https://chromium.googlesource.com/apps/libapps.git@cd34b28", 3 "https://chromium.googlesource.com/apps/libapps.git@cd34b28",
4 "src/third_party/mock": 4 "src/third_party/mock":
5 "https://github.com/sbc100/mock.git@6206f33", 5 "https://github.com/sbc100/mock.git@6206f33",
6 "src/third_party/zip.js": 6 "src/third_party/zip.js":
7 "git://github.com/gildas-lormeau/zip.js@4c93974" 7 "git://github.com/gildas-lormeau/zip.js@4c93974",
8 "src/third_party/coverage":
9 "https://github.com/nedbat/coveragepy.git@8da39d5"
8 } 10 }
9 11
10 deps_os = { 12 deps_os = {
11 "win": { 13 "win": {
12 "src/third_party/cygwin": 14 "src/third_party/cygwin":
13 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984", 15 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984",
14 "src/native_client/build": 16 "src/native_client/build":
15 "http://src.chromium.org/native_client/trunk/src/native_client/build" 17 "http://src.chromium.org/native_client/trunk/src/native_client/build"
16 }, 18 },
17 } 19 }
18 20
19 hooks = [ 21 hooks = [
20 { 22 {
21 "name": "clean_pyc", 23 "name": "clean_pyc",
22 "pattern": ".", 24 "pattern": ".",
23 "action": [ 25 "action": [
24 "python", "src/build_tools/clean_pyc.py", "src/build_tools", "src/lib" 26 "python", "src/build_tools/clean_pyc.py", "src/build_tools", "src/lib"
25 ], 27 ],
26 }, 28 },
27 ] 29 ]
OLDNEW
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698