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

Unified Diff: chrome/BUILD.gn

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 13:48:51 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
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index be272badab0a5477b40b3694dc9e2b99be3aa84b..eef610e4f303a75a44fcb8682e38ea82d4ddf329 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -218,9 +218,9 @@ group("browser_dependencies") {
]
}
- if (printing_mode != 0) {
+ if (enable_basic_printing || enable_print_preview) {
deps += [ "//printing" ]
- if (printing_mode == 1) {
+ if (enable_print_preview) {
deps += [ "//chrome/service" ]
}
}
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698