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

Unified Diff: mojo/tools/deploy_domokit_site.py

Issue 1186633003: Use drawable_xxhdpi instead of 2x_web (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 | sky/sdk/lib/framework/widgets/icon.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/deploy_domokit_site.py
diff --git a/mojo/tools/deploy_domokit_site.py b/mojo/tools/deploy_domokit_site.py
index 33264aced62207a98c512967fd4c646fabc87099..8c84939719f2a3f85a1a870a1261cc3f01aebe5b 100755
--- a/mojo/tools/deploy_domokit_site.py
+++ b/mojo/tools/deploy_domokit_site.py
@@ -55,7 +55,7 @@ def sky_or_dart_filter(path):
def assets_filter(path):
if os.path.isdir(path):
return True
- if os.path.basename(os.path.dirname(path)) != '2x_web':
+ if os.path.basename(os.path.dirname(path)) != 'drawable-xxhdpi':
return False
# We only use the 18 and 24s for now.
return '18dp' in path or '24dp' in path
« no previous file with comments | « no previous file | sky/sdk/lib/framework/widgets/icon.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698