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

Unified Diff: ui/events/ozone/BUILD.gn

Issue 883443005: ozone: Add missing dependencies to build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update GN build Created 5 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 | « no previous file | ui/events/ozone/events_ozone.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/BUILD.gn
diff --git a/ui/events/ozone/BUILD.gn b/ui/events/ozone/BUILD.gn
index 8655ef46c061335fc17fe7462e147baaee5090c6..e0aff8f015df6b1365243e687a6c5ef1656b0169 100644
--- a/ui/events/ozone/BUILD.gn
+++ b/ui/events/ozone/BUILD.gn
@@ -36,6 +36,8 @@ component("events_ozone") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//ui/events",
+ "//ui/events:events_base",
]
defines = [ "EVENTS_OZONE_IMPLEMENTATION" ]
« no previous file with comments | « no previous file | ui/events/ozone/events_ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698