| 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_table.cc', | 57 'accelerators/accelerator_table.cc', |
| 58 'accelerators/accelerator_table.h', | 58 'accelerators/accelerator_table.h', |
| 59 'accelerators/exit_warning_handler.cc', | 59 'accelerators/exit_warning_handler.cc', |
| 60 'accelerators/exit_warning_handler.h', | 60 'accelerators/exit_warning_handler.h', |
| 61 'accelerators/focus_manager_factory.cc', | 61 'accelerators/focus_manager_factory.cc', |
| 62 'accelerators/focus_manager_factory.h', | 62 'accelerators/focus_manager_factory.h', |
| 63 'accelerators/nested_dispatcher_controller.cc', | 63 'accelerators/nested_dispatcher_controller.cc', |
| 64 'accelerators/nested_dispatcher_controller.h', | 64 'accelerators/nested_dispatcher_controller.h', |
| 65 'ash_constants.cc', | 65 'ash_constants.cc', |
| 66 'ash_constants.h', | 66 'ash_constants.h', |
| 67 'ash_root_window_transformer.cc', | |
| 68 'ash_root_window_transformer.h', | |
| 69 'ash_switches.cc', | 67 'ash_switches.cc', |
| 70 'ash_switches.h', | 68 'ash_switches.h', |
| 71 'cancel_mode.cc', | 69 'cancel_mode.cc', |
| 72 'cancel_mode.h', | 70 'cancel_mode.h', |
| 73 'caps_lock_delegate.h', | 71 'caps_lock_delegate.h', |
| 74 'caps_lock_delegate_stub.cc', | 72 'caps_lock_delegate_stub.cc', |
| 75 'caps_lock_delegate_stub.h', | 73 'caps_lock_delegate_stub.h', |
| 76 'debug.cc', | 74 'debug.cc', |
| 77 'debug.h', | 75 'debug.h', |
| 78 'desktop_background/desktop_background_controller.cc', | 76 'desktop_background/desktop_background_controller.cc', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 98 'display/display_manager.h', | 96 'display/display_manager.h', |
| 99 'display/display_pref_util.h', | 97 'display/display_pref_util.h', |
| 100 'display/event_transformation_handler.cc', | 98 'display/event_transformation_handler.cc', |
| 101 'display/event_transformation_handler.h', | 99 'display/event_transformation_handler.h', |
| 102 'display/mirror_window_controller.cc', | 100 'display/mirror_window_controller.cc', |
| 103 'display/mirror_window_controller.h', | 101 'display/mirror_window_controller.h', |
| 104 'display/mouse_cursor_event_filter.cc', | 102 'display/mouse_cursor_event_filter.cc', |
| 105 'display/mouse_cursor_event_filter.h', | 103 'display/mouse_cursor_event_filter.h', |
| 106 'display/output_configurator_animation.cc', | 104 'display/output_configurator_animation.cc', |
| 107 'display/output_configurator_animation.h', | 105 'display/output_configurator_animation.h', |
| 106 'display/root_window_transformers.cc', |
| 107 'display/root_window_transformers.h', |
| 108 'display/screen_position_controller.cc', | 108 'display/screen_position_controller.cc', |
| 109 'display/screen_position_controller.h', | 109 'display/screen_position_controller.h', |
| 110 'display/shared_display_edge_indicator.cc', | 110 'display/shared_display_edge_indicator.cc', |
| 111 'display/shared_display_edge_indicator.h', | 111 'display/shared_display_edge_indicator.h', |
| 112 'drag_drop/drag_drop_controller.cc', | 112 'drag_drop/drag_drop_controller.cc', |
| 113 'drag_drop/drag_drop_controller.h', | 113 'drag_drop/drag_drop_controller.h', |
| 114 'drag_drop/drag_drop_tracker.cc', | 114 'drag_drop/drag_drop_tracker.cc', |
| 115 'drag_drop/drag_drop_tracker.h', | 115 'drag_drop/drag_drop_tracker.h', |
| 116 'drag_drop/drag_image_view.cc', | 116 'drag_drop/drag_image_view.cc', |
| 117 'drag_drop/drag_image_view.h', | 117 'drag_drop/drag_image_view.h', |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 ], | 623 ], |
| 624 'sources': [ | 624 'sources': [ |
| 625 '../ui/compositor/test/layer_animator_test_controller.cc', | 625 '../ui/compositor/test/layer_animator_test_controller.cc', |
| 626 '../ui/compositor/test/layer_animator_test_controller.h', | 626 '../ui/compositor/test/layer_animator_test_controller.h', |
| 627 '../ui/views/test/test_views_delegate.cc', | 627 '../ui/views/test/test_views_delegate.cc', |
| 628 '../ui/views/test/test_views_delegate.h', | 628 '../ui/views/test/test_views_delegate.h', |
| 629 'accelerators/accelerator_controller_unittest.cc', | 629 'accelerators/accelerator_controller_unittest.cc', |
| 630 'accelerators/accelerator_filter_unittest.cc', | 630 'accelerators/accelerator_filter_unittest.cc', |
| 631 'accelerators/accelerator_table_unittest.cc', | 631 'accelerators/accelerator_table_unittest.cc', |
| 632 'accelerators/nested_dispatcher_controller_unittest.cc', | 632 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 633 'ash_root_window_transformer_unittest.cc', | |
| 634 'desktop_background/desktop_background_controller_unittest.cc', | 633 'desktop_background/desktop_background_controller_unittest.cc', |
| 635 'dip_unittest.cc', | 634 'dip_unittest.cc', |
| 636 'display/display_controller_unittest.cc', | 635 'display/display_controller_unittest.cc', |
| 637 'display/display_error_dialog_unittest.cc', | 636 'display/display_error_dialog_unittest.cc', |
| 638 'display/display_info_unittest.cc', | 637 'display/display_info_unittest.cc', |
| 638 'display/display_manager_unittest.cc', |
| 639 'display/mirror_window_controller_unittest.cc', | 639 'display/mirror_window_controller_unittest.cc', |
| 640 'display/mouse_cursor_event_filter_unittest.cc', | 640 'display/mouse_cursor_event_filter_unittest.cc', |
| 641 'display/display_manager_unittest.cc', | 641 'display/root_window_transformers_unittest.cc', |
| 642 'display/screen_position_controller_unittest.cc', | 642 'display/screen_position_controller_unittest.cc', |
| 643 'drag_drop/drag_drop_controller_unittest.cc', | 643 'drag_drop/drag_drop_controller_unittest.cc', |
| 644 'drag_drop/drag_drop_tracker_unittest.cc', | 644 'drag_drop/drag_drop_tracker_unittest.cc', |
| 645 'extended_desktop_unittest.cc', | 645 'extended_desktop_unittest.cc', |
| 646 'focus_cycler_unittest.cc', | 646 'focus_cycler_unittest.cc', |
| 647 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 647 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
| 648 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 648 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
| 649 'launcher/launcher_model_unittest.cc', | 649 'launcher/launcher_model_unittest.cc', |
| 650 'launcher/launcher_navigator_unittest.cc', | 650 'launcher/launcher_navigator_unittest.cc', |
| 651 'launcher/launcher_tooltip_manager_unittest.cc', | 651 'launcher/launcher_tooltip_manager_unittest.cc', |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 'shell/cocoa/app-Info.plist', | 853 'shell/cocoa/app-Info.plist', |
| 854 ], | 854 ], |
| 855 'xcode_settings': { | 855 'xcode_settings': { |
| 856 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 856 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 857 }, | 857 }, |
| 858 }], | 858 }], |
| 859 ], | 859 ], |
| 860 }, | 860 }, |
| 861 ], | 861 ], |
| 862 } | 862 } |
| OLD | NEW |