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

Unified Diff: build/config/features.gni

Issue 1310513006: Adding components to dependencies on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 5 years, 3 months 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 | « base/BUILD.gn ('k') | chrome/version.gni » ('j') | components/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 2b479f16b9e47e4351da088650e6421102ca98e4..977cbf273516b9d4c6fd2f1515b4bc73a35af891 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -142,11 +142,11 @@ enable_spellcheck = !is_ios
use_browser_spellchecker = is_android || is_mac
# Enable basic printing support and UI.
-enable_basic_printing = !is_chromeos && !is_chromecast
+enable_basic_printing = !is_chromeos && !is_chromecast && !is_ios
# Enable printing with print preview. It does not imply
# enable_basic_printing. It's possible to build Chrome with preview only.
-enable_print_preview = !is_android && !is_chromecast
+enable_print_preview = !is_android && !is_chromecast && !is_ios
# Enables the use of CDMs in pepper plugins.
enable_pepper_cdms =
« no previous file with comments | « base/BUILD.gn ('k') | chrome/version.gni » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698