| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index bead4a60592131fd382c2cb7e557c5a5d0365298..20cf5f19955dd9408f9bfb1de0b27561006b94bd 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -63,6 +63,8 @@
|
| 'display/cursor_window_controller.h',
|
| 'display/display_change_observer_chromeos.cc',
|
| 'display/display_change_observer_chromeos.h',
|
| + 'display/display_color_manager_chromeos.cc',
|
| + 'display/display_color_manager_chromeos.h',
|
| 'display/display_configurator_animation.cc',
|
| 'display/display_configurator_animation.h',
|
| 'display/display_controller.cc',
|
| @@ -955,6 +957,7 @@
|
| # Ash #includes power_supply_properties.pb.h directly.
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| '../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',
|
|
|