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

Side by Side Diff: DEPS

Issue 822613002: Fix deps for third_party/pkg/glob on trunk. (Closed) Base URL: http://dart.googlecode.com/svn/trunk/deps/all.deps/
Patch Set: Created 6 years 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 | 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": "@1752", 10 "gyp_rev": "@1752",
(...skipping 13 matching lines...) Expand all
24 "chrome_rev" : "@19997", 24 "chrome_rev" : "@19997",
25 "clang_rev" : "@28450", 25 "clang_rev" : "@28450",
26 "commons-io_rev" : "@19997", 26 "commons-io_rev" : "@19997",
27 "commons-lang_rev" : "@33092", 27 "commons-lang_rev" : "@33092",
28 "async_await_rev" : "@b151ae5aeb8b825c528f46181d80430b2ee33a63", 28 "async_await_rev" : "@b151ae5aeb8b825c528f46181d80430b2ee33a63",
29 "d8_rev" : "@39739", 29 "d8_rev" : "@39739",
30 "eclipse_rev" : "@38742", 30 "eclipse_rev" : "@38742",
31 "fake_async_rev" : "@38614", 31 "fake_async_rev" : "@38614",
32 "fest_rev" : "@19997", 32 "fest_rev" : "@19997",
33 "firefox_jsshell_rev" : "@35614", 33 "firefox_jsshell_rev" : "@35614",
34 "glob_rev": "@81ca8e6f275ae01fc6cc571c3877336ca96fb3c1", 34 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
35 "gson_rev" : "@36048", 35 "gson_rev" : "@36048",
36 "gsutil_rev" : "@33376", 36 "gsutil_rev" : "@33376",
37 "guava_rev" : "@19997", 37 "guava_rev" : "@19997",
38 "hamcrest_rev" : "@19997", 38 "hamcrest_rev" : "@19997",
39 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", 39 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48",
40 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1", 40 "jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
41 "json_rev" : "@19997", 41 "json_rev" : "@19997",
42 "junit_rev" : "@19997", 42 "junit_rev" : "@19997",
43 "mockito_rev" : "@19997", 43 "mockito_rev" : "@19997",
44 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5", 44 "net_nss_rev": "@f81948e9a402db94287a43bb34a07ee0daf56cb5",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 }, 187 },
188 { 188 {
189 "pattern": ".", 189 "pattern": ".",
190 "action": ["python", "dart/editor/build/generate_sources.py"], 190 "action": ["python", "dart/editor/build/generate_sources.py"],
191 }, 191 },
192 { 192 {
193 "pattern": ".", 193 "pattern": ".",
194 "action": ["python", "dart/tools/gyp_dart.py"], 194 "action": ["python", "dart/tools/gyp_dart.py"],
195 }, 195 },
196 ] 196 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698