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 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'accelerators/accelerator_dispatcher.cc', | 57 'accelerators/accelerator_dispatcher.cc', |
58 'accelerators/accelerator_dispatcher.h', | 58 'accelerators/accelerator_dispatcher.h', |
59 'accelerators/accelerator_filter.cc', | 59 'accelerators/accelerator_filter.cc', |
60 'accelerators/accelerator_filter.h', | 60 'accelerators/accelerator_filter.h', |
61 'accelerators/accelerator_table.cc', | 61 'accelerators/accelerator_table.cc', |
62 'accelerators/accelerator_table.h', | 62 'accelerators/accelerator_table.h', |
63 'accelerators/debug_commands.cc', | 63 'accelerators/debug_commands.cc', |
64 'accelerators/debug_commands.h', | 64 'accelerators/debug_commands.h', |
65 'accelerators/exit_warning_handler.cc', | 65 'accelerators/exit_warning_handler.cc', |
66 'accelerators/exit_warning_handler.h', | 66 'accelerators/exit_warning_handler.h', |
| 67 'accelerators/key_hold_detector.cc', |
| 68 'accelerators/key_hold_detector.h', |
67 'accelerators/focus_manager_factory.cc', | 69 'accelerators/focus_manager_factory.cc', |
68 'accelerators/focus_manager_factory.h', | 70 'accelerators/focus_manager_factory.h', |
69 'accelerators/nested_dispatcher_controller.cc', | 71 'accelerators/nested_dispatcher_controller.cc', |
70 'accelerators/nested_dispatcher_controller.h', | 72 'accelerators/nested_dispatcher_controller.h', |
| 73 'accelerators/spoken_feedback_toggler.cc', |
| 74 'accelerators/spoken_feedback_toggler.h', |
71 'accessibility_delegate.h', | 75 'accessibility_delegate.h', |
72 'audio/sounds.cc', | 76 'audio/sounds.cc', |
73 'audio/sounds.h', | 77 'audio/sounds.h', |
74 'autoclick/autoclick_controller.cc', | 78 'autoclick/autoclick_controller.cc', |
75 'autoclick/autoclick_controller.h', | 79 'autoclick/autoclick_controller.h', |
76 'ash_constants.cc', | 80 'ash_constants.cc', |
77 'ash_constants.h', | 81 'ash_constants.h', |
78 'ash_switches.cc', | 82 'ash_switches.cc', |
79 'ash_switches.h', | 83 'ash_switches.h', |
80 'cancel_mode.cc', | 84 'cancel_mode.cc', |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'msvs_disabled_warnings': [ 4267, ], | 637 'msvs_disabled_warnings': [ 4267, ], |
634 }], | 638 }], |
635 ['OS!="linux"', { | 639 ['OS!="linux"', { |
636 'sources/': [ | 640 'sources/': [ |
637 ['exclude', 'system/monitor/tray_monitor.cc'], | 641 ['exclude', 'system/monitor/tray_monitor.cc'], |
638 ['exclude', 'system/monitor/tray_monitor.h'], | 642 ['exclude', 'system/monitor/tray_monitor.h'], |
639 ], | 643 ], |
640 }], | 644 }], |
641 ['use_x11!=1', { | 645 ['use_x11!=1', { |
642 'sources/': [ | 646 'sources/': [ |
| 647 ['exclude', 'accelerators/spoken_feedback_toggler.cc'], |
| 648 ['exclude', 'accelerators/spoken_feedback_toggler.h'], |
643 ['exclude', 'display/display_change_observer_chromeos.cc'], | 649 ['exclude', 'display/display_change_observer_chromeos.cc'], |
644 ['exclude', 'display/display_change_observer_chromeos.h'], | 650 ['exclude', 'display/display_change_observer_chromeos.h'], |
645 ['exclude', 'display/display_error_observer_chromeos.cc'], | 651 ['exclude', 'display/display_error_observer_chromeos.cc'], |
646 ['exclude', 'display/display_error_observer_chromeos.h'], | 652 ['exclude', 'display/display_error_observer_chromeos.h'], |
647 ['exclude', 'magnifier/magnifier_key_scroller.cc'], | 653 ['exclude', 'magnifier/magnifier_key_scroller.cc'], |
648 ['exclude', 'magnifier/magnifier_key_scroller.h'], | 654 ['exclude', 'magnifier/magnifier_key_scroller.h'], |
649 ], | 655 ], |
650 }], | 656 }], |
651 ['chromeos==1', { | 657 ['chromeos==1', { |
652 'dependencies': [ | 658 'dependencies': [ |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 'ash_resources', | 827 'ash_resources', |
822 'ash_test_support', | 828 'ash_test_support', |
823 'ash_with_content', | 829 'ash_with_content', |
824 ], | 830 ], |
825 'sources': [ | 831 'sources': [ |
826 'accelerators/accelerator_commands_unittest.cc', | 832 'accelerators/accelerator_commands_unittest.cc', |
827 'accelerators/accelerator_controller_unittest.cc', | 833 'accelerators/accelerator_controller_unittest.cc', |
828 'accelerators/accelerator_filter_unittest.cc', | 834 'accelerators/accelerator_filter_unittest.cc', |
829 'accelerators/accelerator_table_unittest.cc', | 835 'accelerators/accelerator_table_unittest.cc', |
830 'accelerators/nested_dispatcher_controller_unittest.cc', | 836 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 837 'accelerators/spoken_feedback_toggler_unittest.cc', |
831 'autoclick/autoclick_unittest.cc', | 838 'autoclick/autoclick_unittest.cc', |
832 'desktop_background/desktop_background_controller_unittest.cc', | 839 'desktop_background/desktop_background_controller_unittest.cc', |
833 'desktop_background/wallpaper_resizer_unittest.cc', | 840 'desktop_background/wallpaper_resizer_unittest.cc', |
834 'dip_unittest.cc', | 841 'dip_unittest.cc', |
835 'display/display_change_observer_chromeos_unittest.cc', | 842 'display/display_change_observer_chromeos_unittest.cc', |
836 'display/display_controller_unittest.cc', | 843 'display/display_controller_unittest.cc', |
837 'display/display_error_observer_chromeos_unittest.cc', | 844 'display/display_error_observer_chromeos_unittest.cc', |
838 'display/display_info_unittest.cc', | 845 'display/display_info_unittest.cc', |
839 'display/display_manager_unittest.cc', | 846 'display/display_manager_unittest.cc', |
840 'display/mirror_window_controller_unittest.cc', | 847 'display/mirror_window_controller_unittest.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 981 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
975 'msvs_disabled_warnings': [ 4267, ], | 982 'msvs_disabled_warnings': [ 4267, ], |
976 }], | 983 }], |
977 ['OS=="win" and win_use_allocator_shim==1', { | 984 ['OS=="win" and win_use_allocator_shim==1', { |
978 'dependencies': [ | 985 'dependencies': [ |
979 '../base/allocator/allocator.gyp:allocator', | 986 '../base/allocator/allocator.gyp:allocator', |
980 ], | 987 ], |
981 }], | 988 }], |
982 ['use_x11!=1', { | 989 ['use_x11!=1', { |
983 'sources/': [ | 990 'sources/': [ |
| 991 ['exclude', 'accelerators/spoken_feedback_toggler_unittest.cc'], |
984 ['exclude', 'display/display_change_observer_chromeos_unittest.cc'], | 992 ['exclude', 'display/display_change_observer_chromeos_unittest.cc'], |
985 ['exclude', 'display/display_error_observer_chromeos_unittest.cc'], | 993 ['exclude', 'display/display_error_observer_chromeos_unittest.cc'], |
986 ['exclude', 'magnifier/magnifier_key_scroller_unittest.cc'], | 994 ['exclude', 'magnifier/magnifier_key_scroller_unittest.cc'], |
987 ], | 995 ], |
988 }], | 996 }], |
989 ['chromeos==1', { | 997 ['chromeos==1', { |
990 'dependencies': [ | 998 'dependencies': [ |
991 '../chromeos/chromeos.gyp:power_manager_proto', | 999 '../chromeos/chromeos.gyp:power_manager_proto', |
992 ], | 1000 ], |
993 'sources': [ | 1001 'sources': [ |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1085 }, | 1093 }, |
1086 }, | 1094 }, |
1087 'dependencies': [ | 1095 'dependencies': [ |
1088 '../sandbox/sandbox.gyp:sandbox', | 1096 '../sandbox/sandbox.gyp:sandbox', |
1089 ], | 1097 ], |
1090 }], | 1098 }], |
1091 ], | 1099 ], |
1092 }, | 1100 }, |
1093 ], | 1101 ], |
1094 } | 1102 } |
OLD | NEW |