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

Side by Side Diff: ash/ash.gyp

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ui/base/BUILD.gn » ('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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'host/ash_window_tree_host.h', 146 'host/ash_window_tree_host.h',
147 'host/ash_window_tree_host_init_params.cc', 147 'host/ash_window_tree_host_init_params.cc',
148 'host/ash_window_tree_host_init_params.h', 148 'host/ash_window_tree_host_init_params.h',
149 'host/ash_window_tree_host_ozone.cc', 149 'host/ash_window_tree_host_ozone.cc',
150 'host/ash_window_tree_host_win.cc', 150 'host/ash_window_tree_host_win.cc',
151 'host/ash_window_tree_host_x11.cc', 151 'host/ash_window_tree_host_x11.cc',
152 'host/ash_window_tree_host_x11.h', 152 'host/ash_window_tree_host_x11.h',
153 'host/root_window_transformer.h', 153 'host/root_window_transformer.h',
154 'host/transformer_helper.cc', 154 'host/transformer_helper.cc',
155 'host/transformer_helper.h', 155 'host/transformer_helper.h',
156 'ime/candidate_view.cc',
157 'ime/candidate_view.h',
158 'ime/candidate_window_view.cc',
159 'ime/candidate_window_view.h',
160 'ime/infolist_window.cc',
161 'ime/infolist_window.h',
162 'ime/input_method_menu_item.cc',
163 'ime/input_method_menu_item.h',
164 'ime/input_method_menu_manager.cc',
165 'ime/input_method_menu_manager.h',
166 'ime/mode_indicator_view.cc',
167 'ime/mode_indicator_view.h',
168 'keyboard_uma_event_filter.cc', 156 'keyboard_uma_event_filter.cc',
169 'keyboard_uma_event_filter.h', 157 'keyboard_uma_event_filter.h',
170 'magnifier/magnification_controller.cc', 158 'magnifier/magnification_controller.cc',
171 'magnifier/magnification_controller.h', 159 'magnifier/magnification_controller.h',
172 'magnifier/partial_magnification_controller.cc', 160 'magnifier/partial_magnification_controller.cc',
173 'magnifier/partial_magnification_controller.h', 161 'magnifier/partial_magnification_controller.h',
174 'metrics/user_metrics_recorder.cc', 162 'metrics/user_metrics_recorder.cc',
175 'metrics/user_metrics_recorder.h', 163 'metrics/user_metrics_recorder.h',
176 'multi_profile_uma.cc', 164 'multi_profile_uma.cc',
177 'multi_profile_uma.h', 165 'multi_profile_uma.h',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'display/screen_position_controller_unittest.cc', 778 'display/screen_position_controller_unittest.cc',
791 'drag_drop/drag_drop_controller_unittest.cc', 779 'drag_drop/drag_drop_controller_unittest.cc',
792 'drag_drop/drag_drop_tracker_unittest.cc', 780 'drag_drop/drag_drop_tracker_unittest.cc',
793 'extended_desktop_unittest.cc', 781 'extended_desktop_unittest.cc',
794 'focus_cycler_unittest.cc', 782 'focus_cycler_unittest.cc',
795 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 783 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
796 'frame/caption_buttons/frame_size_button_unittest.cc', 784 'frame/caption_buttons/frame_size_button_unittest.cc',
797 'frame/custom_frame_view_ash_unittest.cc', 785 'frame/custom_frame_view_ash_unittest.cc',
798 'frame/default_header_painter_unittest.cc', 786 'frame/default_header_painter_unittest.cc',
799 'host/ash_window_tree_host_x11_unittest.cc', 787 'host/ash_window_tree_host_x11_unittest.cc',
800 'ime/candidate_view_unittest.cc',
801 'ime/candidate_window_view_unittest.cc',
802 'ime/input_method_menu_item_unittest.cc',
803 'ime/input_method_menu_manager_unittest.cc',
804 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 788 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
805 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 789 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
806 'magnifier/magnification_controller_unittest.cc', 790 'magnifier/magnification_controller_unittest.cc',
807 'root_window_controller_unittest.cc', 791 'root_window_controller_unittest.cc',
808 'screen_util_unittest.cc', 792 'screen_util_unittest.cc',
809 'screensaver/screensaver_view_unittest.cc', 793 'screensaver/screensaver_view_unittest.cc',
810 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 794 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
811 'shelf/shelf_layout_manager_unittest.cc', 795 'shelf/shelf_layout_manager_unittest.cc',
812 'shelf/shelf_model_unittest.cc', 796 'shelf/shelf_model_unittest.cc',
813 'shelf/shelf_navigator_unittest.cc', 797 'shelf/shelf_navigator_unittest.cc',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 '../build/isolate.gypi', 1295 '../build/isolate.gypi',
1312 ], 1296 ],
1313 'sources': [ 1297 'sources': [
1314 'ash_unittests.isolate', 1298 'ash_unittests.isolate',
1315 ], 1299 ],
1316 }, 1300 },
1317 ], 1301 ],
1318 }], 1302 }],
1319 ], 1303 ],
1320 } 1304 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ui/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698