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

Unified Diff: ui/events/BUILD.gn

Issue 1236073002: Added build dependency from events_test_support to events_devices for ozone builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | ui/events/events.gyp » ('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 960c26f8583ade69ee46d9e48e79b123449c640c..b2d2ec7910f5795b0599050ed12f4a0ee4945183 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -290,6 +290,7 @@ source_set("test_support") {
if (use_x11 || use_ozone) {
sources += [ "test/device_data_manager_test_api_impl.cc" ]
+ deps += [ "//ui/events/devices" ]
} else {
sources += [ "test/device_data_manager_test_api_stub.cc" ]
}
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698