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

Side by Side Diff: DEPS

Issue 801943005: Update to latest version of watcher. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps/
Patch Set: Created 5 years, 11 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 | 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 70 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
71 "snakeyaml_rev" : "@19997", 71 "snakeyaml_rev" : "@19997",
72 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3", 72 "source_maps_rev": "@379b4f31c4e2987eb15934d1ad8b419c6cc897b3",
73 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81", 73 "sqlite_rev": "@38811b79f42801662adc0458a25270ab690a6b81",
74 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 74 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
75 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 75 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
76 "stack_trace_rev": "@62a0cfe0c3e7270b75d71a7f356599bb63e5ae4e", 76 "stack_trace_rev": "@62a0cfe0c3e7270b75d71a7f356599bb63e5ae4e",
77 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 77 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
78 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 78 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
79 "unittest_rev": "@1625274a8b6309588eb4c0017b5b672a96ad3230", 79 "unittest_rev": "@1625274a8b6309588eb4c0017b5b672a96ad3230",
80 "watcher_rev": "@f1015e987b4e5a3b7fb65d8716ae9b5ee372b470", 80 "watcher_tag": "@0.9.4",
81 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 81 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
82 "websocket_rev" : "@35854", 82 "websocket_rev" : "@35854",
83 "WebCore_rev" : "@40446", 83 "WebCore_rev" : "@40446",
84 "weberknecht_rev" : "@33599", 84 "weberknecht_rev" : "@33599",
85 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 85 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
86 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 86 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
87 "font_awesome_rev": "@31824", 87 "font_awesome_rev": "@31824",
88 "barback-0.13.0_rev": "@34853", 88 "barback-0.13.0_rev": "@34853",
89 "barback-0.14.0_rev": "@36398", 89 "barback-0.14.0_rev": "@36398",
90 "barback-0.14.1_rev": "@38525", 90 "barback-0.14.1_rev": "@38525",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_rev"), 235 "https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_rev"),
236 "dart/third_party/pkg/string_scanner": 236 "dart/third_party/pkg/string_scanner":
237 "https://github.com/dart-lang/string_scanner.git" + 237 "https://github.com/dart-lang/string_scanner.git" +
238 Var("string_scanner_rev"), 238 Var("string_scanner_rev"),
239 "dart/third_party/sunflower": 239 "dart/third_party/sunflower":
240 "https://github.com/dart-lang/sample-sunflower.git" + 240 "https://github.com/dart-lang/sample-sunflower.git" +
241 Var("sunflower_rev"), 241 Var("sunflower_rev"),
242 "dart/third_party/pkg/unittest": 242 "dart/third_party/pkg/unittest":
243 "https://github.com/dart-lang/unittest.git" + Var("unittest_rev"), 243 "https://github.com/dart-lang/unittest.git" + Var("unittest_rev"),
244 "dart/third_party/pkg/watcher": 244 "dart/third_party/pkg/watcher":
245 "https://github.com/dart-lang/watcher.git" + Var("watcher_rev"), 245 "https://github.com/dart-lang/watcher.git" + Var("watcher_tag"),
246 "dart/third_party/pkg/web_components": 246 "dart/third_party/pkg/web_components":
247 "https://github.com/dart-lang/web-components.git" + 247 "https://github.com/dart-lang/web-components.git" +
248 Var("web_components_rev"), 248 Var("web_components_rev"),
249 "dart/third_party/pkg/yaml": 249 "dart/third_party/pkg/yaml":
250 "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"), 250 "https://github.com/dart-lang/yaml.git" + Var("yaml_rev"),
251 251
252 # These specific versions of barback and source_maps are used for testing and 252 # These specific versions of barback and source_maps are used for testing and
253 # should be pulled from bleeding_edge even on channels. 253 # should be pulled from bleeding_edge even on channels.
254 "dart/third_party/pkg/barback-0.13.0": 254 "dart/third_party/pkg/barback-0.13.0":
255 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"), 255 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"),
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 }, 290 },
291 { 291 {
292 "pattern": ".", 292 "pattern": ".",
293 "action": ["python", "dart/editor/build/generate_sources.py"], 293 "action": ["python", "dart/editor/build/generate_sources.py"],
294 }, 294 },
295 { 295 {
296 "pattern": ".", 296 "pattern": ".",
297 "action": ["python", "dart/tools/gyp_dart.py"], 297 "action": ["python", "dart/tools/gyp_dart.py"],
298 }, 298 },
299 ] 299 ]
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