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

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

Issue 11967033: [CLOSED] In-browser software compositing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the lack SkCanvas::clear scissoring. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/gfx/gdi_util.cc ('k') | webkit/compositor_bindings/web_compositor_support_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',
11 'web_animation_id_provider.h', 11 'web_animation_id_provider.h',
12 'web_animation_impl.cc', 12 'web_animation_impl.cc',
13 'web_animation_impl.h', 13 'web_animation_impl.h',
14 'web_compositor_support_output_surface.cc',
15 'web_compositor_support_output_surface.h',
16 'web_compositor_support_software_output_device.cc',
17 'web_compositor_support_software_output_device.h',
18 'web_content_layer_impl.cc', 14 'web_content_layer_impl.cc',
19 'web_content_layer_impl.h', 15 'web_content_layer_impl.h',
20 'web_external_texture_layer_impl.cc', 16 'web_external_texture_layer_impl.cc',
21 'web_external_texture_layer_impl.h', 17 'web_external_texture_layer_impl.h',
22 'web_float_animation_curve_impl.cc', 18 'web_float_animation_curve_impl.cc',
23 'web_float_animation_curve_impl.h', 19 'web_float_animation_curve_impl.h',
24 'web_io_surface_layer_impl.cc', 20 'web_io_surface_layer_impl.cc',
25 'web_io_surface_layer_impl.h', 21 'web_io_surface_layer_impl.h',
26 'web_image_layer_impl.cc', 22 'web_image_layer_impl.cc',
27 'web_image_layer_impl.h', 23 'web_image_layer_impl.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ], 83 ],
88 'sources': [ 84 'sources': [
89 '<@(webkit_compositor_bindings_sources)', 85 '<@(webkit_compositor_bindings_sources)',
90 ], 86 ],
91 'defines': [ 87 'defines': [
92 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1' 88 'WEBKIT_COMPOSITOR_BINDINGS_IMPLEMENTATION=1'
93 ] 89 ]
94 }, 90 },
95 ], 91 ],
96 } 92 }
OLDNEW
« no previous file with comments | « ui/gfx/gdi_util.cc ('k') | webkit/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698