| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 61224bae88ffe1dafe7907399e7d978251167c52..1d69811f6b78e2f3fee0cd870a305bc30529f2e6 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2078,6 +2078,11 @@
|
| '-E', 'ANDROID_JAVA_TAGGED_ONLY=true',
|
| '--no-output-all-resource-defines',
|
| ],
|
| + 'conditions': [
|
| + ['<(android_webview_build)==1', {
|
| + 'grit_defines': ['-D', 'is_android_webview_build'],
|
| + }],
|
| + ],
|
| }],
|
| ['OS=="mac" or OS=="ios"', {
|
| 'grit_defines': ['-D', 'scale_factors=2x'],
|
|
|