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

Side by Side Diff: DEPS

Issue 1194653002: pull in new watcher package (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | pkg/analysis_server/pubspec.yaml » ('j') | pkg/analyzer/pubspec.yaml » ('J')
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 # The dart_root is the root of our sdk checkout. This is normally 6 # The dart_root is the root of our sdk checkout. This is normally
7 # simply sdk, but if using special gclient specs it can be different. 7 # simply sdk, but if using special gclient specs it can be different.
8 "dart_root": "sdk", 8 "dart_root": "sdk",
9 9
10 # The svn location to pull out dependencies from 10 # The svn location to pull out dependencies from
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 94 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
95 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 95 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
96 "stack_trace_tag": "@1.2.1", 96 "stack_trace_tag": "@1.2.1",
97 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", 97 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5",
98 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 98 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
99 "test_tag": "@0.12.1", 99 "test_tag": "@0.12.1",
100 "test_reflective_loader_tag": "@0.0.3", 100 "test_reflective_loader_tag": "@0.0.3",
101 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 101 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
102 "unittest_tag": "@0.11.6", 102 "unittest_tag": "@0.11.6",
103 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", 103 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
104 "watcher_tag": "@0.9.5", 104 "watcher_tag": "@0.9.6",
105 "when_tag": "@0.2.0+2", 105 "when_tag": "@0.2.0+2",
106 "which_tag": "@0.1.3+1", 106 "which_tag": "@0.1.3+1",
107 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 107 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
108 "WebCore_rev" : "@44061", 108 "WebCore_rev" : "@44061",
109 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b", 109 "yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
110 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 110 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
111 "font_awesome_rev": "@31824", 111 "font_awesome_rev": "@31824",
112 "barback-0.13.0_rev": "@34853", 112 "barback-0.13.0_rev": "@34853",
113 "barback-0.14.0_rev": "@36398", 113 "barback-0.14.0_rev": "@36398",
114 "barback-0.14.1_rev": "@38525", 114 "barback-0.14.1_rev": "@38525",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 '--no_resume', 348 '--no_resume',
349 '--bucket', 349 '--bucket',
350 'dart-dependencies', 350 'dart-dependencies',
351 '-d', 351 '-d',
352 '-r', 352 '-r',
353 Var('dart_root') + '/third_party/d8', 353 Var('dart_root') + '/third_party/d8',
354 ], 354 ],
355 }, 355 },
356 356
357 ] 357 ]
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/pubspec.yaml » ('j') | pkg/analyzer/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698