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

Unified Diff: printing/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « net/BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index ca35327851d53d2e064fed39ee545431292151cf..6756d9a346c96b855008598479e689007fb29dfe 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -116,7 +116,7 @@ component("printing") {
]
}
- if (is_chromeos) {
+ if (is_chromeos_ui) {
sources += [
"printing_context_no_system_dialog.cc",
"printing_context_no_system_dialog.h",
@@ -164,7 +164,7 @@ component("printing") {
]
}
- if (is_chromeos) {
+ if (is_chromeos_ui) {
# PRINT_BACKEND_AVAILABLE disables the default dummy implementation
# of the print backend and enables a custom implementation instead.
defines += [ "PRINT_BACKEND_AVAILABLE" ]
« no previous file with comments | « net/BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698