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

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

Issue 2585633004: ozone: Allow ozone evdev/kvm features to be enabled without running on ChromeOS. (Closed)
Patch Set: rebase Created 3 years, 11 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/base/ime/input_method_chromeos.cc ('k') | ui/display/manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/BUILD.gn
diff --git a/ui/display/manager/BUILD.gn b/ui/display/manager/BUILD.gn
index 47b30bab634242ca800afbcb4bd826d711d3e30c..6f11374546ffe6770c40991a0869beee5a90112a 100644
--- a/ui/display/manager/BUILD.gn
+++ b/ui/display/manager/BUILD.gn
@@ -50,6 +50,10 @@ component("manager") {
defines = [ "DISPLAY_MANAGER_IMPLEMENTATION" ]
+ if (is_chromeos) {
+ deps += [ "//chromeos" ]
+ }
+
if (use_x11) {
deps += [ "//ui/gfx/x" ]
}
« no previous file with comments | « ui/base/ime/input_method_chromeos.cc ('k') | ui/display/manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698