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

Unified Diff: ash/BUILD.gn

Issue 806693009: Port ScopedDisableInternalMouseAndKeyboardX11 to Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | ash/ash.gyp » ('j') | ui/events/ozone/evdev/event_converter_evdev_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 7642e9a5cc52dc3c477f241dbaed194de579dacb..0bf1f81b64ec15b686b6a0b66e6604c066159c40 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -74,6 +74,10 @@ component("ash") {
]
}
+ if (use_ozone) {
+ deps += [ "//ui/ozone" ]
+ }
+
if (is_chromeos) {
deps += [
"//device/bluetooth",
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | ui/events/ozone/evdev/event_converter_evdev_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698