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

Unified Diff: DEPS

Issue 1217283002: Download material design icons using DEPS (Closed) Base URL: git@github.com:domokit/mojo.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/dart/mojo_services/BUILD.gn » ('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 0a6fd25ccbe4c4fe888faad158e0c56136537a62..76cce8c008c8afef4c9b099c6f48b543392ea9c0 100644
--- a/DEPS
+++ b/DEPS
@@ -272,6 +272,14 @@ hooks = [
'-s', 'src/sky/tools/skygo/mac/sky_server.sha1',
],
},
+ {
+ 'name': 'material_design_icons',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/sky/sdk/lib/download_material_design_icons',
+ ],
+ },
# Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise.
# https://code.google.com/p/chromium/issues/detail?id=352046
« no previous file with comments | « no previous file | mojo/dart/mojo_services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698