Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 2aa4ef1d9ef80cad943238ad263b35c454c2296e..5f9b1528576b4cf6f709d5422e82a6b5e0cdce12 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1434,7 +1434,8 @@ |
| ], |
| }], |
| ['OS=="android"', { |
| - 'grit_defines': ['-D', 'android'], |
| + 'grit_defines': ['-D', 'android', |
| + '-E', 'ANDROID_JAVA_TAGGED_ONLY=true'], |
| }], |
| ['OS=="mac"', { |
| 'grit_defines': ['-D', 'scale_factors=2x'], |