| 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 'webkit_compositor_bindings_sources': [ | 7 'webkit_compositor_bindings_sources': [ |
| 8 'CCThreadImpl.cpp', | 8 'CCThreadImpl.cpp', |
| 9 'CCThreadImpl.h', | 9 'CCThreadImpl.h', |
| 10 'WebAnimationCurveCommon.cpp', | 10 'WebAnimationCurveCommon.cpp', |
| 11 'WebAnimationCurveCommon.h', | 11 'WebAnimationCurveCommon.h', |
| 12 'WebAnimationImpl.cpp', | 12 'WebAnimationImpl.cpp', |
| 13 'WebAnimationImpl.h', | 13 'WebAnimationImpl.h', |
| 14 'WebCompositorImpl.cpp', | 14 'WebCompositorImpl.cpp', |
| 15 'WebCompositorImpl.h', | 15 'WebCompositorImpl.h', |
| 16 'WebContentLayerImpl.cpp', | 16 'WebContentLayerImpl.cpp', |
| 17 'WebContentLayerImpl.h', | 17 'WebContentLayerImpl.h', |
| 18 'WebDecorationLayerImpl.cpp', |
| 19 'WebDecorationLayerImpl.h', |
| 18 'WebDelegatedRendererLayerImpl.cpp', | 20 'WebDelegatedRendererLayerImpl.cpp', |
| 19 'WebDelegatedRendererLayerImpl.h', | 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', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 '<(webkit_src_dir)/Source/Platform/chromium', | 86 '<(webkit_src_dir)/Source/Platform/chromium', |
| 85 ], | 87 ], |
| 86 'sources': [ | 88 'sources': [ |
| 87 '<@(webkit_compositor_bindings_sources)', | 89 '<@(webkit_compositor_bindings_sources)', |
| 88 'webcore_convert.cc', | 90 'webcore_convert.cc', |
| 89 'webcore_convert.h', | 91 'webcore_convert.h', |
| 90 ], | 92 ], |
| 91 }, | 93 }, |
| 92 ], | 94 ], |
| 93 } | 95 } |
| OLD | NEW |