| Index: ui/display/display.gyp
|
| diff --git a/ui/display/display.gyp b/ui/display/display.gyp
|
| index d330efd9213a9abe3e6ccc9d63715077fafba83f..5ff64a9d92fd5082c28d230e0e2a8c9704e42ada 100644
|
| --- a/ui/display/display.gyp
|
| +++ b/ui/display/display.gyp
|
| @@ -19,14 +19,14 @@
|
| 'DISPLAY_IMPLEMENTATION',
|
| ],
|
| 'sources': [
|
| + 'chromeos/display_configurator.cc',
|
| + 'chromeos/display_configurator.h',
|
| 'chromeos/display_mode.cc',
|
| 'chromeos/display_mode.h',
|
| 'chromeos/display_snapshot.cc',
|
| 'chromeos/display_snapshot.h',
|
| 'chromeos/native_display_delegate.h',
|
| 'chromeos/native_display_observer.h',
|
| - 'chromeos/output_configurator.cc',
|
| - 'chromeos/output_configurator.h',
|
| 'chromeos/ozone/native_display_delegate_ozone.cc',
|
| 'chromeos/ozone/native_display_delegate_ozone.h',
|
| 'chromeos/ozone/touchscreen_delegate_ozone.cc',
|
|
|