Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 3c7a3b283b5ddb325e30e0e33803d9ea6014b6d1..b78b0ca7a9a2ea8388d1f0047799491173dccb89 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -590,16 +590,8 @@ |
'arm_neon_optional%': 1, |
'native_discardable_memory%': 1, |
'native_memory_pressure_signals%': 1, |
- }], |
- |
- # Enable basic printing for Chrome for Android but disable printing |
- # completely for WebView. |
- ['OS=="android" and android_webview_build==0', { |
'enable_printing%': 2, |
}], |
- ['OS=="android" and android_webview_build==1', { |
- 'enable_printing%': 0, |
- }], |
# Android OS includes support for proprietary codecs regardless of |
# building Chromium or Google Chrome. We also ship Google Chrome with |