Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index 6b695b53e681005e2f2b166e00712c6004e7a6a0..716c933b1fe17b93514f3868f6afa9b1b801dd72 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -1017,12 +1017,14 @@ |
| '../chromeos/chromeos.gyp:chromeos', |
| # Ash #includes power_supply_properties.pb.h directly. |
| '../chromeos/chromeos.gyp:power_manager_proto', |
| + '../components/components.gyp:quirks_client', |
| '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| '../third_party/qcms/qcms.gyp:qcms', |
| '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| '../ui/display/display.gyp:display', |
| + '../ui/display/display.gyp:display_types', |
|
Greg Levin
2016/01/27 21:26:08
Remove this line. It was needed during developmen
|
| '../ui/display/display.gyp:display_util', |
| ], |
| }, { # else: chromeos!=1 |