OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'sources': [ | 10 'sources': [ |
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 '../third_party/skia/include/pdf/SkPDFFont.h', | 651 '../third_party/skia/include/pdf/SkPDFFont.h', |
652 '../third_party/skia/include/pdf/SkPDFFormXObject.h', | 652 '../third_party/skia/include/pdf/SkPDFFormXObject.h', |
653 '../third_party/skia/include/pdf/SkPDFGraphicState.h', | 653 '../third_party/skia/include/pdf/SkPDFGraphicState.h', |
654 '../third_party/skia/include/pdf/SkPDFImage.h', | 654 '../third_party/skia/include/pdf/SkPDFImage.h', |
655 '../third_party/skia/include/pdf/SkPDFPage.h', | 655 '../third_party/skia/include/pdf/SkPDFPage.h', |
656 '../third_party/skia/include/pdf/SkPDFShader.h', | 656 '../third_party/skia/include/pdf/SkPDFShader.h', |
657 '../third_party/skia/include/pdf/SkPDFStream.h', | 657 '../third_party/skia/include/pdf/SkPDFStream.h', |
658 '../third_party/skia/include/pdf/SkPDFTypes.h', | 658 '../third_party/skia/include/pdf/SkPDFTypes.h', |
659 '../third_party/skia/include/pdf/SkPDFUtils.h', | 659 '../third_party/skia/include/pdf/SkPDFUtils.h', |
660 | 660 |
| 661 '../third_party/skia/include/ports/SkSandbox_win.h', |
661 '../third_party/skia/include/ports/SkStream_Win.h', | 662 '../third_party/skia/include/ports/SkStream_Win.h', |
662 '../third_party/skia/include/ports/SkTypeface_win.h', | 663 '../third_party/skia/include/ports/SkTypeface_win.h', |
663 | 664 |
664 '../third_party/skia/include/images/SkFlipPixelRef.h', | 665 '../third_party/skia/include/images/SkFlipPixelRef.h', |
665 '../third_party/skia/include/images/SkImageDecoder.h', | 666 '../third_party/skia/include/images/SkImageDecoder.h', |
666 '../third_party/skia/include/images/SkImageEncoder.h', | 667 '../third_party/skia/include/images/SkImageEncoder.h', |
667 '../third_party/skia/include/images/SkImageRef.h', | 668 '../third_party/skia/include/images/SkImageRef.h', |
668 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', | 669 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', |
669 '../third_party/skia/include/images/SkMovie.h', | 670 '../third_party/skia/include/images/SkMovie.h', |
670 '../third_party/skia/include/images/SkPageFlipper.h', | 671 '../third_party/skia/include/images/SkPageFlipper.h', |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1114 ], | 1115 ], |
1115 'include_dirs': [ | 1116 'include_dirs': [ |
1116 '..', | 1117 '..', |
1117 ], | 1118 ], |
1118 'sources': [ | 1119 'sources': [ |
1119 'ext/image_operations_bench.cc', | 1120 'ext/image_operations_bench.cc', |
1120 ], | 1121 ], |
1121 }, | 1122 }, |
1122 ], | 1123 ], |
1123 } | 1124 } |
OLD | NEW |