| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 '../third_party/skia/src/effects/SkEmbossMask.cpp', | 314 '../third_party/skia/src/effects/SkEmbossMask.cpp', |
| 315 '../third_party/skia/src/effects/SkEmbossMask.h', | 315 '../third_party/skia/src/effects/SkEmbossMask.h', |
| 316 '../third_party/skia/src/effects/SkEmbossMask_Table.h', | 316 '../third_party/skia/src/effects/SkEmbossMask_Table.h', |
| 317 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', | 317 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', |
| 318 '../third_party/skia/src/effects/SkGradientShader.cpp', | 318 '../third_party/skia/src/effects/SkGradientShader.cpp', |
| 319 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', | 319 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', |
| 320 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', | 320 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', |
| 321 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', | 321 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', |
| 322 '../third_party/skia/src/effects/SkNWayCanvas.cpp', | 322 '../third_party/skia/src/effects/SkNWayCanvas.cpp', |
| 323 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', | 323 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', |
| 324 '../third_party/skia/src/effects/SkPorterDuff.cpp', | |
| 325 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', | 324 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', |
| 326 '../third_party/skia/src/effects/SkRadialGradient_Table.h', | 325 '../third_party/skia/src/effects/SkRadialGradient_Table.h', |
| 327 '../third_party/skia/src/effects/SkTransparentShader.cpp', | 326 '../third_party/skia/src/effects/SkTransparentShader.cpp', |
| 328 | 327 |
| 329 '../third_party/skia/src/images/bmpdecoderhelper.cpp', | 328 '../third_party/skia/src/images/bmpdecoderhelper.cpp', |
| 330 '../third_party/skia/src/images/bmpdecoderhelper.h', | 329 '../third_party/skia/src/images/bmpdecoderhelper.h', |
| 331 '../third_party/skia/src/images/fpdfemb.h', | 330 '../third_party/skia/src/images/fpdfemb.h', |
| 332 '../third_party/skia/src/images/fpdfemb_ext.h', | 331 '../third_party/skia/src/images/fpdfemb_ext.h', |
| 333 '../third_party/skia/src/images/SkBitmap_RLEPixels.h', | 332 '../third_party/skia/src/images/SkBitmap_RLEPixels.h', |
| 334 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp', | 333 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 'include_dirs': [ | 638 'include_dirs': [ |
| 640 'config', | 639 'config', |
| 641 '../third_party/skia/include/core', | 640 '../third_party/skia/include/core', |
| 642 '../third_party/skia/include/effects', | 641 '../third_party/skia/include/effects', |
| 643 'ext', | 642 'ext', |
| 644 ], | 643 ], |
| 645 }, | 644 }, |
| 646 }, | 645 }, |
| 647 ], | 646 ], |
| 648 } | 647 } |
| OLD | NEW |