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

Unified Diff: ui/display/util/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry 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 | « ui/display/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/util/BUILD.gn
diff --git a/ui/display/util/BUILD.gn b/ui/display/util/BUILD.gn
index e449705e670e3fea1d8cc74a149d41dd628b218c..734306932ce3733a5ca82a09f64ad22ed77c0604 100644
--- a/ui/display/util/BUILD.gn
+++ b/ui/display/util/BUILD.gn
@@ -33,7 +33,7 @@ component("util") {
]
deps += [ "//ui/gfx/x" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [ "//ui/display/types" ]
}
}
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698