| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'stubs/FloatRect.h', | 242 'stubs/FloatRect.h', |
| 243 'stubs/FloatSize.h', | 243 'stubs/FloatSize.h', |
| 244 'stubs/GraphicsContext3D.h', | 244 'stubs/GraphicsContext3D.h', |
| 245 'stubs/GraphicsTypes3D.h', | 245 'stubs/GraphicsTypes3D.h', |
| 246 'stubs/IntPoint.h', | 246 'stubs/IntPoint.h', |
| 247 'stubs/IntRect.h', | 247 'stubs/IntRect.h', |
| 248 'stubs/IntSize.h', | 248 'stubs/IntSize.h', |
| 249 'stubs/NotImplemented.h', | 249 'stubs/NotImplemented.h', |
| 250 'stubs/Region.h', | 250 'stubs/Region.h', |
| 251 'stubs/SkiaUtils.h', | 251 'stubs/SkiaUtils.h', |
| 252 'stubs/TextStream.h', | |
| 253 'stubs/TilingData.h', | 252 'stubs/TilingData.h', |
| 254 'stubs/TraceEvent.h', | 253 'stubs/TraceEvent.h', |
| 255 'stubs/UnitBezier.h', | 254 'stubs/UnitBezier.h', |
| 256 ], | 255 ], |
| 257 }], | 256 }], |
| 258 ], | 257 ], |
| 259 }, | 258 }, |
| 260 ], | 259 ], |
| 261 } | 260 } |
| OLD | NEW |