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

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

Issue 284743009: events: Create a separate platforms target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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/events.gyp ('k') | ui/events/platform/events_platform.gyp » ('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 354f0cf5aa6925442eb76019ae8e335468291714..9a4805abd8cfbaf1bc48551be794e942a3fa5eef 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -48,6 +48,7 @@
'dependencies': [
'../../../base/base.gyp:base',
'../../gfx/gfx.gyp:gfx',
+ '../platform/events_platform.gyp:events_platform',
'events_ozone',
],
'defines': [
@@ -90,6 +91,9 @@
['exclude', '^evdev/libgestures_glue/'],
],
}],
+ ['use_ozone_evdev==1', {
+ 'defines': ['USE_OZONE_EVDEV=1'],
+ }],
],
}]
}
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/platform/events_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698