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

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

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed bot failure: cast_shell_linux Created 5 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
« ui/aura/window_tree_host.cc ('K') | « ui/wm/test/wm_test_helper.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'core/default_activation_client.h', 49 'core/default_activation_client.h',
50 'core/default_screen_position_client.cc', 50 'core/default_screen_position_client.cc',
51 'core/default_screen_position_client.h', 51 'core/default_screen_position_client.h',
52 'core/easy_resize_window_targeter.cc', 52 'core/easy_resize_window_targeter.cc',
53 'core/easy_resize_window_targeter.h', 53 'core/easy_resize_window_targeter.h',
54 'core/focus_controller.cc', 54 'core/focus_controller.cc',
55 'core/focus_controller.h', 55 'core/focus_controller.h',
56 'core/focus_rules.h', 56 'core/focus_rules.h',
57 'core/image_grid.cc', 57 'core/image_grid.cc',
58 'core/image_grid.h', 58 'core/image_grid.h',
59 'core/input_method_event_filter.cc',
60 'core/input_method_event_filter.h',
61 'core/masked_window_targeter.cc', 59 'core/masked_window_targeter.cc',
62 'core/masked_window_targeter.h', 60 'core/masked_window_targeter.h',
63 'core/native_cursor_manager.h', 61 'core/native_cursor_manager.h',
64 'core/native_cursor_manager_delegate.h', 62 'core/native_cursor_manager_delegate.h',
65 'core/nested_accelerator_controller.cc', 63 'core/nested_accelerator_controller.cc',
66 'core/nested_accelerator_controller.h', 64 'core/nested_accelerator_controller.h',
67 'core/nested_accelerator_delegate.h', 65 'core/nested_accelerator_delegate.h',
68 'core/nested_accelerator_dispatcher.cc', 66 'core/nested_accelerator_dispatcher.cc',
69 'core/nested_accelerator_dispatcher.h', 67 'core/nested_accelerator_dispatcher.h',
70 'core/nested_accelerator_dispatcher_linux.cc', 68 'core/nested_accelerator_dispatcher_linux.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 '../gfx/gfx.gyp:gfx_geometry', 138 '../gfx/gfx.gyp:gfx_geometry',
141 'wm', 139 'wm',
142 'wm_test_support', 140 'wm_test_support',
143 ], 141 ],
144 'sources': [ 142 'sources': [
145 'core/capture_controller_unittest.cc', 143 'core/capture_controller_unittest.cc',
146 'core/compound_event_filter_unittest.cc', 144 'core/compound_event_filter_unittest.cc',
147 'core/cursor_manager_unittest.cc', 145 'core/cursor_manager_unittest.cc',
148 'core/focus_controller_unittest.cc', 146 'core/focus_controller_unittest.cc',
149 'core/image_grid_unittest.cc', 147 'core/image_grid_unittest.cc',
150 'core/input_method_event_filter_unittest.cc',
151 'core/nested_accelerator_controller_unittest.cc', 148 'core/nested_accelerator_controller_unittest.cc',
152 'core/shadow_controller_unittest.cc', 149 'core/shadow_controller_unittest.cc',
153 'core/shadow_unittest.cc', 150 'core/shadow_unittest.cc',
154 'core/transient_window_manager_unittest.cc', 151 'core/transient_window_manager_unittest.cc',
155 'core/transient_window_stacking_client_unittest.cc', 152 'core/transient_window_stacking_client_unittest.cc',
156 'core/visibility_controller_unittest.cc', 153 'core/visibility_controller_unittest.cc',
157 'core/window_animations_unittest.cc', 154 'core/window_animations_unittest.cc',
158 'core/window_util_unittest.cc', 155 'core/window_util_unittest.cc',
159 'test/run_all_unittests.cc', 156 'test/run_all_unittests.cc',
160 ], 157 ],
161 }, 158 },
162 ], 159 ],
163 } 160 }
OLDNEW
« ui/aura/window_tree_host.cc ('K') | « ui/wm/test/wm_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698