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 'cc_source_files': [ | 9 'cc_source_files': [ |
10 'BitmapCanvasLayerTextureUpdater.cpp', | 10 'BitmapCanvasLayerTextureUpdater.cpp', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'CCPriorityCalculator.h', | 84 'CCPriorityCalculator.h', |
85 'CCProxy.cpp', | 85 'CCProxy.cpp', |
86 'CCProxy.h', | 86 'CCProxy.h', |
87 'CCQuadCuller.cpp', | 87 'CCQuadCuller.cpp', |
88 'CCQuadCuller.h', | 88 'CCQuadCuller.h', |
89 'CCQuadSink.h', | 89 'CCQuadSink.h', |
90 'CCRenderPass.cpp', | 90 'CCRenderPass.cpp', |
91 'CCRenderPass.h', | 91 'CCRenderPass.h', |
92 'CCRenderPassDrawQuad.cpp', | 92 'CCRenderPassDrawQuad.cpp', |
93 'CCRenderPassDrawQuad.h', | 93 'CCRenderPassDrawQuad.h', |
| 94 'CCRenderPassSink.h', |
94 'CCRenderSurface.cpp', | 95 'CCRenderSurface.cpp', |
95 'CCRenderSurface.h', | 96 'CCRenderSurface.h', |
96 'CCRenderSurfaceFilters.cpp', | 97 'CCRenderSurfaceFilters.cpp', |
97 'CCRenderSurfaceFilters.h', | 98 'CCRenderSurfaceFilters.h', |
98 'CCRenderer.h', | 99 'CCRenderer.h', |
99 'CCRendererGL.cpp', | 100 'CCRendererGL.cpp', |
100 'CCRendererGL.h', | 101 'CCRendererGL.h', |
101 'CCRenderingStats.h', | 102 'CCRenderingStats.h', |
102 'CCResourceProvider.cpp', | 103 'CCResourceProvider.cpp', |
103 'CCResourceProvider.h', | 104 'CCResourceProvider.h', |
104 'CCScheduler.cpp', | 105 'CCScheduler.cpp', |
105 'CCScheduler.h', | 106 'CCScheduler.h', |
106 'CCSchedulerStateMachine.cpp', | 107 'CCSchedulerStateMachine.cpp', |
107 'CCSchedulerStateMachine.h', | 108 'CCSchedulerStateMachine.h', |
108 'CCScopedTexture.cpp', | 109 'CCScopedTexture.cpp', |
109 'CCScopedTexture.h', | 110 'CCScopedTexture.h', |
110 'CCScopedThreadProxy.h', | 111 'CCScopedThreadProxy.h', |
111 'CCScrollbarAnimationController.cpp', | 112 'CCScrollbarAnimationController.cpp', |
112 'CCScrollbarAnimationController.h', | 113 'CCScrollbarAnimationController.h', |
113 'CCScrollbarAnimationControllerLinearFade.cpp', | 114 'CCScrollbarAnimationControllerLinearFade.cpp', |
114 'CCScrollbarAnimationControllerLinearFade.h', | 115 'CCScrollbarAnimationControllerLinearFade.h', |
115 'CCScrollbarLayerImpl.cpp', | 116 'CCScrollbarLayerImpl.cpp', |
116 'CCScrollbarLayerImpl.h', | 117 'CCScrollbarLayerImpl.h', |
| 118 'CCScrollbarGeometryFixedThumb.cpp', |
| 119 'CCScrollbarGeometryFixedThumb.h', |
| 120 'CCScrollbarGeometryStub.cpp', |
| 121 'CCScrollbarGeometryStub.h', |
117 'CCSettings.cpp', | 122 'CCSettings.cpp', |
118 'CCSettings.h', | 123 'CCSettings.h', |
119 'CCSharedQuadState.cpp', | 124 'CCSharedQuadState.cpp', |
120 'CCSharedQuadState.h', | 125 'CCSharedQuadState.h', |
121 'CCSingleThreadProxy.cpp', | 126 'CCSingleThreadProxy.cpp', |
122 'CCSingleThreadProxy.h', | 127 'CCSingleThreadProxy.h', |
123 'CCSolidColorDrawQuad.cpp', | 128 'CCSolidColorDrawQuad.cpp', |
124 'CCSolidColorDrawQuad.h', | 129 'CCSolidColorDrawQuad.h', |
125 'CCSolidColorLayerImpl.cpp', | 130 'CCSolidColorLayerImpl.cpp', |
126 'CCSolidColorLayerImpl.h', | 131 'CCSolidColorLayerImpl.h', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'stubs/TilingData.h', | 247 'stubs/TilingData.h', |
243 'stubs/Timer.h', | 248 'stubs/Timer.h', |
244 'stubs/TraceEvent.h', | 249 'stubs/TraceEvent.h', |
245 'stubs/UnitBezier.h', | 250 'stubs/UnitBezier.h', |
246 ], | 251 ], |
247 }], | 252 }], |
248 ], | 253 ], |
249 }, | 254 }, |
250 ], | 255 ], |
251 } | 256 } |
OLD | NEW |