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

Side by Side Diff: standalone.deps/DEPS

Issue 1094793005: Update args to 0.13.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/deps
Patch Set: Created 5 years, 8 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 | « dartium.deps/DEPS ('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 "dart_branch": "/branches/bleeding_edge", 9 "dart_branch": "/branches/bleeding_edge",
10 10
11 "gyp_rev": "@1752", 11 "gyp_rev": "@1752",
12 "co19_rev": "@801", 12 "co19_rev": "@801",
13 "chromium_git": "https://chromium.googlesource.com", 13 "chromium_git": "https://chromium.googlesource.com",
14 14
15 # Revisions of /third_party/* dependencies. 15 # Revisions of /third_party/* dependencies.
16 "args_rev" : "@2699ca11b09158ab23ff4cb464ab255e89cc2f27", 16 "args_tag": "@0.13.0",
17 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", 17 "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
18 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 18 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
19 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 19 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
20 "fake_async_rev": "@38614", 20 "fake_async_rev": "@38614",
21 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 21 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
22 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 22 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
23 "http_multi_server_tag" : "@1.3.2", 23 "http_multi_server_tag" : "@1.3.2",
24 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 24 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
25 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 25 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
26 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 26 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "https://github.com/dart-lang/string_scanner.git" + 122 "https://github.com/dart-lang/string_scanner.git" +
123 Var("string_scanner_rev"), 123 Var("string_scanner_rev"),
124 "dart/third_party/pkg/watcher": 124 "dart/third_party/pkg/watcher":
125 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"), 125 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"),
126 "dart/third_party/pkg/yaml": 126 "dart/third_party/pkg/yaml":
127 "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"), 127 "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"),
128 128
129 # Stuff needed to run tests. 129 # Stuff needed to run tests.
130 # External packages. 130 # External packages.
131 "dart/third_party/pkg/args": 131 "dart/third_party/pkg/args":
132 "https://github.com/dart-lang/args.git" + Var("args_rev"), 132 "https://github.com/dart-lang/args.git" + Var("args_tag"),
133 "dart/third_party/pkg/fake_async": 133 "dart/third_party/pkg/fake_async":
134 "/third_party/fake_async" + Var("fake_async_rev"), 134 "/third_party/fake_async" + Var("fake_async_rev"),
135 "dart/third_party/pkg/logging": 135 "dart/third_party/pkg/logging":
136 "https://github.com/dart-lang/logging.git" + Var("logging_rev"), 136 "https://github.com/dart-lang/logging.git" + Var("logging_rev"),
137 "dart/third_party/pkg/matcher": 137 "dart/third_party/pkg/matcher":
138 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"), 138 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"),
139 "dart/third_party/pkg/observe": 139 "dart/third_party/pkg/observe":
140 "https://github.com/dart-lang/observe.git" + Var("observe_rev"), 140 "https://github.com/dart-lang/observe.git" + Var("observe_rev"),
141 "dart/third_party/pkg/path": 141 "dart/third_party/pkg/path":
142 "https://github.com/dart-lang/path.git" + Var("path_rev"), 142 "https://github.com/dart-lang/path.git" + Var("path_rev"),
(...skipping 16 matching lines...) Expand all
159 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", 159 "@c89e446b273697fadf3a10ff1007a97c0b7de6df",
160 }, 160 },
161 } 161 }
162 162
163 hooks = [ 163 hooks = [
164 { 164 {
165 "pattern": ".", 165 "pattern": ".",
166 "action": ["python", "dart/tools/gyp_dart.py", "runtime"], 166 "action": ["python", "dart/tools/gyp_dart.py", "runtime"],
167 }, 167 },
168 ] 168 ]
OLDNEW
« no previous file with comments | « dartium.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698