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

Unified Diff: ui/events/ozone/events_ozone.gyp

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r278697 Created 6 years, 6 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 | « ui/events/ozone/event_factory_ozone.cc ('k') | ui/gfx/ozone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/events_ozone.gyp
diff --git a/ui/events/ozone/events_ozone.gyp b/ui/events/ozone/events_ozone.gyp
index b3dcf3cacd43d87ff9f9eeb8549af7645eca4a99..e20e75af203d42cd41929dd6f3e4377719bca37a 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -25,8 +25,6 @@
'device/device_manager_manual.h',
'device/udev/device_manager_udev.cc',
'device/udev/device_manager_udev.h',
- 'event_factory_ozone.cc',
- 'event_factory_ozone.h',
'events_ozone_export.h',
],
'conditions': [
@@ -47,6 +45,7 @@
'dependencies': [
'../../../base/base.gyp:base',
'../../gfx/gfx.gyp:gfx',
+ '../../ozone/ozone.gyp:ozone_base',
'../platform/events_platform.gyp:events_platform',
'events_ozone',
],
« no previous file with comments | « ui/events/ozone/event_factory_ozone.cc ('k') | ui/gfx/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698