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

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

Issue 10916307: Add the ubercomp DelegatedRendererLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use OwnPtrVector Created 8 years, 3 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': 0, 7 'chromium_code': 0,
8 'use_libcc_for_compositor%': 0, 8 'use_libcc_for_compositor%': 0,
9 'webkit_compositor_bindings_sources': [ 9 'webkit_compositor_bindings_sources': [
10 'CCThreadImpl.cpp', 10 'CCThreadImpl.cpp',
11 'CCThreadImpl.h', 11 'CCThreadImpl.h',
12 'WebAnimationCurveCommon.cpp', 12 'WebAnimationCurveCommon.cpp',
13 'WebAnimationCurveCommon.h', 13 'WebAnimationCurveCommon.h',
14 'WebAnimationImpl.cpp', 14 'WebAnimationImpl.cpp',
15 'WebAnimationImpl.h', 15 'WebAnimationImpl.h',
16 'WebCompositorImpl.cpp', 16 'WebCompositorImpl.cpp',
17 'WebCompositorImpl.h', 17 'WebCompositorImpl.h',
18 'WebContentLayerImpl.cpp', 18 'WebContentLayerImpl.cpp',
19 'WebContentLayerImpl.h', 19 'WebContentLayerImpl.h',
20 'WebDelegatedRendererLayerImpl.cpp',
21 'WebDelegatedRendererLayerImpl.h',
20 'WebExternalTextureLayerImpl.cpp', 22 'WebExternalTextureLayerImpl.cpp',
21 'WebExternalTextureLayerImpl.h', 23 'WebExternalTextureLayerImpl.h',
22 'WebFloatAnimationCurveImpl.cpp', 24 'WebFloatAnimationCurveImpl.cpp',
23 'WebFloatAnimationCurveImpl.h', 25 'WebFloatAnimationCurveImpl.h',
24 'WebIOSurfaceLayerImpl.cpp', 26 'WebIOSurfaceLayerImpl.cpp',
25 'WebIOSurfaceLayerImpl.h', 27 'WebIOSurfaceLayerImpl.h',
26 'WebImageLayerImpl.cpp', 28 'WebImageLayerImpl.cpp',
27 'WebImageLayerImpl.h', 29 'WebImageLayerImpl.h',
28 'WebLayerImpl.cpp', 30 'WebLayerImpl.cpp',
29 'WebLayerImpl.h', 31 'WebLayerImpl.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'webcore_convert.h', 106 'webcore_convert.h',
105 ], 107 ],
106 'defines': [ 108 'defines': [
107 'USE_LIBCC_FOR_COMPOSITOR', 109 'USE_LIBCC_FOR_COMPOSITOR',
108 ], 110 ],
109 }, 111 },
110 ], 112 ],
111 }], 113 }],
112 ], 114 ],
113 } 115 }
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/WebDelegatedRendererLayerImpl.cpp ('k') | webkit/compositor_bindings/web_compositor_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698