Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: skia/skia.gyp

Issue 6499024: Connect Skia PDF backend to printing subsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add zlib dep to gyp and remove MOZ_Z prefix per crrev.com/74975 Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « skia/ext/vector_platform_device_skia.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 '../third_party/skia/src/core/SkDraw.cpp', 318 '../third_party/skia/src/core/SkDraw.cpp',
319 '../third_party/skia/src/core/SkDrawProcs.h', 319 '../third_party/skia/src/core/SkDrawProcs.h',
320 #'../third_party/skia/src/core/SkDrawing.cpp', 320 #'../third_party/skia/src/core/SkDrawing.cpp',
321 '../third_party/skia/src/core/SkEdgeBuilder.cpp', 321 '../third_party/skia/src/core/SkEdgeBuilder.cpp',
322 '../third_party/skia/src/core/SkEdgeClipper.cpp', 322 '../third_party/skia/src/core/SkEdgeClipper.cpp',
323 '../third_party/skia/src/core/SkEdge.cpp', 323 '../third_party/skia/src/core/SkEdge.cpp',
324 '../third_party/skia/src/core/SkEdge.h', 324 '../third_party/skia/src/core/SkEdge.h',
325 '../third_party/skia/src/core/SkFP.h', 325 '../third_party/skia/src/core/SkFP.h',
326 '../third_party/skia/src/core/SkFilterProc.cpp', 326 '../third_party/skia/src/core/SkFilterProc.cpp',
327 '../third_party/skia/src/core/SkFilterProc.h', 327 '../third_party/skia/src/core/SkFilterProc.h',
328 '../third_party/skia/src/core/SkFlate.cpp',
328 '../third_party/skia/src/core/SkFlattenable.cpp', 329 '../third_party/skia/src/core/SkFlattenable.cpp',
329 '../third_party/skia/src/core/SkFloat.cpp', 330 '../third_party/skia/src/core/SkFloat.cpp',
330 '../third_party/skia/src/core/SkFloat.h', 331 '../third_party/skia/src/core/SkFloat.h',
331 '../third_party/skia/src/core/SkFloatBits.cpp', 332 '../third_party/skia/src/core/SkFloatBits.cpp',
332 '../third_party/skia/src/core/SkGeometry.cpp', 333 '../third_party/skia/src/core/SkGeometry.cpp',
333 '../third_party/skia/src/core/SkGlobals.cpp', 334 '../third_party/skia/src/core/SkGlobals.cpp',
334 '../third_party/skia/src/core/SkGlyphCache.cpp', 335 '../third_party/skia/src/core/SkGlyphCache.cpp',
335 '../third_party/skia/src/core/SkGlyphCache.h', 336 '../third_party/skia/src/core/SkGlyphCache.h',
336 '../third_party/skia/src/core/SkGraphics.cpp', 337 '../third_party/skia/src/core/SkGraphics.cpp',
337 '../third_party/skia/src/core/SkLineClipper.cpp', 338 '../third_party/skia/src/core/SkLineClipper.cpp',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 #'../third_party/skia/src/images/SkImageRefPool.cpp', 456 #'../third_party/skia/src/images/SkImageRefPool.cpp',
456 #'../third_party/skia/src/images/SkImageRefPool.h', 457 #'../third_party/skia/src/images/SkImageRefPool.h',
457 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp', 458 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp',
458 #'../third_party/skia/src/images/SkMovie.cpp', 459 #'../third_party/skia/src/images/SkMovie.cpp',
459 #'../third_party/skia/src/images/SkMovie_gif.cpp', 460 #'../third_party/skia/src/images/SkMovie_gif.cpp',
460 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 461 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
461 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 462 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
462 463
463 '../third_party/skia/src/opts/opts_check_SSE2.cpp', 464 '../third_party/skia/src/opts/opts_check_SSE2.cpp',
464 465
466 '../third_party/skia/src/pdf/SkPDFCatalog.cpp',
467 '../third_party/skia/src/pdf/SkPDFDevice.cpp',
468 '../third_party/skia/src/pdf/SkPDFDocument.cpp',
469 '../third_party/skia/src/pdf/SkPDFFont.cpp',
470 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp',
471 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp',
472 '../third_party/skia/src/pdf/SkPDFImage.cpp',
473 '../third_party/skia/src/pdf/SkPDFPage.cpp',
474 '../third_party/skia/src/pdf/SkPDFShader.cpp',
475 '../third_party/skia/src/pdf/SkPDFStream.cpp',
476 '../third_party/skia/src/pdf/SkPDFTypes.cpp',
477 '../third_party/skia/src/pdf/SkPDFUtils.cpp',
478
465 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', 479 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp',
466 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 480 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
467 #'../third_party/skia/src/ports/SkFontHost_android.cpp', 481 #'../third_party/skia/src/ports/SkFontHost_android.cpp',
468 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', 482 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
469 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 483 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
470 #'../third_party/skia/src/ports/SkFontHost_gamma.cpp', 484 #'../third_party/skia/src/ports/SkFontHost_gamma.cpp',
471 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 485 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
472 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', 486 #'../third_party/skia/src/ports/SkFontHost_linux.cpp',
473 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 487 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
474 #'../third_party/skia/src/ports/SkFontHost_none.cpp', 488 #'../third_party/skia/src/ports/SkFontHost_none.cpp',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 '../third_party/skia/include/core/SkDescriptor.h', 528 '../third_party/skia/include/core/SkDescriptor.h',
515 '../third_party/skia/include/core/SkDevice.h', 529 '../third_party/skia/include/core/SkDevice.h',
516 '../third_party/skia/include/core/SkDither.h', 530 '../third_party/skia/include/core/SkDither.h',
517 '../third_party/skia/include/core/SkDraw.h', 531 '../third_party/skia/include/core/SkDraw.h',
518 '../third_party/skia/include/core/SkDrawFilter.h', 532 '../third_party/skia/include/core/SkDrawFilter.h',
519 '../third_party/skia/include/core/SkDrawLooper.h', 533 '../third_party/skia/include/core/SkDrawLooper.h',
520 #'../third_party/skia/include/core/SkDrawing.h', 534 #'../third_party/skia/include/core/SkDrawing.h',
521 '../third_party/skia/include/core/SkEndian.h', 535 '../third_party/skia/include/core/SkEndian.h',
522 '../third_party/skia/include/core/SkFDot6.h', 536 '../third_party/skia/include/core/SkFDot6.h',
523 '../third_party/skia/include/core/SkFixed.h', 537 '../third_party/skia/include/core/SkFixed.h',
538 '../third_party/skia/include/core/SkFlate.h',
524 '../third_party/skia/include/core/SkFlattenable.h', 539 '../third_party/skia/include/core/SkFlattenable.h',
525 '../third_party/skia/include/core/SkFloatBits.h', 540 '../third_party/skia/include/core/SkFloatBits.h',
526 '../third_party/skia/include/core/SkFloatingPoint.h', 541 '../third_party/skia/include/core/SkFloatingPoint.h',
527 '../third_party/skia/include/core/SkFontHost.h', 542 '../third_party/skia/include/core/SkFontHost.h',
528 '../third_party/skia/include/core/SkGeometry.h', 543 '../third_party/skia/include/core/SkGeometry.h',
529 '../third_party/skia/include/core/SkGlobals.h', 544 '../third_party/skia/include/core/SkGlobals.h',
530 '../third_party/skia/include/core/SkGraphics.h', 545 '../third_party/skia/include/core/SkGraphics.h',
531 '../third_party/skia/include/core/SkMMapStream.h', 546 '../third_party/skia/include/core/SkMMapStream.h',
532 '../third_party/skia/include/core/SkMallocPixelRef.h', 547 '../third_party/skia/include/core/SkMallocPixelRef.h',
533 '../third_party/skia/include/core/SkMask.h', 548 '../third_party/skia/include/core/SkMask.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 613 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
599 '../third_party/skia/include/effects/SkPorterDuff.h', 614 '../third_party/skia/include/effects/SkPorterDuff.h',
600 '../third_party/skia/include/effects/SkTransparentShader.h', 615 '../third_party/skia/include/effects/SkTransparentShader.h',
601 616
602 '../third_party/skia/include/gpu/SkGpuCanvas.h', 617 '../third_party/skia/include/gpu/SkGpuCanvas.h',
603 '../third_party/skia/include/gpu/SkGpuDevice.h', 618 '../third_party/skia/include/gpu/SkGpuDevice.h',
604 '../third_party/skia/include/gpu/SkGpuDeviceFactory.h', 619 '../third_party/skia/include/gpu/SkGpuDeviceFactory.h',
605 '../third_party/skia/include/gpu/SkGr.h', 620 '../third_party/skia/include/gpu/SkGr.h',
606 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', 621 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h',
607 622
623 '../third_party/skia/include/pdf/SkPDFCatalog.h',
624 '../third_party/skia/include/pdf/SkPDFDevice.h',
625 '../third_party/skia/include/pdf/SkPDFDocument.h',
626 '../third_party/skia/include/pdf/SkPDFFont.h',
627 '../third_party/skia/include/pdf/SkPDFFormXObject.h',
628 '../third_party/skia/include/pdf/SkPDFGraphicState.h',
629 '../third_party/skia/include/pdf/SkPDFImage.h',
630 '../third_party/skia/include/pdf/SkPDFPage.h',
631 '../third_party/skia/include/pdf/SkPDFShader.h',
632 '../third_party/skia/include/pdf/SkPDFStream.h',
633 '../third_party/skia/include/pdf/SkPDFTypes.h',
634 '../third_party/skia/include/pdf/SkPDFUtils.h',
635
608 '../third_party/skia/include/ports/SkStream_Win.h', 636 '../third_party/skia/include/ports/SkStream_Win.h',
609 '../third_party/skia/include/ports/SkTypeface_win.h', 637 '../third_party/skia/include/ports/SkTypeface_win.h',
610 638
611 '../third_party/skia/include/images/SkFlipPixelRef.h', 639 '../third_party/skia/include/images/SkFlipPixelRef.h',
612 '../third_party/skia/include/images/SkImageDecoder.h', 640 '../third_party/skia/include/images/SkImageDecoder.h',
613 '../third_party/skia/include/images/SkImageEncoder.h', 641 '../third_party/skia/include/images/SkImageEncoder.h',
614 '../third_party/skia/include/images/SkImageRef.h', 642 '../third_party/skia/include/images/SkImageRef.h',
615 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 643 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
616 '../third_party/skia/include/images/SkMovie.h', 644 '../third_party/skia/include/images/SkMovie.h',
617 '../third_party/skia/include/images/SkPageFlipper.h', 645 '../third_party/skia/include/images/SkPageFlipper.h',
(...skipping 29 matching lines...) Expand all
647 'ext/skia_utils_mac.mm', 675 'ext/skia_utils_mac.mm',
648 'ext/skia_utils_mac.h', 676 'ext/skia_utils_mac.h',
649 'ext/skia_utils_win.cc', 677 'ext/skia_utils_win.cc',
650 'ext/skia_utils_win.h', 678 'ext/skia_utils_win.h',
651 'ext/vector_canvas.cc', 679 'ext/vector_canvas.cc',
652 'ext/vector_canvas.h', 680 'ext/vector_canvas.h',
653 'ext/vector_platform_device_cairo_linux.cc', 681 'ext/vector_platform_device_cairo_linux.cc',
654 'ext/vector_platform_device_cairo_linux.h', 682 'ext/vector_platform_device_cairo_linux.h',
655 'ext/vector_platform_device_emf_win.cc', 683 'ext/vector_platform_device_emf_win.cc',
656 'ext/vector_platform_device_emf_win.h', 684 'ext/vector_platform_device_emf_win.h',
685 'ext/vector_platform_device_skia.cc',
686 'ext/vector_platform_device_skia.h',
657 ], 687 ],
658 'include_dirs': [ 688 'include_dirs': [
659 '..', 689 '..',
660 'config', 690 'config',
661 '../third_party/skia/include/config', 691 '../third_party/skia/include/config',
662 '../third_party/skia/include/core', 692 '../third_party/skia/include/core',
663 '../third_party/skia/include/effects', 693 '../third_party/skia/include/effects',
664 '../third_party/skia/include/gpu', 694 '../third_party/skia/include/gpu',
665 '../third_party/skia/include/images', 695 '../third_party/skia/include/images',
696 '../third_party/skia/include/pdf',
666 '../third_party/skia/include/ports', 697 '../third_party/skia/include/ports',
667 '../third_party/skia/include/utils', 698 '../third_party/skia/include/utils',
668 '../third_party/skia/gpu/include', 699 '../third_party/skia/gpu/include',
669 '../third_party/skia/gpu/src', 700 '../third_party/skia/gpu/src',
670 '../third_party/skia/src/core', 701 '../third_party/skia/src/core',
671 ], 702 ],
672 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], 703 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
673 'mac_framework_dirs': [ 704 'mac_framework_dirs': [
674 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks', 705 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks',
675 ], 706 ],
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 '../third_party/skia/src/core/SkFontHost.cpp', 776 '../third_party/skia/src/core/SkFontHost.cpp',
746 ], 777 ],
747 'defines': [ 778 'defines': [
748 'SK_SUPPORT_LCDTEXT', 779 'SK_SUPPORT_LCDTEXT',
749 ], 780 ],
750 }], 781 }],
751 [ 'OS == "mac"', { 782 [ 'OS == "mac"', {
752 'defines': [ 783 'defines': [
753 'SK_BUILD_FOR_MAC', 784 'SK_BUILD_FOR_MAC',
754 ], 785 ],
786 'sources/': [
787 ['exclude', '/pdf/'],
788 ['exclude', 'ext/vector_platform_device_skia\\.(cc|h)'],
789 ],
755 'include_dirs': [ 790 'include_dirs': [
756 '../third_party/skia/include/utils/mac', 791 '../third_party/skia/include/utils/mac',
757 ], 792 ],
758 'link_settings': { 793 'link_settings': {
759 'libraries': [ 794 'libraries': [
760 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 795 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
761 ], 796 ],
762 }, 797 },
763 }], 798 }],
764 [ 'OS == "win"', { 799 [ 'OS == "win"', {
(...skipping 23 matching lines...) Expand all
788 ], 823 ],
789 'direct_dependent_settings': { 824 'direct_dependent_settings': {
790 'defines': [ 825 'defines': [
791 'GR_DLL', 826 'GR_DLL',
792 'SKIA_DLL', 827 'SKIA_DLL',
793 ], 828 ],
794 }, 829 },
795 },], 830 },],
796 ], 831 ],
797 'dependencies': [ 832 'dependencies': [
798 'skia_opts' 833 'skia_opts',
834 '../third_party/zlib/zlib.gyp:zlib',
799 ], 835 ],
800 'direct_dependent_settings': { 836 'direct_dependent_settings': {
801 'include_dirs': [ 837 'include_dirs': [
802 'config', 838 'config',
803 '../third_party/skia/include/config', 839 '../third_party/skia/include/config',
804 '../third_party/skia/include/core', 840 '../third_party/skia/include/core',
805 '../third_party/skia/include/effects', 841 '../third_party/skia/include/effects',
842 '../third_party/skia/include/pdf',
806 '../third_party/skia/include/gpu', 843 '../third_party/skia/include/gpu',
807 '../third_party/skia/include/ports', 844 '../third_party/skia/include/ports',
808 '../third_party/skia/gpu/include', 845 '../third_party/skia/gpu/include',
809 'ext', 846 'ext',
810 ], 847 ],
811 'mac_framework_dirs': [ 848 'mac_framework_dirs': [
812 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks', 849 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks',
813 ], 850 ],
814 'defines': [ 851 'defines': [
815 'SK_BUILD_NO_IMAGE_ENCODE', 852 'SK_BUILD_NO_IMAGE_ENCODE',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 ], 941 ],
905 }, 942 },
906 ], 943 ],
907 } 944 }
908 945
909 # Local Variables: 946 # Local Variables:
910 # tab-width:2 947 # tab-width:2
911 # indent-tabs-mode:nil 948 # indent-tabs-mode:nil
912 # End: 949 # End:
913 # vim: set expandtab tabstop=2 shiftwidth=2: 950 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « skia/ext/vector_platform_device_skia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698