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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
541 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', | 541 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', |
542 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', | 542 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', |
543 '../third_party/skia/src/ports/sk_predefined_gamma.h', | 543 '../third_party/skia/src/ports/sk_predefined_gamma.h', |
544 | 544 |
545 '../third_party/skia/src/sfnt/SkOTUtils.cpp', | 545 '../third_party/skia/src/sfnt/SkOTUtils.cpp', |
546 '../third_party/skia/src/sfnt/SkOTUtils.h', | 546 '../third_party/skia/src/sfnt/SkOTUtils.h', |
547 | 547 |
548 '../third_party/skia/include/utils/mac/SkCGUtils.h', | 548 '../third_party/skia/include/utils/mac/SkCGUtils.h', |
549 '../third_party/skia/include/utils/SkDeferredCanvas.h', | 549 '../third_party/skia/include/utils/SkDeferredCanvas.h', |
550 '../third_party/skia/include/utils/SkMatrix44.h', | 550 '../third_party/skia/include/utils/SkMatrix44.h', |
551 '../third_party/skia/include/utils/SkNullCanvas.h', | |
nduca
2012/06/12 17:42:09
Can you make this a separate changelist? I'd like
dmurph
2012/06/14 02:20:13
I contacted him and he added the files, so SkNullC
| |
552 '../third_party/skia/src/utils/SkNullCanvas.cpp', | |
551 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', | 553 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', |
552 '../third_party/skia/src/utils/SkBase64.cpp', | 554 '../third_party/skia/src/utils/SkBase64.cpp', |
553 '../third_party/skia/src/utils/SkBase64.h', | 555 '../third_party/skia/src/utils/SkBase64.h', |
554 '../third_party/skia/src/utils/SkBitSet.cpp', | 556 '../third_party/skia/src/utils/SkBitSet.cpp', |
555 '../third_party/skia/src/utils/SkBitSet.h', | 557 '../third_party/skia/src/utils/SkBitSet.h', |
556 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', | 558 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', |
557 '../third_party/skia/src/utils/SkMatrix44.cpp', | 559 '../third_party/skia/src/utils/SkMatrix44.cpp', |
558 '../third_party/skia/include/utils/SkNWayCanvas.h', | 560 '../third_party/skia/include/utils/SkNWayCanvas.h', |
559 '../third_party/skia/src/utils/SkNWayCanvas.cpp', | 561 '../third_party/skia/src/utils/SkNWayCanvas.cpp', |
560 | 562 |
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1271 ], | 1273 ], |
1272 'include_dirs': [ | 1274 'include_dirs': [ |
1273 '..', | 1275 '..', |
1274 ], | 1276 ], |
1275 'sources': [ | 1277 'sources': [ |
1276 'ext/image_operations_bench.cc', | 1278 'ext/image_operations_bench.cc', |
1277 ], | 1279 ], |
1278 }, | 1280 }, |
1279 ], | 1281 ], |
1280 } | 1282 } |
OLD | NEW |