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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 '../third_party/skia/src/pdf/SkPDFShader.cpp', | 81 '../third_party/skia/src/pdf/SkPDFShader.cpp', |
82 '../third_party/skia/src/pdf/SkPDFShader.h', | 82 '../third_party/skia/src/pdf/SkPDFShader.h', |
83 '../third_party/skia/src/pdf/SkPDFStream.cpp', | 83 '../third_party/skia/src/pdf/SkPDFStream.cpp', |
84 '../third_party/skia/src/pdf/SkPDFStream.h', | 84 '../third_party/skia/src/pdf/SkPDFStream.h', |
85 '../third_party/skia/src/pdf/SkPDFTypes.cpp', | 85 '../third_party/skia/src/pdf/SkPDFTypes.cpp', |
86 '../third_party/skia/src/pdf/SkPDFTypes.h', | 86 '../third_party/skia/src/pdf/SkPDFTypes.h', |
87 '../third_party/skia/src/pdf/SkPDFUtils.cpp', | 87 '../third_party/skia/src/pdf/SkPDFUtils.cpp', |
88 '../third_party/skia/src/pdf/SkPDFUtils.h', | 88 '../third_party/skia/src/pdf/SkPDFUtils.h', |
89 | 89 |
90 '../third_party/skia/src/ports/FontHostConfiguration_android.cpp', | 90 '../third_party/skia/src/ports/FontHostConfiguration_android.cpp', |
91 '../third_party/skia/src/ports/SkFontDescriptor.cpp', | |
92 '../third_party/skia/src/ports/SkFontDescriptor.h', | |
93 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', | 91 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', |
94 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 92 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
95 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', | 93 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', |
96 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', | 94 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', |
97 '../third_party/skia/src/ports/SkFontHost_android.cpp', | 95 '../third_party/skia/src/ports/SkFontHost_android.cpp', |
98 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', | 96 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', |
99 '../third_party/skia/src/ports/SkFontHost_tables.cpp', | 97 '../third_party/skia/src/ports/SkFontHost_tables.cpp', |
100 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', | 98 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', |
101 '../third_party/skia/src/ports/SkFontHost_mac.cpp', | 99 '../third_party/skia/src/ports/SkFontHost_mac.cpp', |
102 #'../third_party/skia/src/ports/SkFontHost_none.cpp', | 100 #'../third_party/skia/src/ports/SkFontHost_none.cpp', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 'sources': [ | 832 'sources': [ |
835 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 833 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
836 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 834 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
837 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 835 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
838 ], | 836 ], |
839 }, | 837 }, |
840 ], | 838 ], |
841 }], | 839 }], |
842 ], | 840 ], |
843 } | 841 } |
OLD | NEW |