OLD | NEW |
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'host/ash_window_tree_host.h', | 144 'host/ash_window_tree_host.h', |
145 'host/ash_window_tree_host_init_params.cc', | 145 'host/ash_window_tree_host_init_params.cc', |
146 'host/ash_window_tree_host_init_params.h', | 146 'host/ash_window_tree_host_init_params.h', |
147 'host/ash_window_tree_host_ozone.cc', | 147 'host/ash_window_tree_host_ozone.cc', |
148 'host/ash_window_tree_host_win.cc', | 148 'host/ash_window_tree_host_win.cc', |
149 'host/ash_window_tree_host_x11.cc', | 149 'host/ash_window_tree_host_x11.cc', |
150 'host/ash_window_tree_host_x11.h', | 150 'host/ash_window_tree_host_x11.h', |
151 'host/root_window_transformer.h', | 151 'host/root_window_transformer.h', |
152 'host/transformer_helper.cc', | 152 'host/transformer_helper.cc', |
153 'host/transformer_helper.h', | 153 'host/transformer_helper.h', |
154 'ime/candidate_view.cc', | |
155 'ime/candidate_view.h', | |
156 'ime/candidate_window_view.cc', | |
157 'ime/candidate_window_view.h', | |
158 'ime/infolist_window.cc', | |
159 'ime/infolist_window.h', | |
160 'ime/input_method_menu_item.cc', | |
161 'ime/input_method_menu_item.h', | |
162 'ime/input_method_menu_manager.cc', | |
163 'ime/input_method_menu_manager.h', | |
164 'ime/mode_indicator_view.cc', | |
165 'ime/mode_indicator_view.h', | |
166 'keyboard_uma_event_filter.cc', | 154 'keyboard_uma_event_filter.cc', |
167 'keyboard_uma_event_filter.h', | 155 'keyboard_uma_event_filter.h', |
168 'magnifier/magnification_controller.cc', | 156 'magnifier/magnification_controller.cc', |
169 'magnifier/magnification_controller.h', | 157 'magnifier/magnification_controller.h', |
170 'magnifier/partial_magnification_controller.cc', | 158 'magnifier/partial_magnification_controller.cc', |
171 'magnifier/partial_magnification_controller.h', | 159 'magnifier/partial_magnification_controller.h', |
172 'metrics/user_metrics_recorder.cc', | 160 'metrics/user_metrics_recorder.cc', |
173 'metrics/user_metrics_recorder.h', | 161 'metrics/user_metrics_recorder.h', |
174 'multi_profile_uma.cc', | 162 'multi_profile_uma.cc', |
175 'multi_profile_uma.h', | 163 'multi_profile_uma.h', |
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1307 '../build/isolate.gypi', | 1295 '../build/isolate.gypi', |
1308 ], | 1296 ], |
1309 'sources': [ | 1297 'sources': [ |
1310 'ash_unittests.isolate', | 1298 'ash_unittests.isolate', |
1311 ], | 1299 ], |
1312 }, | 1300 }, |
1313 ], | 1301 ], |
1314 }], | 1302 }], |
1315 ], | 1303 ], |
1316 } | 1304 } |
OLD | NEW |