| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'display/display_controller.h', | 92 'display/display_controller.h', |
| 93 'display/display_error_dialog.cc', | 93 'display/display_error_dialog.cc', |
| 94 'display/display_error_dialog.h', | 94 'display/display_error_dialog.h', |
| 95 'display/display_info.h', | 95 'display/display_info.h', |
| 96 'display/display_info.cc', | 96 'display/display_info.cc', |
| 97 'display/display_manager.cc', | 97 'display/display_manager.cc', |
| 98 'display/display_manager.h', | 98 'display/display_manager.h', |
| 99 'display/display_pref_util.h', | 99 'display/display_pref_util.h', |
| 100 'display/event_transformation_handler.cc', | 100 'display/event_transformation_handler.cc', |
| 101 'display/event_transformation_handler.h', | 101 'display/event_transformation_handler.h', |
| 102 'display/mirror_window_controller.cc', |
| 103 'display/mirror_window_controller.h', |
| 102 'display/mouse_cursor_event_filter.cc', | 104 'display/mouse_cursor_event_filter.cc', |
| 103 'display/mouse_cursor_event_filter.h', | 105 'display/mouse_cursor_event_filter.h', |
| 104 'display/output_configurator_animation.cc', | 106 'display/output_configurator_animation.cc', |
| 105 'display/output_configurator_animation.h', | 107 'display/output_configurator_animation.h', |
| 106 'display/screen_position_controller.cc', | 108 'display/screen_position_controller.cc', |
| 107 'display/screen_position_controller.h', | 109 'display/screen_position_controller.h', |
| 108 'display/shared_display_edge_indicator.cc', | 110 'display/shared_display_edge_indicator.cc', |
| 109 'display/shared_display_edge_indicator.h', | 111 'display/shared_display_edge_indicator.h', |
| 110 'drag_drop/drag_drop_controller.cc', | 112 'drag_drop/drag_drop_controller.cc', |
| 111 'drag_drop/drag_drop_controller.h', | 113 'drag_drop/drag_drop_controller.h', |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 'test/ash_test_base.cc', | 547 'test/ash_test_base.cc', |
| 546 'test/ash_test_base.h', | 548 'test/ash_test_base.h', |
| 547 'test/ash_test_helper.cc', | 549 'test/ash_test_helper.cc', |
| 548 'test/ash_test_helper.h', | 550 'test/ash_test_helper.h', |
| 549 'test/cursor_manager_test_api.cc', | 551 'test/cursor_manager_test_api.cc', |
| 550 'test/cursor_manager_test_api.h', | 552 'test/cursor_manager_test_api.h', |
| 551 'test/launcher_view_test_api.cc', | 553 'test/launcher_view_test_api.cc', |
| 552 'test/launcher_view_test_api.h', | 554 'test/launcher_view_test_api.h', |
| 553 'test/display_manager_test_api.cc', | 555 'test/display_manager_test_api.cc', |
| 554 'test/display_manager_test_api.h', | 556 'test/display_manager_test_api.h', |
| 557 'test/mirror_window_test_api.cc', |
| 558 'test/mirror_window_test_api.h', |
| 555 'test/shell_test_api.cc', | 559 'test/shell_test_api.cc', |
| 556 'test/shell_test_api.h', | 560 'test/shell_test_api.h', |
| 557 'test/test_activation_delegate.cc', | 561 'test/test_activation_delegate.cc', |
| 558 'test/test_activation_delegate.h', | 562 'test/test_activation_delegate.h', |
| 559 'test/test_launcher_delegate.cc', | 563 'test/test_launcher_delegate.cc', |
| 560 'test/test_launcher_delegate.h', | 564 'test/test_launcher_delegate.h', |
| 561 'test/test_session_state_delegate.cc', | 565 'test/test_session_state_delegate.cc', |
| 562 'test/test_session_state_delegate.cc', | 566 'test/test_session_state_delegate.cc', |
| 563 'test/test_shell_delegate.cc', | 567 'test/test_shell_delegate.cc', |
| 564 'test/test_shell_delegate.h', | 568 'test/test_shell_delegate.h', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 'shell/cocoa/app-Info.plist', | 850 'shell/cocoa/app-Info.plist', |
| 847 ], | 851 ], |
| 848 'xcode_settings': { | 852 'xcode_settings': { |
| 849 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 853 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 850 }, | 854 }, |
| 851 }], | 855 }], |
| 852 ], | 856 ], |
| 853 }, | 857 }, |
| 854 ], | 858 ], |
| 855 } | 859 } |
| OLD | NEW |