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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 #'../third_party/skia/src/core/SkDrawing.cpp', | 233 #'../third_party/skia/src/core/SkDrawing.cpp', |
234 '../third_party/skia/src/core/SkEdgeBuilder.cpp', | 234 '../third_party/skia/src/core/SkEdgeBuilder.cpp', |
235 '../third_party/skia/src/core/SkEdgeClipper.cpp', | 235 '../third_party/skia/src/core/SkEdgeClipper.cpp', |
236 '../third_party/skia/src/core/SkEdge.cpp', | 236 '../third_party/skia/src/core/SkEdge.cpp', |
237 '../third_party/skia/src/core/SkEdge.h', | 237 '../third_party/skia/src/core/SkEdge.h', |
238 '../third_party/skia/src/core/SkFP.h', | 238 '../third_party/skia/src/core/SkFP.h', |
239 '../third_party/skia/src/core/SkFilterProc.cpp', | 239 '../third_party/skia/src/core/SkFilterProc.cpp', |
240 '../third_party/skia/src/core/SkFilterProc.h', | 240 '../third_party/skia/src/core/SkFilterProc.h', |
241 '../third_party/skia/src/core/SkFlate.cpp', | 241 '../third_party/skia/src/core/SkFlate.cpp', |
242 '../third_party/skia/src/core/SkFlattenable.cpp', | 242 '../third_party/skia/src/core/SkFlattenable.cpp', |
| 243 '../third_party/skia/src/core/SkFlattenableBuffers.cpp', |
243 '../third_party/skia/src/core/SkFloat.cpp', | 244 '../third_party/skia/src/core/SkFloat.cpp', |
244 '../third_party/skia/src/core/SkFloat.h', | 245 '../third_party/skia/src/core/SkFloat.h', |
245 '../third_party/skia/src/core/SkFloatBits.cpp', | 246 '../third_party/skia/src/core/SkFloatBits.cpp', |
246 '../third_party/skia/src/core/SkFontHost.cpp', | 247 '../third_party/skia/src/core/SkFontHost.cpp', |
247 '../third_party/skia/src/core/SkGeometry.cpp', | 248 '../third_party/skia/src/core/SkGeometry.cpp', |
248 '../third_party/skia/src/core/SkGlyphCache.cpp', | 249 '../third_party/skia/src/core/SkGlyphCache.cpp', |
249 '../third_party/skia/src/core/SkGlyphCache.h', | 250 '../third_party/skia/src/core/SkGlyphCache.h', |
250 '../third_party/skia/src/core/SkGraphics.cpp', | 251 '../third_party/skia/src/core/SkGraphics.cpp', |
251 '../third_party/skia/src/core/SkInstCnt.cpp', | 252 '../third_party/skia/src/core/SkInstCnt.cpp', |
252 '../third_party/skia/src/core/SkLineClipper.cpp', | 253 '../third_party/skia/src/core/SkLineClipper.cpp', |
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1340 ], | 1341 ], |
1341 'include_dirs': [ | 1342 'include_dirs': [ |
1342 '..', | 1343 '..', |
1343 ], | 1344 ], |
1344 'sources': [ | 1345 'sources': [ |
1345 'ext/image_operations_bench.cc', | 1346 'ext/image_operations_bench.cc', |
1346 ], | 1347 ], |
1347 }, | 1348 }, |
1348 ], | 1349 ], |
1349 } | 1350 } |
OLD | NEW |