Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index a0f114db1be59c7828aa43a04ab2e3e4fca56f7a..b8ed3b9ead616c151174399058ad25692fb9795c 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2070,8 +2070,11 @@ |
], |
}], |
['OS=="android"', { |
- 'grit_defines': ['-t', 'android', |
- '-E', 'ANDROID_JAVA_TAGGED_ONLY=true'], |
+ 'grit_defines': [ |
+ '-t', 'android', |
+ '-E', 'ANDROID_JAVA_TAGGED_ONLY=true', |
+ '--no-output-all-resource-defines', |
+ ], |
}], |
['OS=="mac" or OS=="ios"', { |
'grit_defines': ['-D', 'scale_factors=2x'], |