| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'monitor/monitor_controller.h', | 102 'monitor/monitor_controller.h', |
| 103 'monitor/multi_monitor_manager.cc', | 103 'monitor/multi_monitor_manager.cc', |
| 104 'monitor/multi_monitor_manager.h', | 104 'monitor/multi_monitor_manager.h', |
| 105 'monitor/secondary_monitor_view.cc', | 105 'monitor/secondary_monitor_view.cc', |
| 106 'monitor/secondary_monitor_view.h', | 106 'monitor/secondary_monitor_view.h', |
| 107 'screen_ash.cc', | 107 'screen_ash.cc', |
| 108 'screen_ash.h', | 108 'screen_ash.h', |
| 109 'screenshot_delegate.h', | 109 'screenshot_delegate.h', |
| 110 'shell.cc', | 110 'shell.cc', |
| 111 'shell.h', | 111 'shell.h', |
| 112 'shell_context_menu.cc', |
| 113 'shell_context_menu.h', |
| 112 'shell_delegate.h', | 114 'shell_delegate.h', |
| 113 'shell_factory.h', | 115 'shell_factory.h', |
| 114 'shell_window_ids.h', | 116 'shell_window_ids.h', |
| 115 'status_area/status_area_view.cc', | 117 'status_area/status_area_view.cc', |
| 116 'status_area/status_area_view.h', | 118 'status_area/status_area_view.h', |
| 117 'system/audio/audio_observer.h', | 119 'system/audio/audio_observer.h', |
| 118 'system/audio/tray_volume.cc', | 120 'system/audio/tray_volume.cc', |
| 119 'system/audio/tray_volume.h', | 121 'system/audio/tray_volume.h', |
| 120 'system/bluetooth/bluetooth_observer.h', | 122 'system/bluetooth/bluetooth_observer.h', |
| 121 'system/bluetooth/tray_bluetooth.cc', | 123 'system/bluetooth/tray_bluetooth.cc', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 'shell/cocoa/app-Info.plist', | 479 'shell/cocoa/app-Info.plist', |
| 478 ], | 480 ], |
| 479 'xcode_settings': { | 481 'xcode_settings': { |
| 480 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 482 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 481 }, | 483 }, |
| 482 }], | 484 }], |
| 483 ], | 485 ], |
| 484 }, | 486 }, |
| 485 ], | 487 ], |
| 486 } | 488 } |
| OLD | NEW |