| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'system/date/tray_date.h', | 179 'system/date/tray_date.h', |
| 180 'system/drive/drive_observer.h', | 180 'system/drive/drive_observer.h', |
| 181 'system/drive/tray_drive.cc', | 181 'system/drive/tray_drive.cc', |
| 182 'system/drive/tray_drive.h', | 182 'system/drive/tray_drive.h', |
| 183 'system/ime/ime_observer.h', | 183 'system/ime/ime_observer.h', |
| 184 'system/ime/tray_ime.cc', | 184 'system/ime/tray_ime.cc', |
| 185 'system/ime/tray_ime.h', | 185 'system/ime/tray_ime.h', |
| 186 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', | 186 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', |
| 187 'system/locale/tray_locale.cc', | 187 'system/locale/tray_locale.cc', |
| 188 'system/locale/tray_locale.h', | 188 'system/locale/tray_locale.h', |
| 189 'system/monitor/tray_monitor.cc', |
| 190 'system/monitor/tray_monitor.h', |
| 189 'system/power/power_status_observer.h', | 191 'system/power/power_status_observer.h', |
| 190 'system/power/power_status_view.cc', | 192 'system/power/power_status_view.cc', |
| 191 'system/power/power_status_view.h', | 193 'system/power/power_status_view.h', |
| 192 'system/power/power_supply_status.cc', | 194 'system/power/power_supply_status.cc', |
| 193 'system/power/power_supply_status.h', | 195 'system/power/power_supply_status.h', |
| 194 'system/power/tray_power.cc', | 196 'system/power/tray_power.cc', |
| 195 'system/power/tray_power.h', | 197 'system/power/tray_power.h', |
| 196 'system/settings/tray_settings.cc', | 198 'system/settings/tray_settings.cc', |
| 197 'system/settings/tray_settings.h', | 199 'system/settings/tray_settings.h', |
| 198 'system/status_area_widget.cc', | 200 'system/status_area_widget.cc', |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', | 686 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
| 685 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <
(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', | 687 '<!@pymod_do_main(repack_locales -o -p <(OS) -g <(grit_out_dir) -s <
(SHARED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', |
| 686 ], | 688 ], |
| 687 'mac_bundle_resources!': [ | 689 'mac_bundle_resources!': [ |
| 688 'shell/cocoa/app-Info.plist', | 690 'shell/cocoa/app-Info.plist', |
| 689 ], | 691 ], |
| 690 'xcode_settings': { | 692 'xcode_settings': { |
| 691 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 693 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 692 }, | 694 }, |
| 693 }], | 695 }], |
| 696 ['OS!="linux"', { |
| 697 'sources/': [ |
| 698 ['exclude', 'system/monitor/tray_monitor.cc'], |
| 699 ['exclude', 'system/monitor/tray_monitor.h'], |
| 700 ], |
| 701 }], |
| 694 ], | 702 ], |
| 695 }, | 703 }, |
| 696 ], | 704 ], |
| 697 } | 705 } |
| OLD | NEW |