| Index: build/android/gyp/package_resources.py
|
| diff --git a/build/android/gyp/package_resources.py b/build/android/gyp/package_resources.py
|
| index f2c2a6ed9ee6329bc3a44a6b487c87aef41dd997..dedffb88679ee208d752c409aa664fb6597e715b 100755
|
| --- a/build/android/gyp/package_resources.py
|
| +++ b/build/android/gyp/package_resources.py
|
| @@ -54,6 +54,14 @@ DENSITY_SPLITS = {
|
| 'ldrtl-sw600dp-xxhdpi-v17',
|
| 'xxhdpi-v21',
|
| ),
|
| + 'xxxhdpi': (
|
| + 'xxxhdpi-v4',
|
| + 'ldrtl-xxxhdpi-v4',
|
| + 'sw600dp-xxxhdpi-v13',
|
| + 'ldrtl-xxxhdpi-v17',
|
| + 'ldrtl-sw600dp-xxxhdpi-v17',
|
| + 'xxxhdpi-v21',
|
| + ),
|
| 'tvdpi': (
|
| 'tvdpi-v4',
|
| 'sw600dp-tvdpi-v13',
|
|
|