| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 5f979172d445babff60b59fa6d930533965f9f39..dedb2bfd6c62dd404bc1970e4797b51795b71c65 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -1023,6 +1023,7 @@
|
| '../chromeos/chromeos.gyp:chromeos',
|
| # Ash #includes power_supply_properties.pb.h directly.
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| + '../components/components.gyp:quirks',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../third_party/qcms/qcms.gyp:qcms',
|
| '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
|
| @@ -1225,6 +1226,7 @@
|
| 'dependencies': [
|
| '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| + '../components/components.gyp:quirks',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../ui/display/display.gyp:display',
|
| '../ui/display/display.gyp:display_test_support',
|
|
|