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 12 matching lines...) Expand all Loading... |
23 'accelerators/exit_warning_handler.cc', | 23 'accelerators/exit_warning_handler.cc', |
24 'accelerators/exit_warning_handler.h', | 24 'accelerators/exit_warning_handler.h', |
25 'accelerators/key_hold_detector.cc', | 25 'accelerators/key_hold_detector.cc', |
26 'accelerators/key_hold_detector.h', | 26 'accelerators/key_hold_detector.h', |
27 'accelerators/focus_manager_factory.cc', | 27 'accelerators/focus_manager_factory.cc', |
28 'accelerators/focus_manager_factory.h', | 28 'accelerators/focus_manager_factory.h', |
29 'accelerators/magnifier_key_scroller.cc', | 29 'accelerators/magnifier_key_scroller.cc', |
30 'accelerators/magnifier_key_scroller.h', | 30 'accelerators/magnifier_key_scroller.h', |
31 'accelerators/spoken_feedback_toggler.cc', | 31 'accelerators/spoken_feedback_toggler.cc', |
32 'accelerators/spoken_feedback_toggler.h', | 32 'accelerators/spoken_feedback_toggler.h', |
33 'accelerometer/accelerometer_controller.cc', | |
34 'accelerometer/accelerometer_controller.h', | |
35 'accelerometer/accelerometer_observer.h', | |
36 'accessibility_delegate.h', | 33 'accessibility_delegate.h', |
37 'audio/sounds.cc', | 34 'audio/sounds.cc', |
38 'audio/sounds.h', | 35 'audio/sounds.h', |
39 'autoclick/autoclick_controller.cc', | 36 'autoclick/autoclick_controller.cc', |
40 'autoclick/autoclick_controller.h', | 37 'autoclick/autoclick_controller.h', |
41 'ash_constants.cc', | 38 'ash_constants.cc', |
42 'ash_constants.h', | 39 'ash_constants.h', |
43 'ash_export.h', | 40 'ash_export.h', |
44 'ash_switches.cc', | 41 'ash_switches.cc', |
45 'ash_switches.h', | 42 'ash_switches.h', |
(...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 'conditions': [ | 1101 'conditions': [ |
1105 ['chromeos==0', { | 1102 ['chromeos==0', { |
1106 'sources!': [ | 1103 'sources!': [ |
1107 'content/display/screen_orientation_delegate_chromeos_unittest.cc', | 1104 'content/display/screen_orientation_delegate_chromeos_unittest.cc', |
1108 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 | 1105 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26
906 |
1109 'focus_cycler_unittest.cc', | 1106 'focus_cycler_unittest.cc', |
1110 # All tests for multiple displays: not supported on Windows Ash. | 1107 # All tests for multiple displays: not supported on Windows Ash. |
1111 'wm/drag_window_resizer_unittest.cc', | 1108 'wm/drag_window_resizer_unittest.cc', |
1112 # Can't resize on Windows Ash. http://crbug.com/165962 | 1109 # Can't resize on Windows Ash. http://crbug.com/165962 |
1113 'magnifier/magnification_controller_unittest.cc', | 1110 'magnifier/magnification_controller_unittest.cc', |
| 1111 'wm/maximize_mode/maximize_mode_controller_unittest.cc', |
1114 'wm/workspace/workspace_window_resizer_unittest.cc', | 1112 'wm/workspace/workspace_window_resizer_unittest.cc', |
1115 'sticky_keys/sticky_keys_overlay_unittest.cc', | 1113 'sticky_keys/sticky_keys_overlay_unittest.cc', |
1116 'sticky_keys/sticky_keys_unittest.cc', | 1114 'sticky_keys/sticky_keys_unittest.cc', |
1117 'system/tray/media_security/multi_profile_media_tray_item_unittest.c
c', | 1115 'system/tray/media_security/multi_profile_media_tray_item_unittest.c
c', |
1118 'autoclick/autoclick_unittest.cc', | 1116 'autoclick/autoclick_unittest.cc', |
1119 "virtual_keyboard_controller_unittest.cc" | 1117 "virtual_keyboard_controller_unittest.cc" |
1120 ], | 1118 ], |
1121 'sources': [ | 1119 'sources': [ |
1122 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', | 1120 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', |
1123 ], | 1121 ], |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 '../build/isolate.gypi', | 1287 '../build/isolate.gypi', |
1290 ], | 1288 ], |
1291 'sources': [ | 1289 'sources': [ |
1292 'ash_unittests.isolate', | 1290 'ash_unittests.isolate', |
1293 ], | 1291 ], |
1294 }, | 1292 }, |
1295 ], | 1293 ], |
1296 }], | 1294 }], |
1297 ], | 1295 ], |
1298 } | 1296 } |
OLD | NEW |