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 'cc_source_files': [ | 7 'cc_source_files': [ |
8 'hash_pair.h', | 8 'hash_pair.h', |
9 'scoped_ptr_hash_map.h', | 9 'scoped_ptr_hash_map.h', |
10 'scoped_ptr_vector.h', | 10 'scoped_ptr_vector.h', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 'stubs/IntPoint.h', | 348 'stubs/IntPoint.h', |
349 'stubs/IntRect.h', | 349 'stubs/IntRect.h', |
350 'stubs/IntSize.h', | 350 'stubs/IntSize.h', |
351 'stubs/NotImplemented.h', | 351 'stubs/NotImplemented.h', |
352 'stubs/Region.h', | 352 'stubs/Region.h', |
353 'stubs/SkiaUtils.h', | 353 'stubs/SkiaUtils.h', |
354 'stubs/TilingData.h', | 354 'stubs/TilingData.h', |
355 'stubs/TraceEvent.h', | 355 'stubs/TraceEvent.h', |
356 'stubs/UnitBezier.h', | 356 'stubs/UnitBezier.h', |
357 | 357 |
| 358 'stubs/config.h' |
358 'stubs/extensions_3d_chromium.h', | 359 'stubs/extensions_3d_chromium.h', |
359 'stubs/extensions_3d.h', | 360 'stubs/extensions_3d.h', |
360 'stubs/float_point_3d.h', | 361 'stubs/float_point_3d.h', |
361 'stubs/float_point.h', | 362 'stubs/float_point.h', |
362 'stubs/float_quad.h', | 363 'stubs/float_quad.h', |
363 'stubs/float_rect.h', | 364 'stubs/float_rect.h', |
364 'stubs/float_size.h', | 365 'stubs/float_size.h', |
365 'stubs/graphics_context_3d.h', | 366 'stubs/graphics_context_3d.h', |
366 'stubs/graphics_types_3d.h', | 367 'stubs/graphics_types_3d.h', |
367 'stubs/int_point.h', | 368 'stubs/int_point.h', |
368 'stubs/int_rect.h', | 369 'stubs/int_rect.h', |
369 'stubs/int_size.h', | 370 'stubs/int_size.h', |
370 'stubs/not_implemented.h', | 371 'stubs/not_implemented.h', |
371 'stubs/skia_utils.h', | 372 'stubs/skia_utils.h', |
372 'stubs/tiling_data.h', | 373 'stubs/tiling_data.h', |
373 'stubs/trace_event.h', | 374 'stubs/trace_event.h', |
374 'stubs/unit_bezier.h', | 375 'stubs/unit_bezier.h', |
375 ], | 376 ], |
376 }, | 377 }, |
377 ], | 378 ], |
378 } | 379 } |
OLD | NEW |