| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'display/display_change_observer_x11.cc', | 87 'display/display_change_observer_x11.cc', |
| 88 'display/display_change_observer_x11.h', | 88 'display/display_change_observer_x11.h', |
| 89 'display/display_controller.cc', | 89 'display/display_controller.cc', |
| 90 'display/display_controller.h', | 90 'display/display_controller.h', |
| 91 'display/display_error_dialog.cc', | 91 'display/display_error_dialog.cc', |
| 92 'display/display_error_dialog.h', | 92 'display/display_error_dialog.h', |
| 93 'display/display_info.h', | 93 'display/display_info.h', |
| 94 'display/display_info.cc', | 94 'display/display_info.cc', |
| 95 'display/display_layout.h', | 95 'display/display_layout.h', |
| 96 'display/display_layout.cc', | 96 'display/display_layout.cc', |
| 97 'display/display_layout_store.h', |
| 98 'display/display_layout_store.cc', |
| 97 'display/display_manager.cc', | 99 'display/display_manager.cc', |
| 98 'display/display_manager.h', | 100 'display/display_manager.h', |
| 99 'display/display_pref_util.h', | 101 'display/display_pref_util.h', |
| 100 'display/event_transformation_handler.cc', | 102 'display/event_transformation_handler.cc', |
| 101 'display/event_transformation_handler.h', | 103 'display/event_transformation_handler.h', |
| 102 'display/mirror_window_controller.cc', | 104 'display/mirror_window_controller.cc', |
| 103 'display/mirror_window_controller.h', | 105 'display/mirror_window_controller.h', |
| 104 'display/mouse_cursor_event_filter.cc', | 106 'display/mouse_cursor_event_filter.cc', |
| 105 'display/mouse_cursor_event_filter.h', | 107 'display/mouse_cursor_event_filter.h', |
| 106 'display/output_configurator_animation.cc', | 108 'display/output_configurator_animation.cc', |
| (...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 'shell/cocoa/app-Info.plist', | 900 'shell/cocoa/app-Info.plist', |
| 899 ], | 901 ], |
| 900 'xcode_settings': { | 902 'xcode_settings': { |
| 901 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 903 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 902 }, | 904 }, |
| 903 }], | 905 }], |
| 904 ], | 906 ], |
| 905 }, | 907 }, |
| 906 ], | 908 ], |
| 907 } | 909 } |
| OLD | NEW |