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

Side by Side Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 12902002: Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'webkit_compositor_bindings_sources': [ 7 'webkit_compositor_bindings_sources': [
8 'web_animation_curve_common.cc', 8 'web_animation_curve_common.cc',
9 'web_animation_curve_common.h', 9 'web_animation_curve_common.h',
10 'web_animation_impl.cc', 10 'web_animation_impl.cc',
11 'web_animation_impl.h', 11 'web_animation_impl.h',
12 'web_content_layer_impl.cc', 12 'web_content_layer_impl.cc',
13 'web_content_layer_impl.h', 13 'web_content_layer_impl.h',
14 'web_external_texture_layer_impl.cc', 14 'web_external_texture_layer_impl.cc',
15 'web_external_texture_layer_impl.h', 15 'web_external_texture_layer_impl.h',
16 'web_float_animation_curve_impl.cc', 16 'web_float_animation_curve_impl.cc',
17 'web_float_animation_curve_impl.h', 17 'web_float_animation_curve_impl.h',
18 'web_image_layer_impl.cc', 18 'web_image_layer_impl.cc',
19 'web_image_layer_impl.h', 19 'web_image_layer_impl.h',
20 'web_layer_impl.cc', 20 'web_layer_impl.cc',
21 'web_layer_impl.h', 21 'web_layer_impl.h',
22 'web_layer_impl_fixed_bounds.cc', 22 'web_layer_impl_fixed_bounds.cc',
23 'web_layer_impl_fixed_bounds.h', 23 'web_layer_impl_fixed_bounds.h',
24 'web_to_ccinput_handler_adapter.cc', 24 'web_to_ccinput_handler_adapter.cc',
25 'web_to_ccinput_handler_adapter.h', 25 'web_to_ccinput_handler_adapter.h',
26 'web_to_ccscrollbar_theme_painter_adapter.cc', 26 'web_to_ccscrollbar_theme_painter_adapter.cc',
27 'web_to_ccscrollbar_theme_painter_adapter.h', 27 'web_to_ccscrollbar_theme_painter_adapter.h',
28 'web_to_ccvideo_frame_provider.cc',
29 'web_to_ccvideo_frame_provider.h',
30 'web_layer_tree_view_impl_for_testing.cc', 28 'web_layer_tree_view_impl_for_testing.cc',
31 'web_layer_tree_view_impl_for_testing.h', 29 'web_layer_tree_view_impl_for_testing.h',
32 'web_scrollbar_layer_impl.cc', 30 'web_scrollbar_layer_impl.cc',
33 'web_scrollbar_layer_impl.h', 31 'web_scrollbar_layer_impl.h',
34 'web_solid_color_layer_impl.cc', 32 'web_solid_color_layer_impl.cc',
35 'web_solid_color_layer_impl.h', 33 'web_solid_color_layer_impl.h',
36 'web_transform_operations_impl.cc', 34 'web_transform_operations_impl.cc',
37 'web_transform_operations_impl.h', 35 'web_transform_operations_impl.h',
38 'web_video_layer_impl.cc',
39 'web_video_layer_impl.h',
40 'web_transform_animation_curve_impl.cc', 36 'web_transform_animation_curve_impl.cc',
41 'web_transform_animation_curve_impl.h', 37 'web_transform_animation_curve_impl.h',
42 ], 38 ],
43 'conditions': [ 39 'conditions': [
44 ['inside_chromium_build==0', { 40 ['inside_chromium_build==0', {
45 'webkit_src_dir': '../../../../..', 41 'webkit_src_dir': '../../../../..',
46 },{ 42 },{
47 'webkit_src_dir': '../../third_party/WebKit', 43 'webkit_src_dir': '../../third_party/WebKit',
48 }], 44 }],
49 ], 45 ],
(...skipping 30 matching lines...) Expand all
80 ], 76 ],
81 'sources': [ 77 'sources': [
82 '<@(webkit_compositor_bindings_sources)', 78 '<@(webkit_compositor_bindings_sources)',
83 ], 79 ],
84 'defines': [ 80 'defines': [
85 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' 81 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
86 ] 82 ]
87 }, 83 },
88 ], 84 ],
89 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698