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

Unified Diff: ui/base/BUILD.gn

Issue 818793002: [Ozone] Fix build dependencies in ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify 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/base/ui_base.gyp » ('j') | ui/base/ui_base.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index bf13973bca2f04ab6a634432d0c24484714926fe..e4cd291288838ba9aeee2097d5377fe1b128e8c6 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -602,7 +602,10 @@ component("base") {
"cursor/ozone/bitmap_cursor_factory_ozone.h",
]
- deps += [ "//ui/ozone:ozone_base" ]
+ deps += [
+ "//ui/ozone:ozone_base",
+ "//ui/events/ozone:events_ozone_layout",
+ ]
sadrul 2014/12/19 21:40:48 Sort
}
if (!toolkit_views) {
« no previous file with comments | « no previous file | ui/base/ui_base.gyp » ('j') | ui/base/ui_base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698