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

Side by Side Diff: ui/ui.gyp

Issue 13957005: Move KeyIdentifier->KeyEvent conversion to src/ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fix Created 7 years, 8 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/base/events/key_identifier_conversion_unittest.cc ('k') | ui/ui_unittests.gypi » ('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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'base/events/event_conversion_gtk.cc', 152 'base/events/event_conversion_gtk.cc',
153 'base/events/event_conversion_gtk.h', 153 'base/events/event_conversion_gtk.h',
154 'base/events/event_dispatcher.cc', 154 'base/events/event_dispatcher.cc',
155 'base/events/event_dispatcher.h', 155 'base/events/event_dispatcher.h',
156 'base/events/event_handler.cc', 156 'base/events/event_handler.cc',
157 'base/events/event_handler.h', 157 'base/events/event_handler.h',
158 'base/events/event_target.cc', 158 'base/events/event_target.cc',
159 'base/events/event_target.h', 159 'base/events/event_target.h',
160 'base/events/event_utils.cc', 160 'base/events/event_utils.cc',
161 'base/events/event_utils.h', 161 'base/events/event_utils.h',
162 'base/events/key_identifier_conversion.cc',
163 'base/events/key_identifier_conversion.h',
162 'base/gestures/gesture_configuration.cc', 164 'base/gestures/gesture_configuration.cc',
163 'base/gestures/gesture_configuration.h', 165 'base/gestures/gesture_configuration.h',
164 'base/gestures/gesture_point.cc', 166 'base/gestures/gesture_point.cc',
165 'base/gestures/gesture_point.h', 167 'base/gestures/gesture_point.h',
166 'base/gestures/gesture_recognizer.h', 168 'base/gestures/gesture_recognizer.h',
167 'base/gestures/gesture_recognizer_impl.cc', 169 'base/gestures/gesture_recognizer_impl.cc',
168 'base/gestures/gesture_recognizer_impl.h', 170 'base/gestures/gesture_recognizer_impl.h',
169 'base/gestures/gesture_sequence.cc', 171 'base/gestures/gesture_sequence.cc',
170 'base/gestures/gesture_sequence.h', 172 'base/gestures/gesture_sequence.h',
171 'base/gestures/gesture_types.cc', 173 'base/gestures/gesture_types.cc',
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 ['toolkit_views==0', { 811 ['toolkit_views==0', {
810 'sources!': [ 812 'sources!': [
811 'base/events/event.cc', 813 'base/events/event.cc',
812 'base/events/event.h', 814 'base/events/event.h',
813 'base/events/event_dispatcher.cc', 815 'base/events/event_dispatcher.cc',
814 'base/events/event_dispatcher.h', 816 'base/events/event_dispatcher.h',
815 'base/events/event_handler.cc', 817 'base/events/event_handler.cc',
816 'base/events/event_handler.h', 818 'base/events/event_handler.h',
817 'base/events/event_target.cc', 819 'base/events/event_target.cc',
818 'base/events/event_target.h', 820 'base/events/event_target.h',
821 'base/events/key_identifier_conversion.cc',
822 'base/events/key_identifier_conversion.h',
819 'base/x/events_x.cc', 823 'base/x/events_x.cc',
820 ], 824 ],
821 }], 825 }],
822 ['OS=="android"', { 826 ['OS=="android"', {
823 'sources!': [ 827 'sources!': [
824 'base/dragdrop/drag_utils.cc', 828 'base/dragdrop/drag_utils.cc',
825 'base/dragdrop/drag_utils.h', 829 'base/dragdrop/drag_utils.h',
826 'base/touch/touch_device.cc', 830 'base/touch/touch_device.cc',
827 'gfx/pango_util.cc', 831 'gfx/pango_util.cc',
828 'gfx/pango_util.h', 832 'gfx/pango_util.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'xcode_settings': { 975 'xcode_settings': {
972 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 976 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
973 }, 977 },
974 }], 978 }],
975 ], 979 ],
976 }, 980 },
977 ], 981 ],
978 }], 982 }],
979 ], 983 ],
980 } 984 }
OLDNEW
« no previous file with comments | « ui/base/events/key_identifier_conversion_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698