| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'system/date/date_view.cc', | 125 'system/date/date_view.cc', |
| 126 'system/date/date_view.h', | 126 'system/date/date_view.h', |
| 127 'system/date/tray_date.cc', | 127 'system/date/tray_date.cc', |
| 128 'system/date/tray_date.h', | 128 'system/date/tray_date.h', |
| 129 'system/drive/drive_observer.h', | 129 'system/drive/drive_observer.h', |
| 130 'system/drive/tray_drive.cc', | 130 'system/drive/tray_drive.cc', |
| 131 'system/drive/tray_drive.h', | 131 'system/drive/tray_drive.h', |
| 132 'system/ime/ime_observer.h', | 132 'system/ime/ime_observer.h', |
| 133 'system/ime/tray_ime.cc', | 133 'system/ime/tray_ime.cc', |
| 134 'system/ime/tray_ime.h', | 134 'system/ime/tray_ime.h', |
| 135 'system/locale/tray_locale.cc', |
| 136 'system/locale/tray_locale.h', |
| 135 'system/network/network_observer.h', | 137 'system/network/network_observer.h', |
| 136 'system/network/tray_network.cc', | 138 'system/network/tray_network.cc', |
| 137 'system/network/tray_network.h', | 139 'system/network/tray_network.h', |
| 138 'system/network/tray_sms.cc', | 140 'system/network/tray_sms.cc', |
| 139 'system/network/tray_sms.h', | 141 'system/network/tray_sms.h', |
| 140 'system/power/power_status_observer.h', | 142 'system/power/power_status_observer.h', |
| 141 'system/power/power_supply_status.cc', | 143 'system/power/power_supply_status.cc', |
| 142 'system/power/power_supply_status.h', | 144 'system/power/power_supply_status.h', |
| 143 'system/power/tray_power.cc', | 145 'system/power/tray_power.cc', |
| 144 'system/power/tray_power.h', | 146 'system/power/tray_power.h', |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 'shell/cocoa/app-Info.plist', | 530 'shell/cocoa/app-Info.plist', |
| 529 ], | 531 ], |
| 530 'xcode_settings': { | 532 'xcode_settings': { |
| 531 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 533 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 532 }, | 534 }, |
| 533 }], | 535 }], |
| 534 ], | 536 ], |
| 535 }, | 537 }, |
| 536 ], | 538 ], |
| 537 } | 539 } |
| OLD | NEW |