| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index bead4a60592131fd382c2cb7e557c5a5d0365298..c2c78e83181be47a154b7fba3a6190ea5da37802 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -43,6 +43,8 @@
|
| 'autoclick/autoclick_controller.h',
|
| 'cancel_mode.cc',
|
| 'cancel_mode.h',
|
| + 'content/display/display_color_manager_chromeos.cc',
|
| + 'content/display/display_color_manager_chromeos.h',
|
| 'content/display/screen_orientation_controller_chromeos.cc',
|
| 'content/display/screen_orientation_controller_chromeos.h',
|
| 'debug.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',
|
|
|