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 'hash_pair.h', | 10 'hash_pair.h', |
11 'own_ptr_vector.h', | 11 'own_ptr_vector.h', |
12 'scoped_ptr_hash_map.h', | 12 'scoped_ptr_hash_map.h', |
13 'scoped_ptr_vector.h', | 13 'scoped_ptr_vector.h', |
14 'BitmapCanvasLayerTextureUpdater.cpp', | 14 'BitmapCanvasLayerTextureUpdater.cpp', |
15 'BitmapCanvasLayerTextureUpdater.h', | 15 'BitmapCanvasLayerTextureUpdater.h', |
16 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', | 16 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', |
17 'BitmapSkPictureCanvasLayerTextureUpdater.h', | 17 'BitmapSkPictureCanvasLayerTextureUpdater.h', |
| 18 'caching_bitmap_canvas_layer_texture_updater.cc', |
| 19 'caching_bitmap_canvas_layer_texture_updater.h', |
18 'CCActiveAnimation.cpp', | 20 'CCActiveAnimation.cpp', |
19 'CCActiveAnimation.h', | 21 'CCActiveAnimation.h', |
20 'CCAppendQuadsData.h', | 22 'CCAppendQuadsData.h', |
21 'CCAnimationCurve.cpp', | 23 'CCAnimationCurve.cpp', |
22 'CCAnimationCurve.h', | 24 'CCAnimationCurve.h', |
23 'CCAnimationEvents.h', | 25 'CCAnimationEvents.h', |
24 'CCCheckerboardDrawQuad.cpp', | 26 'CCCheckerboardDrawQuad.cpp', |
25 'CCCheckerboardDrawQuad.h', | 27 'CCCheckerboardDrawQuad.h', |
26 'CCCompletionEvent.h', | 28 'CCCompletionEvent.h', |
27 'CCDamageTracker.cpp', | 29 'CCDamageTracker.cpp', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'stubs/SkiaUtils.h', | 271 'stubs/SkiaUtils.h', |
270 'stubs/TilingData.h', | 272 'stubs/TilingData.h', |
271 'stubs/TraceEvent.h', | 273 'stubs/TraceEvent.h', |
272 'stubs/UnitBezier.h', | 274 'stubs/UnitBezier.h', |
273 ], | 275 ], |
274 }], | 276 }], |
275 ], | 277 ], |
276 }, | 278 }, |
277 ], | 279 ], |
278 } | 280 } |
OLD | NEW |