| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'skia', | 8 'target_name': 'skia', |
| 9 'type': '<(component)', | 9 'type': '<(component)', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 '../third_party/skia/src/core/SkTSearch.cpp', | 309 '../third_party/skia/src/core/SkTSearch.cpp', |
| 310 '../third_party/skia/src/core/SkTSort.h', | 310 '../third_party/skia/src/core/SkTSort.h', |
| 311 '../third_party/skia/src/core/SkTemplatesPriv.h', | 311 '../third_party/skia/src/core/SkTemplatesPriv.h', |
| 312 '../third_party/skia/src/core/SkTypeface.cpp', | 312 '../third_party/skia/src/core/SkTypeface.cpp', |
| 313 '../third_party/skia/src/core/SkTypefaceCache.cpp', | 313 '../third_party/skia/src/core/SkTypefaceCache.cpp', |
| 314 '../third_party/skia/src/core/SkUnPreMultiply.cpp', | 314 '../third_party/skia/src/core/SkUnPreMultiply.cpp', |
| 315 '../third_party/skia/src/core/SkUtils.cpp', | 315 '../third_party/skia/src/core/SkUtils.cpp', |
| 316 '../third_party/skia/src/core/SkWriter32.cpp', | 316 '../third_party/skia/src/core/SkWriter32.cpp', |
| 317 '../third_party/skia/src/core/SkXfermode.cpp', | 317 '../third_party/skia/src/core/SkXfermode.cpp', |
| 318 | 318 |
| 319 '../third_party/skia/src/pipe/SkGPipeRead.cpp', |
| 320 '../third_party/skia/src/pipe/SkGPipeWrite.cpp', |
| 321 |
| 319 '../third_party/skia/src/effects/Sk1DPathEffect.cpp', | 322 '../third_party/skia/src/effects/Sk1DPathEffect.cpp', |
| 320 '../third_party/skia/src/effects/Sk2DPathEffect.cpp', | 323 '../third_party/skia/src/effects/Sk2DPathEffect.cpp', |
| 321 '../third_party/skia/src/effects/SkAvoidXfermode.cpp', | 324 '../third_party/skia/src/effects/SkAvoidXfermode.cpp', |
| 322 '../third_party/skia/src/effects/SkBitmapCache.cpp', | 325 '../third_party/skia/src/effects/SkBitmapCache.cpp', |
| 323 '../third_party/skia/src/effects/SkBitmapCache.h', | 326 '../third_party/skia/src/effects/SkBitmapCache.h', |
| 324 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', | 327 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', |
| 325 '../third_party/skia/src/effects/SkBlurImageFilter.cpp', | 328 '../third_party/skia/src/effects/SkBlurImageFilter.cpp', |
| 326 '../third_party/skia/src/effects/SkBlurMask.cpp', | 329 '../third_party/skia/src/effects/SkBlurMask.cpp', |
| 327 '../third_party/skia/src/effects/SkBlurMask.h', | 330 '../third_party/skia/src/effects/SkBlurMask.h', |
| 328 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', | 331 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 'ext/vector_platform_device_emf_win.cc', | 758 'ext/vector_platform_device_emf_win.cc', |
| 756 'ext/vector_platform_device_emf_win.h', | 759 'ext/vector_platform_device_emf_win.h', |
| 757 'ext/vector_platform_device_skia.cc', | 760 'ext/vector_platform_device_skia.cc', |
| 758 'ext/vector_platform_device_skia.h', | 761 'ext/vector_platform_device_skia.h', |
| 759 ], | 762 ], |
| 760 'include_dirs': [ | 763 'include_dirs': [ |
| 761 '..', | 764 '..', |
| 762 'config', | 765 'config', |
| 763 '../third_party/skia/include/config', | 766 '../third_party/skia/include/config', |
| 764 '../third_party/skia/include/core', | 767 '../third_party/skia/include/core', |
| 768 '../third_party/skia/include/pipe', |
| 765 '../third_party/skia/include/effects', | 769 '../third_party/skia/include/effects', |
| 766 '../third_party/skia/include/gpu', | 770 '../third_party/skia/include/gpu', |
| 767 '../third_party/skia/include/gpu/gl', | 771 '../third_party/skia/include/gpu/gl', |
| 768 '../third_party/skia/include/images', | 772 '../third_party/skia/include/images', |
| 769 '../third_party/skia/include/pdf', | 773 '../third_party/skia/include/pdf', |
| 770 '../third_party/skia/include/ports', | 774 '../third_party/skia/include/ports', |
| 771 '../third_party/skia/include/utils', | 775 '../third_party/skia/include/utils', |
| 772 '../third_party/skia/src/core', | 776 '../third_party/skia/src/core', |
| 773 '../third_party/skia/src/gpu', | 777 '../third_party/skia/src/gpu', |
| 774 '../third_party/skia/src/sfnt', | 778 '../third_party/skia/src/sfnt', |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1270 ], | 1274 ], |
| 1271 'include_dirs': [ | 1275 'include_dirs': [ |
| 1272 '..', | 1276 '..', |
| 1273 ], | 1277 ], |
| 1274 'sources': [ | 1278 'sources': [ |
| 1275 'ext/image_operations_bench.cc', | 1279 'ext/image_operations_bench.cc', |
| 1276 ], | 1280 ], |
| 1277 }, | 1281 }, |
| 1278 ], | 1282 ], |
| 1279 } | 1283 } |
| OLD | NEW |