| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'system/bluetooth/tray_bluetooth.cc', | 281 'system/bluetooth/tray_bluetooth.cc', |
| 282 'system/bluetooth/tray_bluetooth.h', | 282 'system/bluetooth/tray_bluetooth.h', |
| 283 'system/brightness_control_delegate.h', | 283 'system/brightness_control_delegate.h', |
| 284 'system/chromeos/audio/audio_detailed_view.cc', | 284 'system/chromeos/audio/audio_detailed_view.cc', |
| 285 'system/chromeos/audio/audio_detailed_view.h', | 285 'system/chromeos/audio/audio_detailed_view.h', |
| 286 'system/chromeos/audio/tray_audio_chromeos.cc', | 286 'system/chromeos/audio/tray_audio_chromeos.cc', |
| 287 'system/chromeos/audio/tray_audio_chromeos.h', | 287 'system/chromeos/audio/tray_audio_chromeos.h', |
| 288 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', | 288 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', |
| 289 'system/chromeos/audio/tray_audio_delegate_chromeos.h', | 289 'system/chromeos/audio/tray_audio_delegate_chromeos.h', |
| 290 'system/chromeos/enterprise/enterprise_domain_observer.h', | 290 'system/chromeos/enterprise/enterprise_domain_observer.h', |
| 291 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', |
| 292 'system/chromeos/bluetooth/bluetooth_notification_controller.h', |
| 291 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 293 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
| 292 'system/chromeos/brightness/brightness_controller_chromeos.h', | 294 'system/chromeos/brightness/brightness_controller_chromeos.h', |
| 293 'system/chromeos/brightness/tray_brightness.cc', | 295 'system/chromeos/brightness/tray_brightness.cc', |
| 294 'system/chromeos/brightness/tray_brightness.h', | 296 'system/chromeos/brightness/tray_brightness.h', |
| 295 'system/chromeos/enterprise/tray_enterprise.h', | 297 'system/chromeos/enterprise/tray_enterprise.h', |
| 296 'system/chromeos/enterprise/tray_enterprise.cc', | 298 'system/chromeos/enterprise/tray_enterprise.cc', |
| 297 'system/chromeos/keyboard_brightness_controller.cc', | 299 'system/chromeos/keyboard_brightness_controller.cc', |
| 298 'system/chromeos/keyboard_brightness_controller.h', | 300 'system/chromeos/keyboard_brightness_controller.h', |
| 299 'system/chromeos/label_tray_view.h', | 301 'system/chromeos/label_tray_view.h', |
| 300 'system/chromeos/label_tray_view.cc', | 302 'system/chromeos/label_tray_view.cc', |
| (...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1105 }, | 1107 }, |
| 1106 }, | 1108 }, |
| 1107 'dependencies': [ | 1109 'dependencies': [ |
| 1108 '../sandbox/sandbox.gyp:sandbox', | 1110 '../sandbox/sandbox.gyp:sandbox', |
| 1109 ], | 1111 ], |
| 1110 }], | 1112 }], |
| 1111 ], | 1113 ], |
| 1112 }, | 1114 }, |
| 1113 ], | 1115 ], |
| 1114 } | 1116 } |
| OLD | NEW |