| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 3bb2b5ebbdba02042a14ffe767159b8607e4b33f..da437d020cc014a805cf2c7dc9f9cc655829d436 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -674,7 +674,8 @@
|
| '../chromeos/chromeos.gyp:chromeos',
|
| # Ash #includes power_supply_properties.pb.h directly.
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| - '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| + '../ui/display/display.gyp:display',
|
| ],
|
| }, { # else: chromeos!=1
|
| 'sources/': [
|
| @@ -1019,7 +1020,8 @@
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| - '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| + '../ui/display/display.gyp:display',
|
| ],
|
| 'sources': [
|
| 'first_run/first_run_helper_unittest.cc',
|
|
|