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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'shell.cc', | 256 'shell.cc', |
257 'shell.h', | 257 'shell.h', |
258 'shell_delegate.h', | 258 'shell_delegate.h', |
259 'shell_factory.h', | 259 'shell_factory.h', |
260 'shell_window_ids.h', | 260 'shell_window_ids.h', |
261 'sticky_keys/sticky_keys_state.h', | 261 'sticky_keys/sticky_keys_state.h', |
262 'sticky_keys/sticky_keys_controller.cc', | 262 'sticky_keys/sticky_keys_controller.cc', |
263 'sticky_keys/sticky_keys_controller.h', | 263 'sticky_keys/sticky_keys_controller.h', |
264 'sticky_keys/sticky_keys_overlay.cc', | 264 'sticky_keys/sticky_keys_overlay.cc', |
265 'sticky_keys/sticky_keys_overlay.h', | 265 'sticky_keys/sticky_keys_overlay.h', |
| 266 'system/audio/audio_observer.h', |
| 267 'system/audio/tray_audio.cc', |
| 268 'system/audio/tray_audio.h', |
| 269 'system/audio/tray_audio_delegate.h', |
| 270 'system/audio/volume_view.cc', |
| 271 'system/audio/volume_view.h', |
266 'system/bluetooth/bluetooth_observer.h', | 272 'system/bluetooth/bluetooth_observer.h', |
267 'system/bluetooth/tray_bluetooth.cc', | 273 'system/bluetooth/tray_bluetooth.cc', |
268 'system/bluetooth/tray_bluetooth.h', | 274 'system/bluetooth/tray_bluetooth.h', |
269 'system/brightness_control_delegate.h', | 275 'system/brightness_control_delegate.h', |
270 'system/chromeos/audio/tray_audio.cc', | 276 'system/chromeos/audio/audio_detailed_view.cc', |
271 'system/chromeos/audio/tray_audio.h', | 277 'system/chromeos/audio/audio_detailed_view.h', |
| 278 'system/chromeos/audio/tray_audio_chromeos.cc', |
| 279 'system/chromeos/audio/tray_audio_chromeos.h', |
| 280 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', |
| 281 'system/chromeos/audio/tray_audio_delegate_chromeos.h', |
272 'system/chromeos/enterprise/enterprise_domain_observer.h', | 282 'system/chromeos/enterprise/enterprise_domain_observer.h', |
273 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 283 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
274 'system/chromeos/brightness/brightness_controller_chromeos.h', | 284 'system/chromeos/brightness/brightness_controller_chromeos.h', |
275 'system/chromeos/brightness/tray_brightness.cc', | 285 'system/chromeos/brightness/tray_brightness.cc', |
276 'system/chromeos/brightness/tray_brightness.h', | 286 'system/chromeos/brightness/tray_brightness.h', |
277 'system/chromeos/enterprise/tray_enterprise.h', | 287 'system/chromeos/enterprise/tray_enterprise.h', |
278 'system/chromeos/enterprise/tray_enterprise.cc', | 288 'system/chromeos/enterprise/tray_enterprise.cc', |
279 'system/chromeos/keyboard_brightness_controller.cc', | 289 'system/chromeos/keyboard_brightness_controller.cc', |
280 'system/chromeos/keyboard_brightness_controller.h', | 290 'system/chromeos/keyboard_brightness_controller.h', |
281 'system/chromeos/label_tray_view.h', | 291 'system/chromeos/label_tray_view.h', |
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1085 }, | 1095 }, |
1086 }, | 1096 }, |
1087 'dependencies': [ | 1097 'dependencies': [ |
1088 '../sandbox/sandbox.gyp:sandbox', | 1098 '../sandbox/sandbox.gyp:sandbox', |
1089 ], | 1099 ], |
1090 }], | 1100 }], |
1091 ], | 1101 ], |
1092 }, | 1102 }, |
1093 ], | 1103 ], |
1094 } | 1104 } |
OLD | NEW |