| 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 'WebDecorationLayerImpl.cpp', |
| 21 'WebDecorationLayerImpl.h', |
| 20 'WebDelegatedRendererLayerImpl.cpp', | 22 'WebDelegatedRendererLayerImpl.cpp', |
| 21 'WebDelegatedRendererLayerImpl.h', | 23 'WebDelegatedRendererLayerImpl.h', |
| 22 'WebExternalTextureLayerImpl.cpp', | 24 'WebExternalTextureLayerImpl.cpp', |
| 23 'WebExternalTextureLayerImpl.h', | 25 'WebExternalTextureLayerImpl.h', |
| 24 'WebFloatAnimationCurveImpl.cpp', | 26 'WebFloatAnimationCurveImpl.cpp', |
| 25 'WebFloatAnimationCurveImpl.h', | 27 'WebFloatAnimationCurveImpl.h', |
| 26 'WebIOSurfaceLayerImpl.cpp', | 28 'WebIOSurfaceLayerImpl.cpp', |
| 27 'WebIOSurfaceLayerImpl.h', | 29 'WebIOSurfaceLayerImpl.h', |
| 28 'WebImageLayerImpl.cpp', | 30 'WebImageLayerImpl.cpp', |
| 29 'WebImageLayerImpl.h', | 31 'WebImageLayerImpl.h', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'webcore_convert.h', | 108 'webcore_convert.h', |
| 107 ], | 109 ], |
| 108 'defines': [ | 110 'defines': [ |
| 109 'USE_LIBCC_FOR_COMPOSITOR', | 111 'USE_LIBCC_FOR_COMPOSITOR', |
| 110 ], | 112 ], |
| 111 }, | 113 }, |
| 112 ], | 114 ], |
| 113 }], | 115 }], |
| 114 ], | 116 ], |
| 115 } | 117 } |
| OLD | NEW |