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

Side by Side Diff: DEPS

Issue 2934843003: Remove unused which/when packages from DEPS (Closed)
Patch Set: Created 3 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 | 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 # 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 # We use mirrors of all github repos to guarantee reproducibility and 10 # We use mirrors of all github repos to guarantee reproducibility and
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e", 116 "sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
117 "test_reflective_loader_tag": "@0.1.0", 117 "test_reflective_loader_tag": "@0.1.0",
118 "test_tag": "@0.12.18+1", 118 "test_tag": "@0.12.18+1",
119 "typed_data_tag": "@1.1.3", 119 "typed_data_tag": "@1.1.3",
120 "usage_tag": "@v3.0.0+1", 120 "usage_tag": "@v3.0.0+1",
121 "utf_tag": "@0.9.0+3", 121 "utf_tag": "@0.9.0+3",
122 "watcher_tag": "@0.9.7+3", 122 "watcher_tag": "@0.9.7+3",
123 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61", 123 "web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61",
124 "web_socket_channel_tag": "@1.0.4", 124 "web_socket_channel_tag": "@1.0.4",
125 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", 125 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
126 "when_tag": "@0.2.0+2",
127 "which_tag": "@0.1.3+1",
128 "yaml_tag": "@2.1.12", 126 "yaml_tag": "@2.1.12",
129 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 127 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
130 } 128 }
131 129
132 deps = { 130 deps = {
133 # Stuff needed for GYP to run. 131 # Stuff needed for GYP to run.
134 Var("dart_root") + "/third_party/gyp": 132 Var("dart_root") + "/third_party/gyp":
135 Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"), 133 Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"),
136 134
137 # Stuff needed for GN build. 135 # Stuff needed for GN build.
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 Var("dart_root") + "/third_party/pkg/utf": 331 Var("dart_root") + "/third_party/pkg/utf":
334 (Var("github_mirror") % "utf") + Var("utf_tag"), 332 (Var("github_mirror") % "utf") + Var("utf_tag"),
335 Var("dart_root") + "/third_party/pkg/watcher": 333 Var("dart_root") + "/third_party/pkg/watcher":
336 (Var("github_mirror") % "watcher") + Var("watcher_tag"), 334 (Var("github_mirror") % "watcher") + Var("watcher_tag"),
337 Var("dart_root") + "/third_party/pkg/web_components": 335 Var("dart_root") + "/third_party/pkg/web_components":
338 (Var("github_mirror") % "web-components") + 336 (Var("github_mirror") % "web-components") +
339 Var("web_components_rev"), 337 Var("web_components_rev"),
340 Var("dart_root") + "/third_party/pkg/web_socket_channel": 338 Var("dart_root") + "/third_party/pkg/web_socket_channel":
341 (Var("github_mirror") % "web_socket_channel") + 339 (Var("github_mirror") % "web_socket_channel") +
342 Var("web_socket_channel_tag"), 340 Var("web_socket_channel_tag"),
343 Var("dart_root") + "/third_party/pkg/when":
344 (Var("github_mirror") % "when") + Var("when_tag"),
345 Var("dart_root") + "/third_party/pkg/which":
346 (Var("github_mirror") % "which") + Var("which_tag"),
347 Var("dart_root") + "/third_party/pkg/yaml": 341 Var("dart_root") + "/third_party/pkg/yaml":
348 (Var("github_mirror") % "yaml") + Var("yaml_tag"), 342 (Var("github_mirror") % "yaml") + Var("yaml_tag"),
349 } 343 }
350 344
351 deps_os = { 345 deps_os = {
352 "win": { 346 "win": {
353 Var("dart_root") + "/third_party/cygwin": 347 Var("dart_root") + "/third_party/cygwin":
354 Var("chromium_git") + "/chromium/deps/cygwin.git" + 348 Var("chromium_git") + "/chromium/deps/cygwin.git" +
355 "@c89e446b273697fadf3a10ff1007a97c0b7de6df", 349 "@c89e446b273697fadf3a10ff1007a97c0b7de6df",
356 }, 350 },
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 # Update the Windows toolchain if necessary. 486 # Update the Windows toolchain if necessary.
493 'name': 'win_toolchain', 487 'name': 'win_toolchain',
494 'pattern': '.', 488 'pattern': '.',
495 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 489 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
496 }, 490 },
497 { 491 {
498 "pattern": ".", 492 "pattern": ".",
499 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 493 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
500 }, 494 },
501 ] 495 ]
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