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

Unified Diff: ui/events/BUILD.gn

Issue 742103002: Ozone keyboard layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lite-code
Patch Set: reeeeebase 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 | ui/events/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index ea4fa4ec2fa2db02732f723ac914e1269efac5f4..284455dd3b13ae75e6e0654eaf2700fee02f462f 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -141,6 +141,7 @@ component("events") {
if (use_ozone) {
sources += [ "ozone/events_ozone.cc" ]
+ deps += [ "//ui/events/ozone:events_ozone_layout" ]
}
if (use_aura) {
@@ -334,6 +335,7 @@ test("events_unittests") {
deps += [
"//ui/events/ozone:events_ozone",
"//ui/events/ozone:events_ozone_evdev",
+ "//ui/events/ozone:events_ozone_layout",
]
}
« no previous file with comments | « no previous file | ui/events/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698