Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3781)

Unified Diff: build/common.gypi

Issue 54963005: Upstream printing changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/renderer/print_web_view_helper_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8259fd1c183893828df3e43d74550111a8e62287..8acff21a20e521a7aa3fdffbd0fb1bd10a28e96b 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
« no previous file with comments | « android_webview/renderer/print_web_view_helper_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698