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

Unified Diff: ui/base/ui_base.gyp

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
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index c3b430db2657763d05b2ac4810fab2b56290326e..b977b9e35b413d0047f5d71bc0eadf84f409b83d 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -476,6 +476,7 @@
['use_ozone==1', {
'dependencies': [
'../ozone/ozone.gyp:ozone_base',
+ '../events/devices/events_devices.gyp:events_devices',
sadrul 2014/12/19 21:40:48 Sort
'../events/ozone/events_ozone.gyp:events_ozone_layout',
],
}],
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698