| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 86ca02290612b13a28123df5ee109527b7eb6932..ed5db2c53117595ec9dee4ca3ea9fcd66deabb24 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -288,6 +288,8 @@
|
| 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
|
| 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
|
| 'system/chromeos/enterprise/enterprise_domain_observer.h',
|
| + 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
|
| + 'system/chromeos/bluetooth/bluetooth_notification_controller.h',
|
| 'system/chromeos/brightness/brightness_controller_chromeos.cc',
|
| 'system/chromeos/brightness/brightness_controller_chromeos.h',
|
| 'system/chromeos/brightness/tray_brightness.cc',
|
| @@ -1009,6 +1011,7 @@
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| ],
|
| 'sources': [
|
| 'first_run/first_run_helper_unittest.cc',
|
| @@ -1108,6 +1111,11 @@
|
| '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
| }],
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|