| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'screen_ash.cc', | 110 'screen_ash.cc', |
| 111 'screen_ash.h', | 111 'screen_ash.h', |
| 112 'screenshot_delegate.h', | 112 'screenshot_delegate.h', |
| 113 'shell.cc', | 113 'shell.cc', |
| 114 'shell.h', | 114 'shell.h', |
| 115 'shell_context_menu.cc', | 115 'shell_context_menu.cc', |
| 116 'shell_context_menu.h', | 116 'shell_context_menu.h', |
| 117 'shell_delegate.h', | 117 'shell_delegate.h', |
| 118 'shell_factory.h', | 118 'shell_factory.h', |
| 119 'shell_window_ids.h', | 119 'shell_window_ids.h', |
| 120 'status_area/status_area_view.cc', | |
| 121 'status_area/status_area_view.h', | |
| 122 'system/audio/audio_observer.h', | 120 'system/audio/audio_observer.h', |
| 123 'system/audio/tray_volume.cc', | 121 'system/audio/tray_volume.cc', |
| 124 'system/audio/tray_volume.h', | 122 'system/audio/tray_volume.h', |
| 125 'system/bluetooth/bluetooth_observer.h', | 123 'system/bluetooth/bluetooth_observer.h', |
| 126 'system/bluetooth/tray_bluetooth.cc', | 124 'system/bluetooth/tray_bluetooth.cc', |
| 127 'system/bluetooth/tray_bluetooth.h', | 125 'system/bluetooth/tray_bluetooth.h', |
| 128 'system/brightness/brightness_observer.h', | 126 'system/brightness/brightness_observer.h', |
| 129 'system/brightness/brightness_control_delegate.h', | 127 'system/brightness/brightness_control_delegate.h', |
| 130 'system/brightness/tray_brightness.cc', | 128 'system/brightness/tray_brightness.cc', |
| 131 'system/brightness/tray_brightness.h', | 129 'system/brightness/tray_brightness.h', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 145 'system/power/power_supply_status.h', | 143 'system/power/power_supply_status.h', |
| 146 'system/power/tray_power.cc', | 144 'system/power/tray_power.cc', |
| 147 'system/power/tray_power.h', | 145 'system/power/tray_power.h', |
| 148 'system/settings/tray_settings.cc', | 146 'system/settings/tray_settings.cc', |
| 149 'system/settings/tray_settings.h', | 147 'system/settings/tray_settings.h', |
| 150 'system/tray/system_tray.cc', | 148 'system/tray/system_tray.cc', |
| 151 'system/tray/system_tray.h', | 149 'system/tray/system_tray.h', |
| 152 'system/tray/system_tray_delegate.h', | 150 'system/tray/system_tray_delegate.h', |
| 153 'system/tray/system_tray_item.cc', | 151 'system/tray/system_tray_item.cc', |
| 154 'system/tray/system_tray_item.h', | 152 'system/tray/system_tray_item.h', |
| 153 'system/tray/system_tray_widget_delegate.cc', |
| 154 'system/tray/system_tray_widget_delegate.h', |
| 155 'system/tray/tray_constants.cc', | 155 'system/tray/tray_constants.cc', |
| 156 'system/tray/tray_constants.h', | 156 'system/tray/tray_constants.h', |
| 157 'system/tray/tray_empty.cc', | 157 'system/tray/tray_empty.cc', |
| 158 'system/tray/tray_empty.h', | 158 'system/tray/tray_empty.h', |
| 159 'system/tray/tray_image_item.cc', | 159 'system/tray/tray_image_item.cc', |
| 160 'system/tray/tray_image_item.h', | 160 'system/tray/tray_image_item.h', |
| 161 'system/tray/tray_item_more.cc', | 161 'system/tray/tray_item_more.cc', |
| 162 'system/tray/tray_item_more.h', | 162 'system/tray/tray_item_more.h', |
| 163 'system/tray/tray_item_view.cc', | 163 'system/tray/tray_item_view.cc', |
| 164 'system/tray/tray_item_view.h', | 164 'system/tray/tray_item_view.h', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 'shell/cocoa/app-Info.plist', | 506 'shell/cocoa/app-Info.plist', |
| 507 ], | 507 ], |
| 508 'xcode_settings': { | 508 'xcode_settings': { |
| 509 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 509 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 510 }, | 510 }, |
| 511 }], | 511 }], |
| 512 ], | 512 ], |
| 513 }, | 513 }, |
| 514 ], | 514 ], |
| 515 } | 515 } |
| OLD | NEW |