| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 6 'includes': [ |
| 7 '../build/common.gypi', | 7 '../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 '../third_party/skia/src/core/SkStrokerPriv.cpp', | 290 '../third_party/skia/src/core/SkStrokerPriv.cpp', |
| 291 '../third_party/skia/src/core/SkStrokerPriv.h', | 291 '../third_party/skia/src/core/SkStrokerPriv.h', |
| 292 '../third_party/skia/src/core/SkTSearch.cpp', | 292 '../third_party/skia/src/core/SkTSearch.cpp', |
| 293 '../third_party/skia/src/core/SkTSort.h', | 293 '../third_party/skia/src/core/SkTSort.h', |
| 294 '../third_party/skia/src/core/SkTemplatesPriv.h', | 294 '../third_party/skia/src/core/SkTemplatesPriv.h', |
| 295 '../third_party/skia/src/core/SkTypeface.cpp', | 295 '../third_party/skia/src/core/SkTypeface.cpp', |
| 296 '../third_party/skia/src/core/SkUnPreMultiply.cpp', | 296 '../third_party/skia/src/core/SkUnPreMultiply.cpp', |
| 297 '../third_party/skia/src/core/SkUtils.cpp', | 297 '../third_party/skia/src/core/SkUtils.cpp', |
| 298 '../third_party/skia/src/core/SkWriter32.cpp', | 298 '../third_party/skia/src/core/SkWriter32.cpp', |
| 299 '../third_party/skia/src/core/SkXfermode.cpp', | 299 '../third_party/skia/src/core/SkXfermode.cpp', |
| 300 '../third_party/skia/src/core/core_files.mk', | |
| 301 | 300 |
| 302 '../third_party/skia/src/effects/Sk1DPathEffect.cpp', | 301 '../third_party/skia/src/effects/Sk1DPathEffect.cpp', |
| 303 '../third_party/skia/src/effects/Sk2DPathEffect.cpp', | 302 '../third_party/skia/src/effects/Sk2DPathEffect.cpp', |
| 304 '../third_party/skia/src/effects/SkAvoidXfermode.cpp', | 303 '../third_party/skia/src/effects/SkAvoidXfermode.cpp', |
| 305 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', | 304 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', |
| 306 '../third_party/skia/src/effects/SkBlurMask.cpp', | 305 '../third_party/skia/src/effects/SkBlurMask.cpp', |
| 307 '../third_party/skia/src/effects/SkBlurMask.h', | 306 '../third_party/skia/src/effects/SkBlurMask.h', |
| 308 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', | 307 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', |
| 309 '../third_party/skia/src/effects/SkColorFilters.cpp', | 308 '../third_party/skia/src/effects/SkColorFilters.cpp', |
| 310 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp', | 309 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp', |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'include_dirs': [ | 622 'include_dirs': [ |
| 624 'config', | 623 'config', |
| 625 '../third_party/skia/include/core', | 624 '../third_party/skia/include/core', |
| 626 '../third_party/skia/include/effects', | 625 '../third_party/skia/include/effects', |
| 627 'ext', | 626 'ext', |
| 628 ], | 627 ], |
| 629 }, | 628 }, |
| 630 }, | 629 }, |
| 631 ], | 630 ], |
| 632 } | 631 } |
| OLD | NEW |