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

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

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moving IME code to aura_shell. not ready for review Created 9 years 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/aura/root_window_host_linux.cc ('k') | ui/aura_shell/input_method_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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 9
10 'targets': [ 10 'targets': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'root_window_event_filter.cc', 46 'root_window_event_filter.cc',
47 'root_window_event_filter.h', 47 'root_window_event_filter.h',
48 'root_window_layout_manager.cc', 48 'root_window_layout_manager.cc',
49 'root_window_layout_manager.h', 49 'root_window_layout_manager.h',
50 'drag_drop_controller.cc', 50 'drag_drop_controller.cc',
51 'drag_drop_controller.h', 51 'drag_drop_controller.h',
52 'drag_image_view.cc', 52 'drag_image_view.cc',
53 'drag_image_view.h', 53 'drag_image_view.h',
54 'image_grid.cc', 54 'image_grid.cc',
55 'image_grid.h', 55 'image_grid.h',
56 'input_method_event_filter.cc',
57 'input_method_event_filter.h',
56 'launcher/app_launcher_button.cc', 58 'launcher/app_launcher_button.cc',
57 'launcher/app_launcher_button.h', 59 'launcher/app_launcher_button.h',
58 'launcher/launcher.cc', 60 'launcher/launcher.cc',
59 'launcher/launcher.h', 61 'launcher/launcher.h',
60 'launcher/launcher_model.cc', 62 'launcher/launcher_model.cc',
61 'launcher/launcher_model.h', 63 'launcher/launcher_model.h',
62 'launcher/launcher_model_observer.h', 64 'launcher/launcher_model_observer.h',
63 'launcher/launcher_types.h', 65 'launcher/launcher_types.h',
64 'launcher/launcher_view.cc', 66 'launcher/launcher_view.cc',
65 'launcher/launcher_view.h', 67 'launcher/launcher_view.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'examples/widgets.cc', 204 'examples/widgets.cc',
203 'examples/window_type_launcher.cc', 205 'examples/window_type_launcher.cc',
204 'examples/window_type_launcher.h', 206 'examples/window_type_launcher.h',
205 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 207 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
206 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 208 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 209 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
208 ], 210 ],
209 }, 211 },
210 ], 212 ],
211 } 213 }
OLDNEW
« no previous file with comments | « ui/aura/root_window_host_linux.cc ('k') | ui/aura_shell/input_method_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698