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

Unified Diff: build/android/package_resources_action.gypi

Issue 1192263002: Create xxxhdpi density splits when density splits are enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 | « build/android/gyp/package_resources.py ('k') | build/android/pylib/device/device_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/package_resources_action.gypi
diff --git a/build/android/package_resources_action.gypi b/build/android/package_resources_action.gypi
index 82615cae3cf68e008838e2ba6e76415ee6616e2b..36ee32b49a80c46a6089daa574fbf22391cc797f 100644
--- a/build/android/package_resources_action.gypi
+++ b/build/android/package_resources_action.gypi
@@ -72,6 +72,7 @@
'<(resource_packaged_apk_path)-hdpi',
'<(resource_packaged_apk_path)-xhdpi',
'<(resource_packaged_apk_path)-xxhdpi',
+ '<(resource_packaged_apk_path)-xxxhdpi',
'<(resource_packaged_apk_path)-tvdpi',
],
}],
« no previous file with comments | « build/android/gyp/package_resources.py ('k') | build/android/pylib/device/device_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698