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

Side by Side Diff: deps/all.deps/DEPS

Issue 26758004: Version 0.7.6.6 (Closed) Base URL: http://dart.googlecode.com/svn/branches/0.7/
Patch Set: Created 7 years, 2 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 | « dart/tools/VERSION ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 vars = { 5 vars = {
6 # Use this googlecode_url variable only if there is an internal mirror for it. 6 # Use this googlecode_url variable only if there is an internal mirror for it.
7 # If you do not know, use the full path while defining your new deps entry. 7 # If you do not know, use the full path while defining your new deps entry.
8 "googlecode_url": "http://%s.googlecode.com/svn", 8 "googlecode_url": "http://%s.googlecode.com/svn",
9 9
10 "gyp_rev": "@1617", 10 "gyp_rev": "@1617",
11 "nss_rev": "@209026", 11 "nss_rev": "@209026",
12 "co19_rev": "@587", 12 "co19_rev": "@587",
13 "co19_repo": "http://co19.googlecode.com/svn/trunk/co19/", 13 "co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
14 "chromium_url": "http://src.chromium.org/svn", 14 "chromium_url": "http://src.chromium.org/svn",
15 "chromium_git": "http://git.chromium.org/git", 15 "chromium_git": "http://git.chromium.org/git",
16 16
17 # Revisions of /third_party/* dependencies. 17 # Revisions of /third_party/* dependencies.
18 "7zip_rev" : "@19997", 18 "7zip_rev" : "@19997",
19 "apache_ant_rev" : "@19997", 19 "apache_ant_rev" : "@19997",
20 "apache_compress_rev" : "@19997", 20 "apache_compress_rev" : "@19997",
21 "args4j_rev" : "@19997", 21 "args4j_rev" : "@19997",
22 "bzip2_rev" : "@19997", 22 "bzip2_rev" : "@19997",
23 "chrome_rev" : "@19997", 23 "chrome_rev" : "@19997",
24 "clang_rev" : "@28445",
24 "commons-io_rev" : "@19997", 25 "commons-io_rev" : "@19997",
25 "commons-lang_rev" : "@19997", 26 "commons-lang_rev" : "@19997",
26 "d8_rev" : "@27036", 27 "d8_rev" : "@27036",
27 "eclipse_rev" : "@27489", 28 "eclipse_rev" : "@27489",
28 "fest_rev" : "@19997", 29 "fest_rev" : "@19997",
29 "firefox_jsshell_rev" : "@25263", 30 "firefox_jsshell_rev" : "@25263",
30 "gsutil_rev" : "@19997", 31 "gsutil_rev" : "@19997",
31 "guava_rev" : "@19997", 32 "guava_rev" : "@19997",
32 "hamcrest_rev" : "@19997", 33 "hamcrest_rev" : "@19997",
33 "json_rev" : "@19997", 34 "json_rev" : "@19997",
(...skipping 29 matching lines...) Expand all
63 Var("chromium_url") + "/trunk/src/net/third_party/nss" + Var("nss_rev"), 64 Var("chromium_url") + "/trunk/src/net/third_party/nss" + Var("nss_rev"),
64 65
65 "dart/third_party/7zip": "/third_party/7zip" + Var("7zip_rev"), 66 "dart/third_party/7zip": "/third_party/7zip" + Var("7zip_rev"),
66 "dart/third_party/apache_ant": 67 "dart/third_party/apache_ant":
67 "/third_party/apache_ant" + Var("apache_ant_rev"), 68 "/third_party/apache_ant" + Var("apache_ant_rev"),
68 "dart/third_party/apache_compress": 69 "dart/third_party/apache_compress":
69 "/third_party/apache_compress" + Var("apache_compress_rev"), 70 "/third_party/apache_compress" + Var("apache_compress_rev"),
70 "dart/third_party/args4j": "/third_party/args4j" + Var("args4j_rev"), 71 "dart/third_party/args4j": "/third_party/args4j" + Var("args4j_rev"),
71 "dart/third_party/bzip2": "/third_party/bzip2" + Var("bzip2_rev"), 72 "dart/third_party/bzip2": "/third_party/bzip2" + Var("bzip2_rev"),
72 "dart/third_party/chrome": "/third_party/chrome" + Var("chrome_rev"), 73 "dart/third_party/chrome": "/third_party/chrome" + Var("chrome_rev"),
74 "dart/third_party/clang": "/third_party/clang" + Var("clang_rev"),
73 "dart/third_party/commons-io": 75 "dart/third_party/commons-io":
74 "/third_party/commons-io" + Var("commons-io_rev"), 76 "/third_party/commons-io" + Var("commons-io_rev"),
75 "dart/third_party/commons-lang": 77 "dart/third_party/commons-lang":
76 "/third_party/commons-lang" + Var("commons-lang_rev"), 78 "/third_party/commons-lang" + Var("commons-lang_rev"),
77 "dart/third_party/eclipse": "/third_party/eclipse" + Var("eclipse_rev"), 79 "dart/third_party/eclipse": "/third_party/eclipse" + Var("eclipse_rev"),
78 "dart/third_party/fest": "/third_party/fest" + Var("fest_rev"), 80 "dart/third_party/fest": "/third_party/fest" + Var("fest_rev"),
79 "dart/third_party/firefox_jsshell": 81 "dart/third_party/firefox_jsshell":
80 "/third_party/firefox_jsshell" + Var("firefox_jsshell_rev"), 82 "/third_party/firefox_jsshell" + Var("firefox_jsshell_rev"),
81 "dart/third_party/gsutil": "/third_party/gsutil" + Var("gsutil_rev"), 83 "dart/third_party/gsutil": "/third_party/gsutil" + Var("gsutil_rev"),
82 "dart/third_party/guava": "/third_party/guava" + Var("guava_rev"), 84 "dart/third_party/guava": "/third_party/guava" + Var("guava_rev"),
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 }, 118 },
117 { 119 {
118 "pattern": ".", 120 "pattern": ".",
119 "action": ["python", "dart/editor/build/generate_sources.py"], 121 "action": ["python", "dart/editor/build/generate_sources.py"],
120 }, 122 },
121 { 123 {
122 "pattern": ".", 124 "pattern": ".",
123 "action": ["python", "dart/tools/gyp_dart.py"], 125 "action": ["python", "dart/tools/gyp_dart.py"],
124 }, 126 },
125 ] 127 ]
OLDNEW
« no previous file with comments | « dart/tools/VERSION ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698