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

Unified Diff: deps/all.deps/DEPS

Issue 133893008: Add GYP build rule for Try Dart! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments from Kasper and Martin Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/site/try/not_found.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/all.deps/DEPS
diff --git a/deps/all.deps/DEPS b/deps/all.deps/DEPS
index 955ca7d9202fd1e6782ce4ccbd64d3db7b18c6c0..dde059e46a76ff9ac94d73ece9a15726e3bc94db 100644
--- a/deps/all.deps/DEPS
+++ b/deps/all.deps/DEPS
@@ -38,6 +38,7 @@ vars = {
"WebCore_rev" : "@31553",
"weberknecht_rev" : "@26547",
"bootstrap_css_rev" : "@28387",
+ "font_awesome_rev": "@31824",
}
deps = {
@@ -95,6 +96,9 @@ deps = {
"dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"),
"dart/third_party/weberknecht":
"/third_party/weberknecht" + Var("weberknecht_rev"),
+
+ "dart/third_party/font-awesome":
+ "/third_party/font-awesome" + Var("font_awesome_rev"),
}
deps_os = {
« no previous file with comments | « dart/site/try/not_found.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698