| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index ac219176cd1c01a8f95323e8172a94279b9169da..8d98bac55eb230f8597492591a01f2d7dd38dda9 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -679,7 +679,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/': [
|
| @@ -828,6 +829,7 @@
|
| '../ui/aura/aura.gyp:aura_test_support',
|
| '../ui/compositor/compositor.gyp:compositor',
|
| '../ui/compositor/compositor.gyp:compositor_test_support',
|
| + '../ui/display/display.gyp:display',
|
| '../ui/events/events.gyp:events',
|
| '../ui/events/events.gyp:events_test_support',
|
| '../ui/gfx/gfx.gyp:gfx',
|
|
|