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

Side by Side Diff: ui/events/events.gyp

Issue 181833003: [Android] Out with the Android GR, in with the new unified C++ GR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 10 {
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'events_base', 176 'events_base',
177 ], 177 ],
178 'defines': [ 178 'defines': [
179 'GESTURE_DETECTION_IMPLEMENTATION', 179 'GESTURE_DETECTION_IMPLEMENTATION',
180 ], 180 ],
181 'sources': [ 181 'sources': [
182 'gesture_detection/bitset_32.h', 182 'gesture_detection/bitset_32.h',
183 'gesture_detection/gesture_detection_export.h', 183 'gesture_detection/gesture_detection_export.h',
184 'gesture_detection/gesture_detector.cc', 184 'gesture_detection/gesture_detector.cc',
185 'gesture_detection/gesture_detector.h', 185 'gesture_detection/gesture_detector.h',
186 'gesture_detection/gesture_event_params.cc', 186 'gesture_detection/gesture_event_data.cc',
187 'gesture_detection/gesture_event_params.h', 187 'gesture_detection/gesture_event_data.h',
188 'gesture_detection/gesture_event_data_packet.cc',
189 'gesture_detection/gesture_event_data_packet.h',
188 'gesture_detection/gesture_config_helper.h', 190 'gesture_detection/gesture_config_helper.h',
189 'gesture_detection/gesture_config_helper_aura.cc', 191 'gesture_detection/gesture_config_helper_aura.cc',
190 'gesture_detection/gesture_config_helper_android.cc', 192 'gesture_detection/gesture_config_helper_android.cc',
191 'gesture_detection/gesture_provider.cc', 193 'gesture_detection/gesture_provider.cc',
192 'gesture_detection/gesture_provider.h', 194 'gesture_detection/gesture_provider.h',
193 'gesture_detection/motion_event.h', 195 'gesture_detection/motion_event.h',
194 'gesture_detection/scale_gesture_detector.cc', 196 'gesture_detection/scale_gesture_detector.cc',
195 'gesture_detection/scale_gesture_detector.h', 197 'gesture_detection/scale_gesture_detector.h',
196 'gesture_detection/snap_scroll_controller.cc', 198 'gesture_detection/snap_scroll_controller.cc',
197 'gesture_detection/snap_scroll_controller.h', 199 'gesture_detection/snap_scroll_controller.h',
200 'gesture_detection/touch_disposition_gesture_filter.cc',
201 'gesture_detection/touch_disposition_gesture_filter.h',
198 'gesture_detection/velocity_tracker_state.cc', 202 'gesture_detection/velocity_tracker_state.cc',
199 'gesture_detection/velocity_tracker_state.h', 203 'gesture_detection/velocity_tracker_state.h',
200 'gesture_detection/velocity_tracker.cc', 204 'gesture_detection/velocity_tracker.cc',
201 'gesture_detection/velocity_tracker.h', 205 'gesture_detection/velocity_tracker.h',
202 ], 206 ],
203 'conditions': [ 207 'conditions': [
204 ['use_aura==1', { 208 ['use_aura==1', {
205 'dependencies': [ 209 'dependencies': [
206 'events' 210 'events'
207 ], 211 ],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'cocoa/cocoa_event_utils_unittest.mm', 268 'cocoa/cocoa_event_utils_unittest.mm',
265 'event_dispatcher_unittest.cc', 269 'event_dispatcher_unittest.cc',
266 'event_processor_unittest.cc', 270 'event_processor_unittest.cc',
267 'event_unittest.cc', 271 'event_unittest.cc',
268 'gestures/velocity_calculator_unittest.cc', 272 'gestures/velocity_calculator_unittest.cc',
269 'gesture_detection/bitset_32_unittest.cc', 273 'gesture_detection/bitset_32_unittest.cc',
270 'gesture_detection/gesture_provider_unittest.cc', 274 'gesture_detection/gesture_provider_unittest.cc',
271 'gesture_detection/mock_motion_event.h', 275 'gesture_detection/mock_motion_event.h',
272 'gesture_detection/mock_motion_event.cc', 276 'gesture_detection/mock_motion_event.cc',
273 'gesture_detection/velocity_tracker_unittest.cc', 277 'gesture_detection/velocity_tracker_unittest.cc',
278 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
274 'keycodes/dom4/keycode_converter_unittest.cc', 279 'keycodes/dom4/keycode_converter_unittest.cc',
275 'latency_info_unittest.cc', 280 'latency_info_unittest.cc',
276 'ozone/evdev/key_event_converter_evdev_unittest.cc', 281 'ozone/evdev/key_event_converter_evdev_unittest.cc',
277 'ozone/evdev/touch_event_converter_evdev_unittest.cc', 282 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
278 'x/events_x_unittest.cc', 283 'x/events_x_unittest.cc',
279 ], 284 ],
280 'conditions': [ 285 'conditions': [
281 ['OS=="linux" and linux_use_tcmalloc==1', { 286 ['OS=="linux" and linux_use_tcmalloc==1', {
282 'dependencies': [ 287 'dependencies': [
283 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 288 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
(...skipping 29 matching lines...) Expand all
313 'variables': { 318 'variables': {
314 'test_suite_name': 'events_unittests', 319 'test_suite_name': 'events_unittests',
315 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)', 320 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un ittests<(SHARED_LIB_SUFFIX)',
316 }, 321 },
317 'includes': [ '../../build/apk_test.gypi' ], 322 'includes': [ '../../build/apk_test.gypi' ],
318 }, 323 },
319 ], 324 ],
320 }], 325 }],
321 ], 326 ],
322 } 327 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | ui/events/gesture_detection/gesture_config_helper_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698