| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 '../third_party/skia/src/core/SkRegionPriv.h', | 272 '../third_party/skia/src/core/SkRegionPriv.h', |
| 273 '../third_party/skia/src/core/SkRegion_path.cpp', | 273 '../third_party/skia/src/core/SkRegion_path.cpp', |
| 274 '../third_party/skia/src/core/SkScalerContext.cpp', | 274 '../third_party/skia/src/core/SkScalerContext.cpp', |
| 275 '../third_party/skia/src/core/SkScan.cpp', | 275 '../third_party/skia/src/core/SkScan.cpp', |
| 276 '../third_party/skia/src/core/SkScanPriv.h', | 276 '../third_party/skia/src/core/SkScanPriv.h', |
| 277 '../third_party/skia/src/core/SkScan_AntiPath.cpp', | 277 '../third_party/skia/src/core/SkScan_AntiPath.cpp', |
| 278 '../third_party/skia/src/core/SkScan_Antihair.cpp', | 278 '../third_party/skia/src/core/SkScan_Antihair.cpp', |
| 279 '../third_party/skia/src/core/SkScan_Hairline.cpp', | 279 '../third_party/skia/src/core/SkScan_Hairline.cpp', |
| 280 '../third_party/skia/src/core/SkScan_Path.cpp', | 280 '../third_party/skia/src/core/SkScan_Path.cpp', |
| 281 '../third_party/skia/src/core/SkShader.cpp', | 281 '../third_party/skia/src/core/SkShader.cpp', |
| 282 '../third_party/skia/src/core/SkShape.cpp', |
| 282 '../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp', | 283 '../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp', |
| 283 '../third_party/skia/src/core/SkSpriteBlitter_RGB16.cpp', | 284 '../third_party/skia/src/core/SkSpriteBlitter_RGB16.cpp', |
| 284 '../third_party/skia/src/core/SkSinTable.h', | 285 '../third_party/skia/src/core/SkSinTable.h', |
| 285 '../third_party/skia/src/core/SkSpriteBlitter.h', | 286 '../third_party/skia/src/core/SkSpriteBlitter.h', |
| 286 '../third_party/skia/src/core/SkSpriteBlitterTemplate.h', | 287 '../third_party/skia/src/core/SkSpriteBlitterTemplate.h', |
| 287 '../third_party/skia/src/core/SkStream.cpp', | 288 '../third_party/skia/src/core/SkStream.cpp', |
| 288 '../third_party/skia/src/core/SkString.cpp', | 289 '../third_party/skia/src/core/SkString.cpp', |
| 289 '../third_party/skia/src/core/SkStroke.cpp', | 290 '../third_party/skia/src/core/SkStroke.cpp', |
| 290 '../third_party/skia/src/core/SkStrokerPriv.cpp', | 291 '../third_party/skia/src/core/SkStrokerPriv.cpp', |
| 291 '../third_party/skia/src/core/SkStrokerPriv.h', | 292 '../third_party/skia/src/core/SkStrokerPriv.h', |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'include_dirs': [ | 623 'include_dirs': [ |
| 623 'config', | 624 'config', |
| 624 '../third_party/skia/include/core', | 625 '../third_party/skia/include/core', |
| 625 '../third_party/skia/include/effects', | 626 '../third_party/skia/include/effects', |
| 626 'ext', | 627 'ext', |
| 627 ], | 628 ], |
| 628 }, | 629 }, |
| 629 }, | 630 }, |
| 630 ], | 631 ], |
| 631 } | 632 } |
| OLD | NEW |