| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'shell.cc', | 263 'shell.cc', |
| 264 'shell.h', | 264 'shell.h', |
| 265 'shell_delegate.h', | 265 'shell_delegate.h', |
| 266 'shell_factory.h', | 266 'shell_factory.h', |
| 267 'shell_window_ids.h', | 267 'shell_window_ids.h', |
| 268 'sticky_keys/sticky_keys_state.h', | 268 'sticky_keys/sticky_keys_state.h', |
| 269 'sticky_keys/sticky_keys_controller.cc', | 269 'sticky_keys/sticky_keys_controller.cc', |
| 270 'sticky_keys/sticky_keys_controller.h', | 270 'sticky_keys/sticky_keys_controller.h', |
| 271 'sticky_keys/sticky_keys_overlay.cc', | 271 'sticky_keys/sticky_keys_overlay.cc', |
| 272 'sticky_keys/sticky_keys_overlay.h', | 272 'sticky_keys/sticky_keys_overlay.h', |
| 273 'system/audio/audio_observer.h', | |
| 274 'system/audio/tray_audio.cc', | |
| 275 'system/audio/tray_audio.h', | |
| 276 'system/audio/tray_audio_delegate.h', | |
| 277 'system/audio/volume_view.cc', | |
| 278 'system/audio/volume_view.h', | |
| 279 'system/bluetooth/bluetooth_observer.h', | 273 'system/bluetooth/bluetooth_observer.h', |
| 280 'system/bluetooth/tray_bluetooth.cc', | 274 'system/bluetooth/tray_bluetooth.cc', |
| 281 'system/bluetooth/tray_bluetooth.h', | 275 'system/bluetooth/tray_bluetooth.h', |
| 282 'system/brightness_control_delegate.h', | 276 'system/brightness_control_delegate.h', |
| 283 'system/chromeos/audio/audio_detailed_view.cc', | 277 'system/chromeos/audio/tray_audio.cc', |
| 284 'system/chromeos/audio/audio_detailed_view.h', | 278 'system/chromeos/audio/tray_audio.h', |
| 285 'system/chromeos/audio/tray_audio_chromeos.cc', | |
| 286 'system/chromeos/audio/tray_audio_chromeos.h', | |
| 287 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', | |
| 288 'system/chromeos/audio/tray_audio_delegate_chromeos.h', | |
| 289 'system/chromeos/enterprise/enterprise_domain_observer.h', | 279 'system/chromeos/enterprise/enterprise_domain_observer.h', |
| 290 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 280 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
| 291 'system/chromeos/brightness/brightness_controller_chromeos.h', | 281 'system/chromeos/brightness/brightness_controller_chromeos.h', |
| 292 'system/chromeos/brightness/tray_brightness.cc', | 282 'system/chromeos/brightness/tray_brightness.cc', |
| 293 'system/chromeos/brightness/tray_brightness.h', | 283 'system/chromeos/brightness/tray_brightness.h', |
| 294 'system/chromeos/enterprise/tray_enterprise.h', | 284 'system/chromeos/enterprise/tray_enterprise.h', |
| 295 'system/chromeos/enterprise/tray_enterprise.cc', | 285 'system/chromeos/enterprise/tray_enterprise.cc', |
| 296 'system/chromeos/keyboard_brightness_controller.cc', | 286 'system/chromeos/keyboard_brightness_controller.cc', |
| 297 'system/chromeos/keyboard_brightness_controller.h', | 287 'system/chromeos/keyboard_brightness_controller.h', |
| 298 'system/chromeos/label_tray_view.h', | 288 'system/chromeos/label_tray_view.h', |
| (...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 }, | 1098 }, |
| 1109 }, | 1099 }, |
| 1110 'dependencies': [ | 1100 'dependencies': [ |
| 1111 '../sandbox/sandbox.gyp:sandbox', | 1101 '../sandbox/sandbox.gyp:sandbox', |
| 1112 ], | 1102 ], |
| 1113 }], | 1103 }], |
| 1114 ], | 1104 ], |
| 1115 }, | 1105 }, |
| 1116 ], | 1106 ], |
| 1117 } | 1107 } |
| OLD | NEW |