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

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

Issue 11609002: cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notry Created 8 years 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
« no previous file with comments | « cc/tiled_layer_unittest.cc ('k') | webkit/compositor_bindings/web_scrollbar_layer_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_id_provider.cc', 10 'web_animation_id_provider.cc',
(...skipping 15 matching lines...) Expand all
26 'web_io_surface_layer_impl.cc', 26 'web_io_surface_layer_impl.cc',
27 'web_io_surface_layer_impl.h', 27 'web_io_surface_layer_impl.h',
28 'web_image_layer_impl.cc', 28 'web_image_layer_impl.cc',
29 'web_image_layer_impl.h', 29 'web_image_layer_impl.h',
30 'web_layer_impl.cc', 30 'web_layer_impl.cc',
31 'web_layer_impl.h', 31 'web_layer_impl.h',
32 'web_nine_patch_layer_impl.cc', 32 'web_nine_patch_layer_impl.cc',
33 'web_nine_patch_layer_impl.h', 33 'web_nine_patch_layer_impl.h',
34 'web_to_ccinput_handler_adapter.cc', 34 'web_to_ccinput_handler_adapter.cc',
35 'web_to_ccinput_handler_adapter.h', 35 'web_to_ccinput_handler_adapter.h',
36 'web_to_ccscrollbar_theme_painter_adapter.cc',
37 'web_to_ccscrollbar_theme_painter_adapter.h',
36 'web_layer_tree_view_impl.cc', 38 'web_layer_tree_view_impl.cc',
37 'web_layer_tree_view_impl.h', 39 'web_layer_tree_view_impl.h',
38 'web_scrollbar_layer_impl.cc', 40 'web_scrollbar_layer_impl.cc',
39 'web_scrollbar_layer_impl.h', 41 'web_scrollbar_layer_impl.h',
40 'web_solid_color_layer_impl.cc', 42 'web_solid_color_layer_impl.cc',
41 'web_solid_color_layer_impl.h', 43 'web_solid_color_layer_impl.h',
42 'web_video_layer_impl.cc', 44 'web_video_layer_impl.cc',
43 'web_video_layer_impl.h', 45 'web_video_layer_impl.h',
44 'web_transform_animation_curve_impl.cc', 46 'web_transform_animation_curve_impl.cc',
45 'web_transform_animation_curve_impl.h', 47 'web_transform_animation_curve_impl.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../../cc', 86 '../../cc',
85 '<@(cc_stubs_dirs)', 87 '<@(cc_stubs_dirs)',
86 '<(webkit_src_dir)/Source/Platform/chromium', 88 '<(webkit_src_dir)/Source/Platform/chromium',
87 ], 89 ],
88 'sources': [ 90 'sources': [
89 '<@(webkit_compositor_bindings_sources)', 91 '<@(webkit_compositor_bindings_sources)',
90 ], 92 ],
91 }, 93 },
92 ], 94 ],
93 } 95 }
OLDNEW
« no previous file with comments | « cc/tiled_layer_unittest.cc ('k') | webkit/compositor_bindings/web_scrollbar_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698