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

Side by Side Diff: ash/ash.gyp

Issue 150203015: Split out InputMethodMenuManager from InputMethodManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make clang happy Created 6 years, 10 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 | « no previous file | ash/ime/input_method_menu_item.h » ('j') | ash/ime/input_method_menu_item.h » ('J')
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'high_contrast/high_contrast_controller.h', 160 'high_contrast/high_contrast_controller.h',
161 'host/root_window_host_factory.cc', 161 'host/root_window_host_factory.cc',
162 'host/root_window_host_factory.h', 162 'host/root_window_host_factory.h',
163 'host/root_window_host_factory_win.cc', 163 'host/root_window_host_factory_win.cc',
164 'ime/candidate_view.cc', 164 'ime/candidate_view.cc',
165 'ime/candidate_view.h', 165 'ime/candidate_view.h',
166 'ime/candidate_window_view.cc', 166 'ime/candidate_window_view.cc',
167 'ime/candidate_window_view.h', 167 'ime/candidate_window_view.h',
168 'ime/infolist_window.cc', 168 'ime/infolist_window.cc',
169 'ime/infolist_window.h', 169 'ime/infolist_window.h',
170 'ime/input_method_menu_item.cc',
171 'ime/input_method_menu_item.h',
172 'ime/input_method_menu_manager.cc',
173 'ime/input_method_menu_manager.h',
170 'ime/mode_indicator_view.cc', 174 'ime/mode_indicator_view.cc',
171 'ime/mode_indicator_view.h', 175 'ime/mode_indicator_view.h',
172 'keyboard_uma_event_filter.cc', 176 'keyboard_uma_event_filter.cc',
173 'keyboard_uma_event_filter.h', 177 'keyboard_uma_event_filter.h',
174 'magnifier/magnification_controller.cc', 178 'magnifier/magnification_controller.cc',
175 'magnifier/magnification_controller.h', 179 'magnifier/magnification_controller.h',
176 'magnifier/magnifier_constants.h', 180 'magnifier/magnifier_constants.h',
177 'magnifier/magnifier_key_scroller.cc', 181 'magnifier/magnifier_key_scroller.cc',
178 'magnifier/magnifier_key_scroller.h', 182 'magnifier/magnifier_key_scroller.h',
179 'magnifier/partial_magnification_controller.cc', 183 'magnifier/partial_magnification_controller.cc',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'display/mouse_cursor_event_filter_unittest.cc', 846 'display/mouse_cursor_event_filter_unittest.cc',
843 'display/projecting_observer_chromeos_unittest.cc', 847 'display/projecting_observer_chromeos_unittest.cc',
844 'display/resolution_notification_controller_unittest.cc', 848 'display/resolution_notification_controller_unittest.cc',
845 'display/root_window_transformers_unittest.cc', 849 'display/root_window_transformers_unittest.cc',
846 'display/screen_position_controller_unittest.cc', 850 'display/screen_position_controller_unittest.cc',
847 'drag_drop/drag_drop_controller_unittest.cc', 851 'drag_drop/drag_drop_controller_unittest.cc',
848 'drag_drop/drag_drop_tracker_unittest.cc', 852 'drag_drop/drag_drop_tracker_unittest.cc',
849 'extended_desktop_unittest.cc', 853 'extended_desktop_unittest.cc',
850 'focus_cycler_unittest.cc', 854 'focus_cycler_unittest.cc',
851 'ime/candidate_window_view_unittest.cc', 855 'ime/candidate_window_view_unittest.cc',
856 'ime/input_method_menu_item_unittest.cc',
857 'ime/input_method_menu_manager_unittest.cc',
852 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 858 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
853 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 859 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
854 'magnifier/magnification_controller_unittest.cc', 860 'magnifier/magnification_controller_unittest.cc',
855 'magnifier/magnifier_key_scroller_unittest.cc', 861 'magnifier/magnifier_key_scroller_unittest.cc',
856 'root_window_controller_unittest.cc', 862 'root_window_controller_unittest.cc',
857 'screen_util_unittest.cc', 863 'screen_util_unittest.cc',
858 'screensaver/screensaver_view_unittest.cc', 864 'screensaver/screensaver_view_unittest.cc',
859 'session_state_delegate_stub.cc', 865 'session_state_delegate_stub.cc',
860 'session_state_delegate_stub.h', 866 'session_state_delegate_stub.h',
861 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 867 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 }, 1091 },
1086 }, 1092 },
1087 'dependencies': [ 1093 'dependencies': [
1088 '../sandbox/sandbox.gyp:sandbox', 1094 '../sandbox/sandbox.gyp:sandbox',
1089 ], 1095 ],
1090 }], 1096 }],
1091 ], 1097 ],
1092 }, 1098 },
1093 ], 1099 ],
1094 } 1100 }
OLDNEW
« no previous file with comments | « no previous file | ash/ime/input_method_menu_item.h » ('j') | ash/ime/input_method_menu_item.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698