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

Side by Side Diff: DEPS

Issue 337323007: Add quakespasm, and OpenGL+SDL-based port of quake1. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ports/quakespasm/README.nacl » ('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@0bec09b", 3 "https://chromium.googlesource.com/apps/libapps.git@0bec09b",
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":
7 "git://github.com/gildas-lormeau/zip.js@4c93974"
6 } 8 }
7 9
8 deps_os = { 10 deps_os = {
9 "win": { 11 "win": {
10 "src/third_party/cygwin": 12 "src/third_party/cygwin":
11 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984", 13 "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984",
12 "src/native_client/build": 14 "src/native_client/build":
13 "http://src.chromium.org/native_client/trunk/src/native_client/build" 15 "http://src.chromium.org/native_client/trunk/src/native_client/build"
14 }, 16 },
15 } 17 }
16 18
17 hooks = [ 19 hooks = [
18 { 20 {
19 "name": "clean_pyc", 21 "name": "clean_pyc",
20 "pattern": ".", 22 "pattern": ".",
21 "action": [ 23 "action": [
22 "python", "src/build_tools/clean_pyc.py", "src/build_tools", "src/lib" 24 "python", "src/build_tools/clean_pyc.py", "src/build_tools", "src/lib"
23 ], 25 ],
24 }, 26 },
25 ] 27 ]
OLDNEW
« no previous file with comments | « no previous file | ports/quakespasm/README.nacl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698