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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/platform/events_platform.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [{ 9 'targets': [{
10 'target_name': 'events_ozone', 10 'target_name': 'events_ozone',
(...skipping 30 matching lines...) Expand all
41 '<(DEPTH)/build/linux/system.gyp:udev', 41 '<(DEPTH)/build/linux/system.gyp:udev',
42 ], 42 ],
43 }], 43 }],
44 ], 44 ],
45 }, { 45 }, {
46 'target_name': 'events_ozone_evdev', 46 'target_name': 'events_ozone_evdev',
47 'type': '<(component)', 47 'type': '<(component)',
48 'dependencies': [ 48 'dependencies': [
49 '../../../base/base.gyp:base', 49 '../../../base/base.gyp:base',
50 '../../gfx/gfx.gyp:gfx', 50 '../../gfx/gfx.gyp:gfx',
51 '../platform/events_platform.gyp:events_platform',
51 'events_ozone', 52 'events_ozone',
52 ], 53 ],
53 'defines': [ 54 'defines': [
54 'EVENTS_OZONE_EVDEV_IMPLEMENTATION', 55 'EVENTS_OZONE_EVDEV_IMPLEMENTATION',
55 ], 56 ],
56 'sources': [ 57 'sources': [
57 'evdev/libgestures_glue/event_reader_libevdev_cros.cc', 58 'evdev/libgestures_glue/event_reader_libevdev_cros.cc',
58 'evdev/libgestures_glue/event_reader_libevdev_cros.h', 59 'evdev/libgestures_glue/event_reader_libevdev_cros.h',
59 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc', 60 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc',
60 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h', 61 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h',
(...skipping 22 matching lines...) Expand all
83 '<(DEPTH)/build/linux/system.gyp:libevdev-cros', 84 '<(DEPTH)/build/linux/system.gyp:libevdev-cros',
84 ], 85 ],
85 'defines': [ 86 'defines': [
86 'USE_EVDEV_GESTURES', 87 'USE_EVDEV_GESTURES',
87 ], 88 ],
88 }, { 89 }, {
89 'sources/': [ 90 'sources/': [
90 ['exclude', '^evdev/libgestures_glue/'], 91 ['exclude', '^evdev/libgestures_glue/'],
91 ], 92 ],
92 }], 93 }],
94 ['use_ozone_evdev==1', {
95 'defines': ['USE_OZONE_EVDEV=1'],
96 }],
93 ], 97 ],
94 }] 98 }]
95 } 99 }
OLDNEW
« 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