| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 83fbb9b438b03b17a697529e980f9ed0c58d831f..ad6df328caa315090975cd0154318af453ebfd86 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -270,6 +270,10 @@
|
| 'sticky_keys/sticky_keys_overlay.cc',
|
| 'sticky_keys/sticky_keys_overlay.h',
|
| 'sticky_keys/sticky_keys_state.h',
|
| + 'surfaces/surface_controller.cc',
|
| + 'surfaces/surface_controller.h',
|
| + 'surfaces/test_shell_surface_overlay_view.cc',
|
| + 'surfaces/test_shell_surface_overlay_view.h',
|
| 'switchable_windows.cc',
|
| 'switchable_windows.h',
|
| 'system/audio/audio_observer.h',
|
| @@ -950,6 +954,7 @@
|
| '../components/components.gyp:user_manager',
|
| '../components/components.gyp:wallpaper',
|
| '../content/content.gyp:content_browser',
|
| + '../gpu/gpu.gyp:command_buffer_service',
|
| '../media/media.gyp:media',
|
| '../net/net.gyp:net',
|
| '../skia/skia.gyp:skia',
|
|
|