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 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', | 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 '../third_party/skia/src/core/SkEdge.cpp', | 324 '../third_party/skia/src/core/SkEdge.cpp', |
325 '../third_party/skia/src/core/SkEdge.h', | 325 '../third_party/skia/src/core/SkEdge.h', |
326 '../third_party/skia/src/core/SkFP.h', | 326 '../third_party/skia/src/core/SkFP.h', |
327 '../third_party/skia/src/core/SkFilterProc.cpp', | 327 '../third_party/skia/src/core/SkFilterProc.cpp', |
328 '../third_party/skia/src/core/SkFilterProc.h', | 328 '../third_party/skia/src/core/SkFilterProc.h', |
329 '../third_party/skia/src/core/SkFlate.cpp', | 329 '../third_party/skia/src/core/SkFlate.cpp', |
330 '../third_party/skia/src/core/SkFlattenable.cpp', | 330 '../third_party/skia/src/core/SkFlattenable.cpp', |
331 '../third_party/skia/src/core/SkFloat.cpp', | 331 '../third_party/skia/src/core/SkFloat.cpp', |
332 '../third_party/skia/src/core/SkFloat.h', | 332 '../third_party/skia/src/core/SkFloat.h', |
333 '../third_party/skia/src/core/SkFloatBits.cpp', | 333 '../third_party/skia/src/core/SkFloatBits.cpp', |
| 334 '../third_party/skia/src/core/SkFontHost.cpp', |
334 '../third_party/skia/src/core/SkGeometry.cpp', | 335 '../third_party/skia/src/core/SkGeometry.cpp', |
335 '../third_party/skia/src/core/SkGlobals.cpp', | 336 '../third_party/skia/src/core/SkGlobals.cpp', |
336 '../third_party/skia/src/core/SkGlyphCache.cpp', | 337 '../third_party/skia/src/core/SkGlyphCache.cpp', |
337 '../third_party/skia/src/core/SkGlyphCache.h', | 338 '../third_party/skia/src/core/SkGlyphCache.h', |
338 '../third_party/skia/src/core/SkGraphics.cpp', | 339 '../third_party/skia/src/core/SkGraphics.cpp', |
339 '../third_party/skia/src/core/SkLineClipper.cpp', | 340 '../third_party/skia/src/core/SkLineClipper.cpp', |
340 '../third_party/skia/src/core/SkMMapStream.cpp', | 341 '../third_party/skia/src/core/SkMMapStream.cpp', |
341 '../third_party/skia/src/core/SkMallocPixelRef.cpp', | 342 '../third_party/skia/src/core/SkMallocPixelRef.cpp', |
342 '../third_party/skia/src/core/SkMask.cpp', | 343 '../third_party/skia/src/core/SkMask.cpp', |
343 '../third_party/skia/src/core/SkMaskFilter.cpp', | 344 '../third_party/skia/src/core/SkMaskFilter.cpp', |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
769 ], | 770 ], |
770 'cflags': [ | 771 'cflags': [ |
771 '-Wno-unused', | 772 '-Wno-unused', |
772 '-Wno-unused-function', | 773 '-Wno-unused-function', |
773 ], | 774 ], |
774 'sources': [ | 775 'sources': [ |
775 'ext/SkFontHost_fontconfig.cpp', | 776 'ext/SkFontHost_fontconfig.cpp', |
776 'ext/SkFontHost_fontconfig_direct.cpp', | 777 'ext/SkFontHost_fontconfig_direct.cpp', |
777 '../third_party/skia/src/core/SkBlitter_ARGB32_Subpixel.cpp', | 778 '../third_party/skia/src/core/SkBlitter_ARGB32_Subpixel.cpp', |
778 '../third_party/skia/src/ports/SkFontHost_FreeType_Subpixel.cpp', | 779 '../third_party/skia/src/ports/SkFontHost_FreeType_Subpixel.cpp', |
779 '../third_party/skia/src/core/SkFontHost.cpp', | |
780 ], | 780 ], |
781 'defines': [ | 781 'defines': [ |
782 'SK_SUPPORT_LCDTEXT', | 782 'SK_SUPPORT_LCDTEXT', |
783 ], | 783 ], |
784 }], | 784 }], |
785 [ 'OS == "mac"', { | 785 [ 'OS == "mac"', { |
786 'defines': [ | 786 'defines': [ |
787 'SK_BUILD_FOR_MAC', | 787 'SK_BUILD_FOR_MAC', |
788 ], | 788 ], |
789 'sources/': [ | 789 'sources/': [ |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 ], | 944 ], |
945 }, | 945 }, |
946 ], | 946 ], |
947 } | 947 } |
948 | 948 |
949 # Local Variables: | 949 # Local Variables: |
950 # tab-width:2 | 950 # tab-width:2 |
951 # indent-tabs-mode:nil | 951 # indent-tabs-mode:nil |
952 # End: | 952 # End: |
953 # vim: set expandtab tabstop=2 shiftwidth=2: | 953 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |