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

Unified Diff: mojo/tools/mojo_shell.py

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 | « mojo/dart/mojo_services/BUILD.gn ('k') | mojo/tools/mojodb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojo_shell.py
diff --git a/mojo/tools/mojo_shell.py b/mojo/tools/mojo_shell.py
index 9a7ece2064b4c973b4406578de09d2ca2b5e7927..4c303d9ed04cc32bc6a6cabc8ff7f131eb42bd7d 100755
--- a/mojo/tools/mojo_shell.py
+++ b/mojo/tools/mojo_shell.py
@@ -145,15 +145,6 @@ def main():
sky_url = server_url + launcher_args.sky
args.append('mojo:window_manager %s' % sky_url)
- # Download Sky assets if needed.
- sky_lib_dir = os.path.join(paths.build_dir, 'gen', 'dart-pkg', 'sky', 'lib')
- sky_icons_dir = os.path.join(sky_lib_dir, 'assets', 'material-design-icons')
- if not os.path.isdir(sky_icons_dir):
- logging.info('NOTE: sky/assets/material-design-icons missing, '
- 'Running `download_material_design_icons` for you.')
- subprocess.check_call([os.path.join(sky_lib_dir,
- 'download_material_design_icons')])
-
if launcher_args.verbose:
print "Shell arguments: " + str(args)
« no previous file with comments | « mojo/dart/mojo_services/BUILD.gn ('k') | mojo/tools/mojodb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698