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

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

Issue 502993004: Remove abstract Clone and Cancel methods from MotionEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nasty bug fix Created 6 years, 2 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
« no previous file with comments | « ui/events/OWNERS ('k') | ui/events/gesture_detection/bitset_32.h » ('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 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'sources': [ 267 'sources': [
268 # Note: sources list duplicated in GN build. 268 # Note: sources list duplicated in GN build.
269 'test/cocoa_test_event_utils.h', 269 'test/cocoa_test_event_utils.h',
270 'test/cocoa_test_event_utils.mm', 270 'test/cocoa_test_event_utils.mm',
271 'test/event_generator.cc', 271 'test/event_generator.cc',
272 'test/event_generator.h', 272 'test/event_generator.h',
273 'test/events_test_utils.cc', 273 'test/events_test_utils.cc',
274 'test/events_test_utils.h', 274 'test/events_test_utils.h',
275 'test/events_test_utils_x11.cc', 275 'test/events_test_utils_x11.cc',
276 'test/events_test_utils_x11.h', 276 'test/events_test_utils_x11.h',
277 'test/mock_motion_event.cc', 277 'test/motion_event_test_utils.cc',
278 'test/mock_motion_event.h', 278 'test/motion_event_test_utils.h',
279 'test/platform_event_waiter.cc', 279 'test/platform_event_waiter.cc',
280 'test/platform_event_waiter.h', 280 'test/platform_event_waiter.h',
281 'test/test_event_handler.cc', 281 'test/test_event_handler.cc',
282 'test/test_event_handler.h', 282 'test/test_event_handler.h',
283 'test/test_event_processor.cc', 283 'test/test_event_processor.cc',
284 'test/test_event_processor.h', 284 'test/test_event_processor.h',
285 'test/test_event_target.cc', 285 'test/test_event_target.cc',
286 'test/test_event_target.h', 286 'test/test_event_target.h',
287 ], 287 ],
288 'conditions': [ 288 'conditions': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 ], 390 ],
391 'variables': { 391 'variables': {
392 'test_suite_name': 'events_unittests', 392 'test_suite_name': 'events_unittests',
393 }, 393 },
394 'includes': [ '../../build/apk_test.gypi' ], 394 'includes': [ '../../build/apk_test.gypi' ],
395 }, 395 },
396 ], 396 ],
397 }], 397 }],
398 ], 398 ],
399 } 399 }
OLDNEW
« no previous file with comments | « ui/events/OWNERS ('k') | ui/events/gesture_detection/bitset_32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698