| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index ecf4275a9d0283fe770776de7046c9eca2f2e480..fb332ba3287573cea734502e5b184d3c124037d8 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -148,6 +148,7 @@
|
| 'first_run/first_run_helper_impl.h',
|
| 'focus_cycler.cc',
|
| 'focus_cycler.h',
|
| + 'gpu_support.h',
|
| 'high_contrast/high_contrast_controller.cc',
|
| 'high_contrast/high_contrast_controller.h',
|
| 'host/root_window_host_factory.cc',
|
| @@ -679,7 +680,11 @@
|
| 'ASH_WITH_CONTENT_IMPLEMENTATION',
|
| ],
|
| 'sources': [
|
| - 'ash_with_content_export.h',
|
| + 'content_support/ash_with_content_export.h',
|
| + 'content_support/inject.cc',
|
| + 'content_support/inject.h',
|
| + 'content_support/gpu_support_impl.cc',
|
| + 'content_support/gpu_support_impl.h',
|
| 'screensaver/screensaver_view.cc',
|
| 'screensaver/screensaver_view.h',
|
| 'keyboard_overlay/keyboard_overlay_delegate.cc',
|
|
|