| 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 'BitmapCanvasLayerTextureUpdater.cpp', | 11 'BitmapCanvasLayerTextureUpdater.cpp', |
| 11 'BitmapCanvasLayerTextureUpdater.h', | 12 'BitmapCanvasLayerTextureUpdater.h', |
| 12 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', | 13 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', |
| 13 'BitmapSkPictureCanvasLayerTextureUpdater.h', | 14 'BitmapSkPictureCanvasLayerTextureUpdater.h', |
| 14 'CCActiveAnimation.cpp', | 15 'CCActiveAnimation.cpp', |
| 15 'CCActiveAnimation.h', | 16 'CCActiveAnimation.h', |
| 16 'CCAppendQuadsData.h', | 17 'CCAppendQuadsData.h', |
| 17 'CCAnimationCurve.cpp', | 18 'CCAnimationCurve.cpp', |
| 18 'CCAnimationCurve.h', | 19 'CCAnimationCurve.h', |
| 19 'CCAnimationEvents.h', | 20 'CCAnimationEvents.h', |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'stubs/SkiaUtils.h', | 264 'stubs/SkiaUtils.h', |
| 264 'stubs/TilingData.h', | 265 'stubs/TilingData.h', |
| 265 'stubs/TraceEvent.h', | 266 'stubs/TraceEvent.h', |
| 266 'stubs/UnitBezier.h', | 267 'stubs/UnitBezier.h', |
| 267 ], | 268 ], |
| 268 }], | 269 }], |
| 269 ], | 270 ], |
| 270 }, | 271 }, |
| 271 ], | 272 ], |
| 272 } | 273 } |
| OLD | NEW |