| 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 | 10 |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'launcher/launcher_view.cc', | 98 'launcher/launcher_view.cc', |
| 99 'launcher/launcher_view.h', | 99 'launcher/launcher_view.h', |
| 100 'launcher/launcher_window_cycler.cc', | 100 'launcher/launcher_window_cycler.cc', |
| 101 'launcher/launcher_window_cycler.h', | 101 'launcher/launcher_window_cycler.h', |
| 102 'launcher/tabbed_launcher_button.cc', | 102 'launcher/tabbed_launcher_button.cc', |
| 103 'launcher/tabbed_launcher_button.h', | 103 'launcher/tabbed_launcher_button.h', |
| 104 'launcher/view_model.cc', | 104 'launcher/view_model.cc', |
| 105 'launcher/view_model.h', | 105 'launcher/view_model.h', |
| 106 'launcher/view_model_utils.cc', | 106 'launcher/view_model_utils.cc', |
| 107 'launcher/view_model_utils.h', | 107 'launcher/view_model_utils.h', |
| 108 'monitor/monitor_change_observer_x11.cc', |
| 109 'monitor/monitor_change_observer_x11.h', |
| 108 'monitor/monitor_controller.cc', | 110 'monitor/monitor_controller.cc', |
| 109 'monitor/monitor_controller.h', | 111 'monitor/monitor_controller.h', |
| 110 'monitor/multi_monitor_manager.cc', | 112 'monitor/multi_monitor_manager.cc', |
| 111 'monitor/multi_monitor_manager.h', | 113 'monitor/multi_monitor_manager.h', |
| 112 'monitor/secondary_monitor_view.cc', | 114 'monitor/secondary_monitor_view.cc', |
| 113 'monitor/secondary_monitor_view.h', | 115 'monitor/secondary_monitor_view.h', |
| 114 'screen_ash.cc', | 116 'screen_ash.cc', |
| 115 'screen_ash.h', | 117 'screen_ash.h', |
| 116 'screenshot_delegate.h', | 118 'screenshot_delegate.h', |
| 117 'shell.cc', | 119 'shell.cc', |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 'shell/cocoa/app-Info.plist', | 464 'shell/cocoa/app-Info.plist', |
| 463 ], | 465 ], |
| 464 'xcode_settings': { | 466 'xcode_settings': { |
| 465 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 467 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 466 }, | 468 }, |
| 467 }], | 469 }], |
| 468 ], | 470 ], |
| 469 }, | 471 }, |
| 470 ], | 472 ], |
| 471 } | 473 } |
| OLD | NEW |