| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'CCRenderPassDrawQuad.h', | 94 'CCRenderPassDrawQuad.h', |
| 95 'CCRenderPassSink.h', | 95 'CCRenderPassSink.h', |
| 96 'CCRenderSurface.cpp', | 96 'CCRenderSurface.cpp', |
| 97 'CCRenderSurface.h', | 97 'CCRenderSurface.h', |
| 98 'CCRenderSurfaceFilters.cpp', | 98 'CCRenderSurfaceFilters.cpp', |
| 99 'CCRenderSurfaceFilters.h', | 99 'CCRenderSurfaceFilters.h', |
| 100 'CCRenderer.cpp', | 100 'CCRenderer.cpp', |
| 101 'CCRenderer.h', | 101 'CCRenderer.h', |
| 102 'CCRendererGL.cpp', | 102 'CCRendererGL.cpp', |
| 103 'CCRendererGL.h', | 103 'CCRendererGL.h', |
| 104 'CCRendererSoftware.cpp', |
| 105 'CCRendererSoftware.h', |
| 104 'CCRenderingStats.h', | 106 'CCRenderingStats.h', |
| 105 'CCResourceProvider.cpp', | 107 'CCResourceProvider.cpp', |
| 106 'CCResourceProvider.h', | 108 'CCResourceProvider.h', |
| 107 'CCScheduler.cpp', | 109 'CCScheduler.cpp', |
| 108 'CCScheduler.h', | 110 'CCScheduler.h', |
| 109 'CCSchedulerStateMachine.cpp', | 111 'CCSchedulerStateMachine.cpp', |
| 110 'CCSchedulerStateMachine.h', | 112 'CCSchedulerStateMachine.h', |
| 111 'CCScopedTexture.cpp', | 113 'CCScopedTexture.cpp', |
| 112 'CCScopedTexture.h', | 114 'CCScopedTexture.h', |
| 113 'CCScopedThreadProxy.cpp', | 115 'CCScopedThreadProxy.cpp', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'stubs/SkiaUtils.h', | 265 'stubs/SkiaUtils.h', |
| 264 'stubs/TilingData.h', | 266 'stubs/TilingData.h', |
| 265 'stubs/TraceEvent.h', | 267 'stubs/TraceEvent.h', |
| 266 'stubs/UnitBezier.h', | 268 'stubs/UnitBezier.h', |
| 267 ], | 269 ], |
| 268 }], | 270 }], |
| 269 ], | 271 ], |
| 270 }, | 272 }, |
| 271 ], | 273 ], |
| 272 } | 274 } |
| OLD | NEW |