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

Unified Diff: chrome/BUILD.gn

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tue Nov 4 17:22:50 PST 2014 Created 6 years, 1 month 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index ad58f0642a354f9204adb46dfbb0832532d2bb9f..c58d329d879f9a1a3c6430eac5968e4e501b6a4a 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -220,7 +220,7 @@ group("browser_dependencies") {
if (printing_mode != 0) {
deps += [ "//printing" ]
- if (printing_mode == 1) {
+ if (printing_mode > 1) {
deps += [ "//chrome/service" ]
}
}
« build/common.gypi ('K') | « build/config/BUILD.gn ('k') | chrome/app/chrome_dll.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698