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

Unified Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 11754003: Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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
« no previous file with comments | « webkit/compositor_bindings/DEPS ('k') | webkit/compositor_bindings/web_to_ccvideo_frame_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
index 48124a3d6e513b03d2740a437be5f6442507eb36..81fa25adf42328dcb716391cc56378cb54ee6a18 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/compositor_bindings/compositor_bindings.gyp
@@ -33,6 +33,8 @@
'web_to_ccinput_handler_adapter.h',
'web_to_ccscrollbar_theme_painter_adapter.cc',
'web_to_ccscrollbar_theme_painter_adapter.h',
+ 'web_to_ccvideo_frame_provider.cc',
+ 'web_to_ccvideo_frame_provider.h',
'web_layer_tree_view_impl.cc',
'web_layer_tree_view_impl.h',
'web_scrollbar_layer_impl.cc',
@@ -76,6 +78,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../cc/cc.gyp:cc',
+ '../../media/media.gyp:media',
'../../skia/skia.gyp:skia',
'../../ui/ui.gyp:ui',
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
« no previous file with comments | « webkit/compositor_bindings/DEPS ('k') | webkit/compositor_bindings/web_to_ccvideo_frame_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698