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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'CCRenderPassDrawQuad.cpp', | 91 'CCRenderPassDrawQuad.cpp', |
92 'CCRenderPassDrawQuad.h', | 92 'CCRenderPassDrawQuad.h', |
93 'CCRenderPassSink.h', | 93 'CCRenderPassSink.h', |
94 'CCRenderSurface.cpp', | 94 'CCRenderSurface.cpp', |
95 'CCRenderSurface.h', | 95 'CCRenderSurface.h', |
96 'CCRenderSurfaceFilters.cpp', | 96 'CCRenderSurfaceFilters.cpp', |
97 'CCRenderSurfaceFilters.h', | 97 'CCRenderSurfaceFilters.h', |
98 'CCRenderer.h', | 98 'CCRenderer.h', |
99 'CCRendererGL.cpp', | 99 'CCRendererGL.cpp', |
100 'CCRendererGL.h', | 100 'CCRendererGL.h', |
| 101 'CCRendererSoftware.cpp', |
| 102 'CCRendererSoftware.h', |
101 'CCRenderingStats.h', | 103 'CCRenderingStats.h', |
102 'CCResourceProvider.cpp', | 104 'CCResourceProvider.cpp', |
103 'CCResourceProvider.h', | 105 'CCResourceProvider.h', |
104 'CCScheduler.cpp', | 106 'CCScheduler.cpp', |
105 'CCScheduler.h', | 107 'CCScheduler.h', |
106 'CCSchedulerStateMachine.cpp', | 108 'CCSchedulerStateMachine.cpp', |
107 'CCSchedulerStateMachine.h', | 109 'CCSchedulerStateMachine.h', |
108 'CCScopedTexture.cpp', | 110 'CCScopedTexture.cpp', |
109 'CCScopedTexture.h', | 111 'CCScopedTexture.h', |
110 'CCScopedThreadProxy.h', | 112 'CCScopedThreadProxy.h', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'stubs/SkiaUtils.h', | 257 'stubs/SkiaUtils.h', |
256 'stubs/TilingData.h', | 258 'stubs/TilingData.h', |
257 'stubs/TraceEvent.h', | 259 'stubs/TraceEvent.h', |
258 'stubs/UnitBezier.h', | 260 'stubs/UnitBezier.h', |
259 ], | 261 ], |
260 }], | 262 }], |
261 ], | 263 ], |
262 }, | 264 }, |
263 ], | 265 ], |
264 } | 266 } |
OLD | NEW |