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

Side by Side Diff: DEPS

Issue 1254833005: Update gyp to 6ee91ad8659871916f9aa840d42e1513befdf638 (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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 | 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 # The svn location to pull out dependencies from 10 # The svn location to pull out dependencies from
(...skipping 13 matching lines...) Expand all
24 # DO NOT use this var if you don't see a mirror here: 24 # DO NOT use this var if you don't see a mirror here:
25 # https://chromium.googlesource.com/ 25 # https://chromium.googlesource.com/
26 # named like: 26 # named like:
27 # external/github.com/dart-lang/NAME 27 # external/github.com/dart-lang/NAME
28 # It is ok to add a dependency directly on dart-lang (dart-lang only) 28 # It is ok to add a dependency directly on dart-lang (dart-lang only)
29 # github repo until the mirror has been created, but please do file a bug 29 # github repo until the mirror has been created, but please do file a bug
30 # against infra to make that happen. 30 # against infra to make that happen.
31 "github_mirror": 31 "github_mirror":
32 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", 32 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
33 33
34 "gyp_rev": "@1752", 34 "gyp_rev": "@6ee91ad8659871916f9aa840d42e1513befdf638",
35 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c", 35 "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c",
36 "chromium_url": "http://src.chromium.org/svn", 36 "chromium_url": "http://src.chromium.org/svn",
37 "chromium_git": "https://chromium.googlesource.com", 37 "chromium_git": "https://chromium.googlesource.com",
38 38
39 # Revisions of /third_party/* dependencies. 39 # Revisions of /third_party/* dependencies.
40 "7zip_rev" : "@19997", 40 "7zip_rev" : "@19997",
41 "analyzer_cli_rev" : "@c4e628a8467f75ded563f029dfb2f1738856f471", 41 "analyzer_cli_rev" : "@c4e628a8467f75ded563f029dfb2f1738856f471",
42 "args_tag": "@0.13.0", 42 "args_tag": "@0.13.0",
43 "async_tag": "@1.2.0", 43 "async_tag": "@1.2.0",
44 "barback_tag" : "@0.15.2+6", 44 "barback_tag" : "@0.15.2+6",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "font_awesome_rev": "@31824", 115 "font_awesome_rev": "@31824",
116 "barback-0.13.0_rev": "@34853", 116 "barback-0.13.0_rev": "@34853",
117 "barback-0.14.0_rev": "@36398", 117 "barback-0.14.0_rev": "@36398",
118 "barback-0.14.1_rev": "@38525", 118 "barback-0.14.1_rev": "@38525",
119 "source_maps-0.9.4_rev": "@38524", 119 "source_maps-0.9.4_rev": "@38524",
120 } 120 }
121 121
122 deps = { 122 deps = {
123 # Stuff needed for GYP to run. 123 # Stuff needed for GYP to run.
124 Var("dart_root") + "/third_party/gyp": 124 Var("dart_root") + "/third_party/gyp":
125 (Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"), 125 Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"),
126 126
127 Var("dart_root") + "/tests/co19/src": 127 Var("dart_root") + "/tests/co19/src":
128 (Var("github_mirror") % "co19") + Var("co19_rev"), 128 (Var("github_mirror") % "co19") + Var("co19_rev"),
129 129
130 Var("dart_root") + "/third_party/nss": 130 Var("dart_root") + "/third_party/nss":
131 Var("chromium_git") + "/chromium/deps/nss.git" + Var("nss_rev"), 131 Var("chromium_git") + "/chromium/deps/nss.git" + Var("nss_rev"),
132 132
133 Var("dart_root") + "/third_party/sqlite": 133 Var("dart_root") + "/third_party/sqlite":
134 Var("chromium_git") + "/chromium/src/third_party/sqlite.git" + 134 Var("chromium_git") + "/chromium/src/third_party/sqlite.git" +
135 Var("sqlite_rev"), 135 Var("sqlite_rev"),
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '--no_resume', 374 '--no_resume',
375 '--bucket', 375 '--bucket',
376 'dart-dependencies', 376 'dart-dependencies',
377 '-d', 377 '-d',
378 '-r', 378 '-r',
379 Var('dart_root') + '/third_party/d8', 379 Var('dart_root') + '/third_party/d8',
380 ], 380 ],
381 }, 381 },
382 382
383 ] 383 ]
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