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

Side by Side Diff: DEPS

Issue 1824053002: Some build file cleanup (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Deps in new root certs Created 4 years, 9 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 | runtime/bin/io_impl_sources.gypi » ('j') | 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "package_config_rev": "@0.1.3", 69 "package_config_rev": "@0.1.3",
70 "path_tag": "@1.3.6", 70 "path_tag": "@1.3.6",
71 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", 71 "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
72 "plugin_tag": "@0.1.0", 72 "plugin_tag": "@0.1.0",
73 "pool_tag": "@1.2.1", 73 "pool_tag": "@1.2.1",
74 "pub_rev": "@c1405b945c6d818c8cfe78334e8d4b11fd913103", 74 "pub_rev": "@c1405b945c6d818c8cfe78334e8d4b11fd913103",
75 "pub_cache_tag": "@v0.1.0", 75 "pub_cache_tag": "@v0.1.0",
76 "pub_semver_tag": "@1.2.1", 76 "pub_semver_tag": "@1.2.1",
77 "quiver_tag": "@0.21.4", 77 "quiver_tag": "@0.21.4",
78 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1", 78 "resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",
79 "root_certificates_rev": "@c3a41df63afacec62fcb8135196177e35fe72f71", 79 "root_certificates_rev": "@218d6a723fab86a7b80aa5f9b591d5a51d2955eb",
80 "scheduled_test_tag": "@0.12.5+2", 80 "scheduled_test_tag": "@0.12.5+2",
81 "shelf_tag": "@0.6.5", 81 "shelf_tag": "@0.6.5",
82 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9", 82 "smoke_rev" : "@f3361191cc2a85ebc1e4d4c33aec672d7915aba9",
83 "source_maps_tag": "@0.10.1", 83 "source_maps_tag": "@0.10.1",
84 "shelf_static_tag": "@0.2.3+1", 84 "shelf_static_tag": "@0.2.3+1",
85 "shelf_web_socket_tag": "@0.2.0", 85 "shelf_web_socket_tag": "@0.2.0",
86 "source_map_stack_trace_tag": "@1.0.4", 86 "source_map_stack_trace_tag": "@1.0.4",
87 "source_span_tag": "@1.2.0", 87 "source_span_tag": "@1.2.0",
88 "stack_trace_tag": "@1.4.2", 88 "stack_trace_tag": "@1.4.2",
89 "stream_channel_tag": "@1.3.1", 89 "stream_channel_tag": "@1.3.1",
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "--extract", 441 "--extract",
442 "-s", 442 "-s",
443 Var('dart_root') + "/third_party/clang.tar.gz.sha1", 443 Var('dart_root') + "/third_party/clang.tar.gz.sha1",
444 ], 444 ],
445 }, 445 },
446 { 446 {
447 "pattern": ".", 447 "pattern": ".",
448 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"], 448 "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
449 }, 449 },
450 ] 450 ]
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/io_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698