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

Unified Diff: content/browser/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 | « cloud_print/service/service.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index dafeb8a8b4bddd0ba11bc61a8adfb075f3fc61a3..7a09df7c0ea2d19595ad046854907d044e00f901 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -141,7 +141,7 @@ source_set("browser") {
sources += [ "gamepad/gamepad_platform_data_fetcher.cc" ]
}
- if (printing_mode != 0) {
+ if (enable_basic_printing || enable_print_preview) {
deps += [ "//printing" ]
}
« no previous file with comments | « cloud_print/service/service.gyp ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698