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

Side by Side Diff: DEPS

Issue 3003433002: [infra] Remove dependency on gyp (Closed)
Patch Set: Remove another dead script Created 3 years, 4 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 | build/vs_toolchain.py » ('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 # IMPORTANT: 5 # IMPORTANT:
6 # Before adding or updating dependencies, please review the documentation here: 6 # Before adding or updating dependencies, please review the documentation here:
7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies 7 # https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
8 8
9 vars = { 9 vars = {
10 # The dart_root is the root of our sdk checkout. This is normally 10 # The dart_root is the root of our sdk checkout. This is normally
(...skipping 15 matching lines...) Expand all
26 "chromium_git": "https://chromium.googlesource.com", 26 "chromium_git": "https://chromium.googlesource.com",
27 "fuchsia_git": "https://fuchsia.googlesource.com", 27 "fuchsia_git": "https://fuchsia.googlesource.com",
28 28
29 # IMPORTANT: 29 # IMPORTANT:
30 # This should only be used for local testing. Before adding a new package, 30 # This should only be used for local testing. Before adding a new package,
31 # request a mirror of the package you need. To request a mirror, file an issue 31 # request a mirror of the package you need. To request a mirror, file an issue
32 # on github and add the label 'area-infrastructure'. 32 # on github and add the label 'area-infrastructure'.
33 # "github_dartlang": "https://github.com/dart-lang/%s.git", 33 # "github_dartlang": "https://github.com/dart-lang/%s.git",
34 34
35 "co19_rev": "@dec2b67aaab3bb7339b9764049707e71e601da3d", 35 "co19_rev": "@dec2b67aaab3bb7339b9764049707e71e601da3d",
36 "gyp_rev": "@4801a5331ae62da9769a327f11c4213d32fb0dad",
37 36
38 # Revisions of GN related dependencies. This should match the revision 37 # Revisions of GN related dependencies. This should match the revision
39 # pulled by Flutter. 38 # pulled by Flutter.
40 "buildtools_revision": "@057ef89874e3c622248cf99259434fdc683c4e30", 39 "buildtools_revision": "@057ef89874e3c622248cf99259434fdc683c4e30",
41 40
42 # Scripts that make 'git cl format' work. 41 # Scripts that make 'git cl format' work.
43 "clang_format_scripts_rev": "@c09c8deeac31f05bd801995c475e7c8070f9ecda", 42 "clang_format_scripts_rev": "@c09c8deeac31f05bd801995c475e7c8070f9ecda",
44 43
45 "gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06", 44 "gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06",
46 45
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "usage_tag": "@3.3.0", 132 "usage_tag": "@3.3.0",
134 "utf_tag": "@0.9.0+3", 133 "utf_tag": "@0.9.0+3",
135 "watcher_tag": "@0.9.7+3", 134 "watcher_tag": "@0.9.7+3",
136 "web_socket_channel_tag": "@1.0.4", 135 "web_socket_channel_tag": "@1.0.4",
137 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609", 136 "WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
138 "yaml_tag": "@2.1.12", 137 "yaml_tag": "@2.1.12",
139 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 138 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
140 } 139 }
141 140
142 deps = { 141 deps = {
143 # Stuff needed for GYP to run.
144 Var("dart_root") + "/third_party/gyp":
145 Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"),
146
147 # Stuff needed for GN build. 142 # Stuff needed for GN build.
148 Var("dart_root") + "/buildtools": 143 Var("dart_root") + "/buildtools":
149 Var("fuchsia_git") + "/buildtools" + Var("buildtools_revision"), 144 Var("fuchsia_git") + "/buildtools" + Var("buildtools_revision"),
150 Var("dart_root") + "/buildtools/clang_format/script": 145 Var("dart_root") + "/buildtools/clang_format/script":
151 Var("chromium_git") + "/chromium/llvm-project/cfe/tools/clang-format.git" + 146 Var("chromium_git") + "/chromium/llvm-project/cfe/tools/clang-format.git" +
152 Var("clang_format_scripts_rev"), 147 Var("clang_format_scripts_rev"),
153 148
154 Var("dart_root") + "/tests/co19/src": 149 Var("dart_root") + "/tests/co19/src":
155 Var("github_mirror") + "co19.git" + Var("co19_rev"), 150 Var("github_mirror") + "co19.git" + Var("co19_rev"),
156 151
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 # Update the Windows toolchain if necessary. 475 # Update the Windows toolchain if necessary.
481 'name': 'win_toolchain', 476 'name': 'win_toolchain',
482 'pattern': '.', 477 'pattern': '.',
483 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 478 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
484 }, 479 },
485 { 480 {
486 "pattern": ".", 481 "pattern": ".",
487 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 482 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
488 }, 483 },
489 ] 484 ]
OLDNEW
« no previous file with comments | « no previous file | build/vs_toolchain.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698