OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |