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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'ime/input_method_menu_item.cc', | 160 'ime/input_method_menu_item.cc', |
161 'ime/input_method_menu_item.h', | 161 'ime/input_method_menu_item.h', |
162 'ime/input_method_menu_manager.cc', | 162 'ime/input_method_menu_manager.cc', |
163 'ime/input_method_menu_manager.h', | 163 'ime/input_method_menu_manager.h', |
164 'ime/mode_indicator_view.cc', | 164 'ime/mode_indicator_view.cc', |
165 'ime/mode_indicator_view.h', | 165 'ime/mode_indicator_view.h', |
166 'keyboard_uma_event_filter.cc', | 166 'keyboard_uma_event_filter.cc', |
167 'keyboard_uma_event_filter.h', | 167 'keyboard_uma_event_filter.h', |
168 'magnifier/magnification_controller.cc', | 168 'magnifier/magnification_controller.cc', |
169 'magnifier/magnification_controller.h', | 169 'magnifier/magnification_controller.h', |
170 'magnifier/magnifier_constants.h', | |
171 'magnifier/partial_magnification_controller.cc', | 170 'magnifier/partial_magnification_controller.cc', |
172 'magnifier/partial_magnification_controller.h', | 171 'magnifier/partial_magnification_controller.h', |
173 'metrics/user_metrics_recorder.cc', | 172 'metrics/user_metrics_recorder.cc', |
174 'metrics/user_metrics_recorder.h', | 173 'metrics/user_metrics_recorder.h', |
175 'multi_profile_uma.cc', | 174 'multi_profile_uma.cc', |
176 'multi_profile_uma.h', | 175 'multi_profile_uma.h', |
177 'popup_message.cc', | 176 'popup_message.cc', |
178 'popup_message.h', | 177 'popup_message.h', |
179 'root_window_controller.cc', | 178 'root_window_controller.cc', |
180 'root_window_controller.h', | 179 'root_window_controller.h', |
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1288 '../build/isolate.gypi', | 1287 '../build/isolate.gypi', |
1289 ], | 1288 ], |
1290 'sources': [ | 1289 'sources': [ |
1291 'ash_unittests.isolate', | 1290 'ash_unittests.isolate', |
1292 ], | 1291 ], |
1293 }, | 1292 }, |
1294 ], | 1293 ], |
1295 }], | 1294 }], |
1296 ], | 1295 ], |
1297 } | 1296 } |
OLD | NEW |