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

Side by Side Diff: DEPS

Issue 1528893002: Remove third_party/font-awesome and its use in site/try. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | site/try/build_try.gyp » ('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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6", 105 "utf_rev": "@1f55027068759e2d52f2c12de6a57cce5f3c5ee6",
106 "unittest_tag": "@0.11.6", 106 "unittest_tag": "@0.11.6",
107 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638", 107 "usage_rev": "@b5080dac0d26a5609b266f8fdb0d053bc4c1c638",
108 "watcher_tag": "@0.9.7", 108 "watcher_tag": "@0.9.7",
109 "when_tag": "@0.2.0+2", 109 "when_tag": "@0.2.0+2",
110 "which_tag": "@0.1.3+1", 110 "which_tag": "@0.1.3+1",
111 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec", 111 "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
112 "WebCore_rev" : "@44061", 112 "WebCore_rev" : "@44061",
113 "yaml_tag": "@2.1.5", 113 "yaml_tag": "@2.1.5",
114 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f", 114 "zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
115 "font_awesome_rev": "@31824",
116 "barback-0.13.0_rev": "@34853", 115 "barback-0.13.0_rev": "@34853",
117 "barback-0.14.0_rev": "@36398", 116 "barback-0.14.0_rev": "@36398",
118 "barback-0.14.1_rev": "@38525", 117 "barback-0.14.1_rev": "@38525",
119 "source_maps-0.9.4_rev": "@38524", 118 "source_maps-0.9.4_rev": "@38524",
120 } 119 }
121 120
122 deps = { 121 deps = {
123 # Stuff needed for GYP to run. 122 # Stuff needed for GYP to run.
124 Var("dart_root") + "/third_party/gyp": 123 Var("dart_root") + "/third_party/gyp":
125 Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"), 124 Var('chromium_git') + '/external/gyp.git' + Var("gyp_rev"),
(...skipping 26 matching lines...) Expand all
152 Var("idl_parser_rev"), 151 Var("idl_parser_rev"),
153 152
154 Var("dart_root") + "/third_party/7zip": 153 Var("dart_root") + "/third_party/7zip":
155 Var("third_party") + "/7zip" + Var("7zip_rev"), 154 Var("third_party") + "/7zip" + Var("7zip_rev"),
156 Var("dart_root") + "/third_party/chrome": 155 Var("dart_root") + "/third_party/chrome":
157 Var("third_party") + "/chrome" + Var("chrome_rev"), 156 Var("third_party") + "/chrome" + Var("chrome_rev"),
158 Var("dart_root") + "/third_party/pkg/fake_async": 157 Var("dart_root") + "/third_party/pkg/fake_async":
159 Var("third_party") + "/fake_async" + Var("fake_async_rev"), 158 Var("third_party") + "/fake_async" + Var("fake_async_rev"),
160 Var("dart_root") + "/third_party/firefox_jsshell": 159 Var("dart_root") + "/third_party/firefox_jsshell":
161 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"), 160 Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"),
162 Var("dart_root") + "/third_party/font-awesome":
163 Var("third_party") + "/font-awesome" + Var("font_awesome_rev"),
164 Var("dart_root") + "/third_party/gsutil": 161 Var("dart_root") + "/third_party/gsutil":
165 Var("third_party") + "/gsutil" + Var("gsutil_rev"), 162 Var("third_party") + "/gsutil" + Var("gsutil_rev"),
166 Var("dart_root") + "/third_party/pkg/petitparser": 163 Var("dart_root") + "/third_party/pkg/petitparser":
167 Var("third_party") + "/petitparser" + Var("petitparser_rev"), 164 Var("third_party") + "/petitparser" + Var("petitparser_rev"),
168 Var("dart_root") + "/third_party/WebCore": 165 Var("dart_root") + "/third_party/WebCore":
169 Var("third_party") + "/WebCore" + Var("WebCore_rev"), 166 Var("third_party") + "/WebCore" + Var("WebCore_rev"),
170 167
171 Var("dart_root") + "/third_party/dart-services": 168 Var("dart_root") + "/third_party/dart-services":
172 (Var("github_mirror") % "dart-services") + 169 (Var("github_mirror") % "dart-services") +
173 Var("dart_services_rev"), 170 Var("dart_services_rev"),
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "--bucket", 382 "--bucket",
386 "dart-dependencies", 383 "dart-dependencies",
387 "--recursive", 384 "--recursive",
388 "--auto_platform", 385 "--auto_platform",
389 "--extract", 386 "--extract",
390 "--directory", 387 "--directory",
391 Var('dart_root') + "/tools/sdks", 388 Var('dart_root') + "/tools/sdks",
392 ], 389 ],
393 }, 390 },
394 ] 391 ]
OLDNEW
« no previous file with comments | « no previous file | site/try/build_try.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698