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

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

Issue 18139004: cc: Create a LayerScrollClient interface and an adapter class in compositor_bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'webkit_compositor_bindings_sources': [ 8 'webkit_compositor_bindings_sources': [
9 'scrollbar_impl.cc', 9 'scrollbar_impl.cc',
10 'scrollbar_impl.h', 10 'scrollbar_impl.h',
(...skipping 13 matching lines...) Expand all
24 'web_image_layer_impl.cc', 24 'web_image_layer_impl.cc',
25 'web_image_layer_impl.h', 25 'web_image_layer_impl.h',
26 'web_layer_impl.cc', 26 'web_layer_impl.cc',
27 'web_layer_impl.h', 27 'web_layer_impl.h',
28 'web_layer_impl_fixed_bounds.cc', 28 'web_layer_impl_fixed_bounds.cc',
29 'web_layer_impl_fixed_bounds.h', 29 'web_layer_impl_fixed_bounds.h',
30 'web_to_ccscrollbar_theme_painter_adapter.cc', 30 'web_to_ccscrollbar_theme_painter_adapter.cc',
31 'web_to_ccscrollbar_theme_painter_adapter.h', 31 'web_to_ccscrollbar_theme_painter_adapter.h',
32 'web_to_cc_animation_delegate_adapter.cc', 32 'web_to_cc_animation_delegate_adapter.cc',
33 'web_to_cc_animation_delegate_adapter.h', 33 'web_to_cc_animation_delegate_adapter.h',
34 'web_to_cc_layer_scroll_client_adapter.cc',
35 'web_to_cc_layer_scroll_client_adapter.h',
34 'web_scrollbar_layer_impl.cc', 36 'web_scrollbar_layer_impl.cc',
35 'web_scrollbar_layer_impl.h', 37 'web_scrollbar_layer_impl.h',
36 'web_solid_color_layer_impl.cc', 38 'web_solid_color_layer_impl.cc',
37 'web_solid_color_layer_impl.h', 39 'web_solid_color_layer_impl.h',
38 'web_transform_operations_impl.cc', 40 'web_transform_operations_impl.cc',
39 'web_transform_operations_impl.h', 41 'web_transform_operations_impl.h',
40 'web_transform_animation_curve_impl.cc', 42 'web_transform_animation_curve_impl.cc',
41 'web_transform_animation_curve_impl.h', 43 'web_transform_animation_curve_impl.h',
42 ], 44 ],
43 }, 45 },
(...skipping 30 matching lines...) Expand all
74 ], 76 ],
75 'sources': [ 77 'sources': [
76 '<@(webkit_compositor_bindings_sources)', 78 '<@(webkit_compositor_bindings_sources)',
77 ], 79 ],
78 'defines': [ 80 'defines': [
79 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' 81 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
80 ] 82 ]
81 }, 83 },
82 ], 84 ],
83 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698