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

Side by Side Diff: ui/ui.gyp

Issue 11364062: ui: Remove TouchStatus in favour of EventResult. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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/base/events/event_constants.cc ('k') | ui/views/widget/x11_window_event_filter.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'base/dragdrop/os_exchange_data.cc', 152 'base/dragdrop/os_exchange_data.cc',
153 'base/dragdrop/os_exchange_data.h', 153 'base/dragdrop/os_exchange_data.h',
154 'base/dragdrop/os_exchange_data_provider_aura.cc', 154 'base/dragdrop/os_exchange_data_provider_aura.cc',
155 'base/dragdrop/os_exchange_data_provider_aura.h', 155 'base/dragdrop/os_exchange_data_provider_aura.h',
156 'base/dragdrop/os_exchange_data_provider_gtk.cc', 156 'base/dragdrop/os_exchange_data_provider_gtk.cc',
157 'base/dragdrop/os_exchange_data_provider_gtk.h', 157 'base/dragdrop/os_exchange_data_provider_gtk.h',
158 'base/dragdrop/os_exchange_data_provider_win.cc', 158 'base/dragdrop/os_exchange_data_provider_win.cc',
159 'base/dragdrop/os_exchange_data_provider_win.h', 159 'base/dragdrop/os_exchange_data_provider_win.h',
160 'base/events/event.cc', 160 'base/events/event.cc',
161 'base/events/event.h', 161 'base/events/event.h',
162 'base/events/event_constants.cc',
163 'base/events/event_constants.h', 162 'base/events/event_constants.h',
164 'base/events/event_dispatcher.cc', 163 'base/events/event_dispatcher.cc',
165 'base/events/event_dispatcher.h', 164 'base/events/event_dispatcher.h',
166 'base/events/event_functions.cc', 165 'base/events/event_functions.cc',
167 'base/events/event_functions.h', 166 'base/events/event_functions.h',
168 'base/events/event_handler.h', 167 'base/events/event_handler.h',
169 'base/events/event_target.cc', 168 'base/events/event_target.cc',
170 'base/events/event_target.h', 169 'base/events/event_target.h',
171 'base/gestures/gesture_configuration.cc', 170 'base/gestures/gesture_configuration.cc',
172 'base/gestures/gesture_configuration.h', 171 'base/gestures/gesture_configuration.h',
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 }, 890 },
892 'dependencies': [ 891 'dependencies': [
893 '../base/base.gyp:base_java', 892 '../base/base.gyp:base_java',
894 ], 893 ],
895 'includes': [ '../build/java.gypi' ], 894 'includes': [ '../build/java.gypi' ],
896 }, 895 },
897 ], 896 ],
898 }], 897 }],
899 ], 898 ],
900 } 899 }
OLDNEW
« no previous file with comments | « ui/base/events/event_constants.cc ('k') | ui/views/widget/x11_window_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698