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', | 16 'CCActiveGestureAnimation.cpp', |
17 'CCActiveGestureAnimation.h', | 17 'CCActiveGestureAnimation.h', |
| 18 'CCAppendQuadsData.h', |
18 'CCAnimationCurve.cpp', | 19 'CCAnimationCurve.cpp', |
19 'CCAnimationCurve.h', | 20 'CCAnimationCurve.h', |
20 'CCAnimationEvents.h', | 21 'CCAnimationEvents.h', |
21 'CCCheckerboardDrawQuad.cpp', | 22 'CCCheckerboardDrawQuad.cpp', |
22 'CCCheckerboardDrawQuad.h', | 23 'CCCheckerboardDrawQuad.h', |
23 'CCCompletionEvent.h', | 24 'CCCompletionEvent.h', |
24 'CCDamageTracker.cpp', | 25 'CCDamageTracker.cpp', |
25 'CCDamageTracker.h', | 26 'CCDamageTracker.h', |
26 'CCDebugBorderDrawQuad.cpp', | 27 'CCDebugBorderDrawQuad.cpp', |
27 'CCDebugBorderDrawQuad.h', | 28 'CCDebugBorderDrawQuad.h', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'stubs/TilingData.h', | 248 'stubs/TilingData.h', |
248 'stubs/Timer.h', | 249 'stubs/Timer.h', |
249 'stubs/TraceEvent.h', | 250 'stubs/TraceEvent.h', |
250 'stubs/UnitBezier.h', | 251 'stubs/UnitBezier.h', |
251 ], | 252 ], |
252 }], | 253 }], |
253 ], | 254 ], |
254 }, | 255 }, |
255 ], | 256 ], |
256 } | 257 } |
OLD | NEW |