Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c76cc1da4e8e491b4d5cfe9eb666e120bc330237..e418e813a09b733b848ff45a25eab18090ed78ef 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -157,9 +157,9 @@ |
['OS!="android" and OS!="ios"', { |
# Enable Web Intents support in WebKit. |
- 'enable_web_intents%': '1', |
+ 'enable_web_intents%': 1, |
}, { |
- 'enable_web_intents%': '0', |
+ 'enable_web_intents%': 0, |
}], |
], |
}, |