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

Side by Side Diff: ui/ui.gyp

Issue 16972006: Insert text directly from the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean some stuff up Created 7 years, 6 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
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'base/events/event_conversion_gtk.cc', 174 'base/events/event_conversion_gtk.cc',
175 'base/events/event_conversion_gtk.h', 175 'base/events/event_conversion_gtk.h',
176 'base/events/event_dispatcher.cc', 176 'base/events/event_dispatcher.cc',
177 'base/events/event_dispatcher.h', 177 'base/events/event_dispatcher.h',
178 'base/events/event_handler.cc', 178 'base/events/event_handler.cc',
179 'base/events/event_handler.h', 179 'base/events/event_handler.h',
180 'base/events/event_target.cc', 180 'base/events/event_target.cc',
181 'base/events/event_target.h', 181 'base/events/event_target.h',
182 'base/events/event_utils.cc', 182 'base/events/event_utils.cc',
183 'base/events/event_utils.h', 183 'base/events/event_utils.h',
184 'base/events/key_identifier_conversion.cc',
185 'base/events/key_identifier_conversion.h',
186 'base/gestures/gesture_configuration.cc', 184 'base/gestures/gesture_configuration.cc',
187 'base/gestures/gesture_configuration.h', 185 'base/gestures/gesture_configuration.h',
188 'base/gestures/gesture_point.cc', 186 'base/gestures/gesture_point.cc',
189 'base/gestures/gesture_point.h', 187 'base/gestures/gesture_point.h',
190 'base/gestures/gesture_recognizer.h', 188 'base/gestures/gesture_recognizer.h',
191 'base/gestures/gesture_recognizer_impl.cc', 189 'base/gestures/gesture_recognizer_impl.cc',
192 'base/gestures/gesture_recognizer_impl.h', 190 'base/gestures/gesture_recognizer_impl.h',
193 'base/gestures/gesture_sequence.cc', 191 'base/gestures/gesture_sequence.cc',
194 'base/gestures/gesture_sequence.h', 192 'base/gestures/gesture_sequence.h',
195 'base/gestures/gesture_types.cc', 193 'base/gestures/gesture_types.cc',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 ['toolkit_views==0', { 845 ['toolkit_views==0', {
848 'sources!': [ 846 'sources!': [
849 'base/events/event.cc', 847 'base/events/event.cc',
850 'base/events/event.h', 848 'base/events/event.h',
851 'base/events/event_dispatcher.cc', 849 'base/events/event_dispatcher.cc',
852 'base/events/event_dispatcher.h', 850 'base/events/event_dispatcher.h',
853 'base/events/event_handler.cc', 851 'base/events/event_handler.cc',
854 'base/events/event_handler.h', 852 'base/events/event_handler.h',
855 'base/events/event_target.cc', 853 'base/events/event_target.cc',
856 'base/events/event_target.h', 854 'base/events/event_target.h',
857 'base/events/key_identifier_conversion.cc',
858 'base/events/key_identifier_conversion.h',
859 'base/x/events_x.cc', 855 'base/x/events_x.cc',
860 ], 856 ],
861 }], 857 }],
862 ['OS=="android"', { 858 ['OS=="android"', {
863 'sources!': [ 859 'sources!': [
864 'base/dragdrop/drag_utils.cc', 860 'base/dragdrop/drag_utils.cc',
865 'base/dragdrop/drag_utils.h', 861 'base/dragdrop/drag_utils.h',
866 'base/touch/touch_device.cc', 862 'base/touch/touch_device.cc',
867 ], 863 ],
868 'dependencies': [ 864 'dependencies': [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'xcode_settings': { 1005 'xcode_settings': {
1010 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1006 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1011 }, 1007 },
1012 }], 1008 }],
1013 ], 1009 ],
1014 }, 1010 },
1015 ], 1011 ],
1016 }], 1012 }],
1017 ], 1013 ],
1018 } 1014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698