| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'system/brightness/brightness_control_delegate.h', | 116 'system/brightness/brightness_control_delegate.h', |
| 117 'system/brightness/tray_brightness.cc', | 117 'system/brightness/tray_brightness.cc', |
| 118 'system/brightness/tray_brightness.h', | 118 'system/brightness/tray_brightness.h', |
| 119 'system/settings/tray_settings.cc', | 119 'system/settings/tray_settings.cc', |
| 120 'system/settings/tray_settings.h', | 120 'system/settings/tray_settings.h', |
| 121 'system/tray/system_tray.cc', | 121 'system/tray/system_tray.cc', |
| 122 'system/tray/system_tray.h', | 122 'system/tray/system_tray.h', |
| 123 'system/tray/system_tray_delegate.h', | 123 'system/tray/system_tray_delegate.h', |
| 124 'system/tray/system_tray_item.cc', | 124 'system/tray/system_tray_item.cc', |
| 125 'system/tray/system_tray_item.h', | 125 'system/tray/system_tray_item.h', |
| 126 'system/tray_user.cc', |
| 127 'system/tray_user.h', |
| 126 'tooltips/tooltip_controller.cc', | 128 'tooltips/tooltip_controller.cc', |
| 127 'tooltips/tooltip_controller.h', | 129 'tooltips/tooltip_controller.h', |
| 128 'volume_control_delegate.h', | 130 'volume_control_delegate.h', |
| 129 'wm/activation_controller.cc', | 131 'wm/activation_controller.cc', |
| 130 'wm/activation_controller.h', | 132 'wm/activation_controller.h', |
| 131 'wm/always_on_top_controller.cc', | 133 'wm/always_on_top_controller.cc', |
| 132 'wm/always_on_top_controller.h', | 134 'wm/always_on_top_controller.h', |
| 133 'wm/base_layout_manager.cc', | 135 'wm/base_layout_manager.cc', |
| 134 'wm/base_layout_manager.h', | 136 'wm/base_layout_manager.h', |
| 135 'wm/compact_layout_manager.cc', | 137 'wm/compact_layout_manager.cc', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 'shell/cocoa/app-Info.plist', | 398 'shell/cocoa/app-Info.plist', |
| 397 ], | 399 ], |
| 398 'xcode_settings': { | 400 'xcode_settings': { |
| 399 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 401 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 400 }, | 402 }, |
| 401 }], | 403 }], |
| 402 ], | 404 ], |
| 403 }, | 405 }, |
| 404 ], | 406 ], |
| 405 } | 407 } |
| OLD | NEW |