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

Side by Side Diff: DEPS

Issue 1171003002: Add d8 .gitignore and remove svn deps for d8 (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 | third_party/.gitignore » ('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 # The svn location to pull out dependencies from 10 # The svn location to pull out dependencies from
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "charcode_tag": "@1.1.0", 44 "charcode_tag": "@1.1.0",
45 "chrome_rev" : "@19997", 45 "chrome_rev" : "@19997",
46 "clang_rev" : "@28450", 46 "clang_rev" : "@28450",
47 "cli_util_tag" : "@0.0.1+2", 47 "cli_util_tag" : "@0.0.1+2",
48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e", 48 "collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d", 49 "crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
50 "csslib_tag" : "@0.12.0", 50 "csslib_tag" : "@0.12.0",
51 "async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6", 51 "async_await_rev" : "@8b401a9f2e5e81dca5f70dbe7564112a0823dee6",
52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 52 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
53 "dart_style_tag": "@0.1.8", 53 "dart_style_tag": "@0.1.8",
54 "d8_rev" : "@39739",
55 "fake_async_rev" : "@38614", 54 "fake_async_rev" : "@38614",
56 "firefox_jsshell_rev" : "@45554", 55 "firefox_jsshell_rev" : "@45554",
57 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd", 56 "glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
58 "gsutil_rev" : "@33376", 57 "gsutil_rev" : "@33376",
59 "html_tag" : "@0.12.1+1", 58 "html_tag" : "@0.12.1+1",
60 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 59 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
61 "http_multi_server_tag" : "@1.3.2", 60 "http_multi_server_tag" : "@1.3.2",
62 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 61 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
63 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 62 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
64 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48", 63 "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 Var("dart_root") + "/third_party/pkg/fake_async": 154 Var("dart_root") + "/third_party/pkg/fake_async":
156 Var("third_party") + "/fake_async" + Var("fake_async_rev"), 155 Var("third_party") + "/fake_async" + Var("fake_async_rev"),
157 Var("dart_root") + "/third_party/firefox_jsshell": 156 Var("dart_root") + "/third_party/firefox_jsshell":
158 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"), 157 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"),
159 Var("dart_root") + "/third_party/font-awesome": 158 Var("dart_root") + "/third_party/font-awesome":
160 Var("third_party") + "/font-awesome" + Var("font_awesome_rev"), 159 Var("third_party") + "/font-awesome" + Var("font_awesome_rev"),
161 Var("dart_root") + "/third_party/gsutil": 160 Var("dart_root") + "/third_party/gsutil":
162 Var("third_party") + "/gsutil" + Var("gsutil_rev"), 161 Var("third_party") + "/gsutil" + Var("gsutil_rev"),
163 Var("dart_root") + "/third_party/pkg/petitparser": 162 Var("dart_root") + "/third_party/pkg/petitparser":
164 Var("third_party") + "/petitparser" + Var("petitparser_rev"), 163 Var("third_party") + "/petitparser" + Var("petitparser_rev"),
165 Var("dart_root") + "/third_party/d8":
166 Var("third_party") + "/d8" + Var("d8_rev"),
167 Var("dart_root") + "/third_party/WebCore": 164 Var("dart_root") + "/third_party/WebCore":
168 Var("third_party") + "/WebCore" + Var("WebCore_rev"), 165 Var("third_party") + "/WebCore" + Var("WebCore_rev"),
169 Var("dart_root") + "/third_party/observatory_pub_packages": 166 Var("dart_root") + "/third_party/observatory_pub_packages":
170 Var("third_party") + "/observatory_pub_packages" + 167 Var("third_party") + "/observatory_pub_packages" +
171 Var("observatory_pub_packages_rev"), 168 Var("observatory_pub_packages_rev"),
172 169
173 Var("dart_root") + "/third_party/dart-services": 170 Var("dart_root") + "/third_party/dart-services":
174 (Var("github_mirror") % "dart-services") + 171 (Var("github_mirror") % "dart-services") +
175 Var("dart_services_rev"), 172 Var("dart_services_rev"),
176 173
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'download_from_google_storage', 331 'download_from_google_storage',
335 '--no_auth', 332 '--no_auth',
336 '--no_resume', 333 '--no_resume',
337 '--bucket', 334 '--bucket',
338 'dart-dependencies', 335 'dart-dependencies',
339 '-d', 336 '-d',
340 '-r', 337 '-r',
341 Var('dart_root') + '/tools/testing/bin', 338 Var('dart_root') + '/tools/testing/bin',
342 ], 339 ],
343 }, 340 },
341 {
342 'name': 'd8_testing_binaries',
343 'pattern': '.',
344 'action': [
345 'download_from_google_storage',
346 '--no_auth',
347 '--no_resume',
348 '--bucket',
349 'dart-dependencies',
350 '-d',
351 '-r',
352 Var('dart_root') + '/third_party/d8',
353 ],
354 },
355
344 ] 356 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698