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

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

Issue 1119423003: Refactors away method implementations in ui::EventTargeter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactors ui::EventTargeter (makes ui::EventTargeter pure virtual) Created 5 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
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'event_handler.cc', 119 'event_handler.cc',
120 'event_handler.h', 120 'event_handler.h',
121 'event_processor.cc', 121 'event_processor.cc',
122 'event_processor.h', 122 'event_processor.h',
123 'event_rewriter.h', 123 'event_rewriter.h',
124 'event_source.cc', 124 'event_source.cc',
125 'event_source.h', 125 'event_source.h',
126 'event_target.cc', 126 'event_target.cc',
127 'event_target.h', 127 'event_target.h',
128 'event_target_iterator.h', 128 'event_target_iterator.h',
129 'event_targeter.cc',
130 'event_targeter.h', 129 'event_targeter.h',
131 'event_utils.cc', 130 'event_utils.cc',
132 'event_utils.h', 131 'event_utils.h',
133 'events_export.h', 132 'events_export.h',
134 'events_stub.cc', 133 'events_stub.cc',
135 'gestures/gesture_provider_aura.cc', 134 'gestures/gesture_provider_aura.cc',
136 'gestures/gesture_provider_aura.h', 135 'gestures/gesture_provider_aura.h',
137 'gestures/gesture_recognizer.h', 136 'gestures/gesture_recognizer.h',
138 'gestures/gesture_recognizer_impl.cc', 137 'gestures/gesture_recognizer_impl.cc',
139 'gestures/gesture_recognizer_impl.h', 138 'gestures/gesture_recognizer_impl.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'dependencies': [ 481 'dependencies': [
483 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 482 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
484 ], 483 ],
485 }], 484 }],
486 ], 485 ],
487 }, 486 },
488 ], 487 ],
489 }], 488 }],
490 ], 489 ],
491 } 490 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698