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