Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2421)

Unified Diff: ash/ash.gyp

Issue 1394573003: chromeos: Add SurfaceServiceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698