| 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', |
| 11 'BitmapCanvasLayerTextureUpdater.h', | 11 'BitmapCanvasLayerTextureUpdater.h', |
| 12 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', | 12 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', |
| 13 'BitmapSkPictureCanvasLayerTextureUpdater.h', | 13 'BitmapSkPictureCanvasLayerTextureUpdater.h', |
| 14 'CCActiveAnimation.cpp', | 14 'CCActiveAnimation.cpp', |
| 15 'CCActiveAnimation.h', | 15 'CCActiveAnimation.h', |
| 16 'CCActiveGestureAnimation.cpp', | |
| 17 'CCActiveGestureAnimation.h', | |
| 18 'CCAppendQuadsData.h', | 16 'CCAppendQuadsData.h', |
| 19 'CCAnimationCurve.cpp', | 17 'CCAnimationCurve.cpp', |
| 20 'CCAnimationCurve.h', | 18 'CCAnimationCurve.h', |
| 21 'CCAnimationEvents.h', | 19 'CCAnimationEvents.h', |
| 22 'CCCheckerboardDrawQuad.cpp', | 20 'CCCheckerboardDrawQuad.cpp', |
| 23 'CCCheckerboardDrawQuad.h', | 21 'CCCheckerboardDrawQuad.h', |
| 24 'CCCompletionEvent.h', | 22 'CCCompletionEvent.h', |
| 25 'CCDamageTracker.cpp', | 23 'CCDamageTracker.cpp', |
| 26 'CCDamageTracker.h', | 24 'CCDamageTracker.h', |
| 27 'CCDebugBorderDrawQuad.cpp', | 25 'CCDebugBorderDrawQuad.cpp', |
| 28 'CCDebugBorderDrawQuad.h', | 26 'CCDebugBorderDrawQuad.h', |
| 29 'CCDebugRectHistory.cpp', | 27 'CCDebugRectHistory.cpp', |
| 30 'CCDebugRectHistory.h', | 28 'CCDebugRectHistory.h', |
| 31 'CCDelayBasedTimeSource.cpp', | 29 'CCDelayBasedTimeSource.cpp', |
| 32 'CCDelayBasedTimeSource.h', | 30 'CCDelayBasedTimeSource.h', |
| 33 'CCDirectRenderer.cpp', | 31 'CCDirectRenderer.cpp', |
| 34 'CCDirectRenderer.h', | 32 'CCDirectRenderer.h', |
| 35 'CCDrawQuad.cpp', | 33 'CCDrawQuad.cpp', |
| 36 'CCDrawQuad.h', | 34 'CCDrawQuad.h', |
| 37 'CCFontAtlas.cpp', | 35 'CCFontAtlas.cpp', |
| 38 'CCFontAtlas.h', | 36 'CCFontAtlas.h', |
| 39 'CCFrameRateController.cpp', | 37 'CCFrameRateController.cpp', |
| 40 'CCFrameRateController.h', | 38 'CCFrameRateController.h', |
| 41 'CCFrameRateCounter.cpp', | 39 'CCFrameRateCounter.cpp', |
| 42 'CCFrameRateCounter.h', | 40 'CCFrameRateCounter.h', |
| 43 'CCGestureCurve.h', | |
| 44 'CCGraphicsContext.h', | 41 'CCGraphicsContext.h', |
| 45 'CCHeadsUpDisplayLayerImpl.cpp', | 42 'CCHeadsUpDisplayLayerImpl.cpp', |
| 46 'CCHeadsUpDisplayLayerImpl.h', | 43 'CCHeadsUpDisplayLayerImpl.h', |
| 47 'CCIOSurfaceDrawQuad.cpp', | 44 'CCIOSurfaceDrawQuad.cpp', |
| 48 'CCIOSurfaceDrawQuad.h', | 45 'CCIOSurfaceDrawQuad.h', |
| 49 'CCIOSurfaceLayerImpl.cpp', | 46 'CCIOSurfaceLayerImpl.cpp', |
| 50 'CCIOSurfaceLayerImpl.h', | 47 'CCIOSurfaceLayerImpl.h', |
| 51 'CCInputHandler.h', | 48 'CCInputHandler.h', |
| 52 'CCKeyframedAnimationCurve.cpp', | 49 'CCKeyframedAnimationCurve.cpp', |
| 53 'CCKeyframedAnimationCurve.h', | 50 'CCKeyframedAnimationCurve.h', |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 'stubs/TextStream.h', | 252 'stubs/TextStream.h', |
| 256 'stubs/TilingData.h', | 253 'stubs/TilingData.h', |
| 257 'stubs/TraceEvent.h', | 254 'stubs/TraceEvent.h', |
| 258 'stubs/UnitBezier.h', | 255 'stubs/UnitBezier.h', |
| 259 ], | 256 ], |
| 260 }], | 257 }], |
| 261 ], | 258 ], |
| 262 }, | 259 }, |
| 263 ], | 260 ], |
| 264 } | 261 } |
| OLD | NEW |