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

Unified Diff: ui/events/events.gyp

Issue 1236073002: Added build dependency from events_test_support to events_devices for ozone builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 36c86d6116d3e3686afe7478c19077a304ce9b3a..7dacf3af7132297acf0d57c9da29e725beed065a 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -288,11 +288,6 @@
'gesture_detection/gesture_configuration_default.cc',
],
}],
- ['use_aura==1 and OS=="android"', {
- 'sources!': [
- 'gesture_detection/gesture_configuration_aura.cc',
- ],
- }],
],
},
{
@@ -337,15 +332,13 @@
# The cocoa files don't apply to iOS.
'sources/': [['exclude', 'cocoa']],
}],
- ['use_x11==1', {
- 'dependencies': [
- 'devices/events_devices.gyp:events_devices',
- ],
- }],
['use_x11==1 or use_ozone==1', {
'sources' : [
'test/device_data_manager_test_api_impl.cc',
- ]
+ ],
+ 'dependencies': [
+ 'devices/events_devices.gyp:events_devices',
+ ],
}, { # else use_x11=1 or use_ozone=1
'sources' : [
'test/device_data_manager_test_api_stub.cc',
« no previous file with comments | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698