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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | site/try/build_try.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 3fa5de720e5fc95237911fc15e5a97753d1f36ac..1ed15c20971b142dadb0edf0d919396cd64f3d02 100644
--- a/DEPS
+++ b/DEPS
@@ -112,7 +112,6 @@ vars = {
"WebCore_rev" : "@44061",
"yaml_tag": "@2.1.5",
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
- "font_awesome_rev": "@31824",
"barback-0.13.0_rev": "@34853",
"barback-0.14.0_rev": "@36398",
"barback-0.14.1_rev": "@38525",
@@ -159,8 +158,6 @@ deps = {
Var("third_party") + "/fake_async" + Var("fake_async_rev"),
Var("dart_root") + "/third_party/firefox_jsshell":
Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"),
- Var("dart_root") + "/third_party/font-awesome":
- Var("third_party") + "/font-awesome" + Var("font_awesome_rev"),
Var("dart_root") + "/third_party/gsutil":
Var("third_party") + "/gsutil" + Var("gsutil_rev"),
Var("dart_root") + "/third_party/pkg/petitparser":
« 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