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

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: Rebase to 80514 (but needs Skia rev >= 1059) 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
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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 '../third_party/skia/src/core/SkDraw.cpp', 316 '../third_party/skia/src/core/SkDraw.cpp',
317 '../third_party/skia/src/core/SkDrawProcs.h', 317 '../third_party/skia/src/core/SkDrawProcs.h',
318 #'../third_party/skia/src/core/SkDrawing.cpp', 318 #'../third_party/skia/src/core/SkDrawing.cpp',
319 '../third_party/skia/src/core/SkEdgeBuilder.cpp', 319 '../third_party/skia/src/core/SkEdgeBuilder.cpp',
320 '../third_party/skia/src/core/SkEdgeClipper.cpp', 320 '../third_party/skia/src/core/SkEdgeClipper.cpp',
321 '../third_party/skia/src/core/SkEdge.cpp', 321 '../third_party/skia/src/core/SkEdge.cpp',
322 '../third_party/skia/src/core/SkEdge.h', 322 '../third_party/skia/src/core/SkEdge.h',
323 '../third_party/skia/src/core/SkFP.h', 323 '../third_party/skia/src/core/SkFP.h',
324 '../third_party/skia/src/core/SkFilterProc.cpp', 324 '../third_party/skia/src/core/SkFilterProc.cpp',
325 '../third_party/skia/src/core/SkFilterProc.h', 325 '../third_party/skia/src/core/SkFilterProc.h',
326 '../third_party/skia/src/core/SkFlate.cpp',
326 '../third_party/skia/src/core/SkFlattenable.cpp', 327 '../third_party/skia/src/core/SkFlattenable.cpp',
327 '../third_party/skia/src/core/SkFloat.cpp', 328 '../third_party/skia/src/core/SkFloat.cpp',
328 '../third_party/skia/src/core/SkFloat.h', 329 '../third_party/skia/src/core/SkFloat.h',
329 '../third_party/skia/src/core/SkFloatBits.cpp', 330 '../third_party/skia/src/core/SkFloatBits.cpp',
330 '../third_party/skia/src/core/SkGeometry.cpp', 331 '../third_party/skia/src/core/SkGeometry.cpp',
331 '../third_party/skia/src/core/SkGlobals.cpp', 332 '../third_party/skia/src/core/SkGlobals.cpp',
332 '../third_party/skia/src/core/SkGlyphCache.cpp', 333 '../third_party/skia/src/core/SkGlyphCache.cpp',
333 '../third_party/skia/src/core/SkGlyphCache.h', 334 '../third_party/skia/src/core/SkGlyphCache.h',
334 '../third_party/skia/src/core/SkGraphics.cpp', 335 '../third_party/skia/src/core/SkGraphics.cpp',
335 '../third_party/skia/src/core/SkLineClipper.cpp', 336 '../third_party/skia/src/core/SkLineClipper.cpp',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 #'../third_party/skia/src/images/SkImageRefPool.cpp', 454 #'../third_party/skia/src/images/SkImageRefPool.cpp',
454 #'../third_party/skia/src/images/SkImageRefPool.h', 455 #'../third_party/skia/src/images/SkImageRefPool.h',
455 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp', 456 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp',
456 #'../third_party/skia/src/images/SkMovie.cpp', 457 #'../third_party/skia/src/images/SkMovie.cpp',
457 #'../third_party/skia/src/images/SkMovie_gif.cpp', 458 #'../third_party/skia/src/images/SkMovie_gif.cpp',
458 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 459 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
459 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 460 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
460 461
461 '../third_party/skia/src/opts/opts_check_SSE2.cpp', 462 '../third_party/skia/src/opts/opts_check_SSE2.cpp',
462 463
464 '../third_party/skia/src/pdf/SkPDFCatalog.cpp',
465 '../third_party/skia/src/pdf/SkPDFDevice.cpp',
466 '../third_party/skia/src/pdf/SkPDFDocument.cpp',
467 '../third_party/skia/src/pdf/SkPDFFont.cpp',
468 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp',
469 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp',
470 '../third_party/skia/src/pdf/SkPDFImage.cpp',
471 '../third_party/skia/src/pdf/SkPDFPage.cpp',
472 '../third_party/skia/src/pdf/SkPDFShader.cpp',
473 '../third_party/skia/src/pdf/SkPDFStream.cpp',
474 '../third_party/skia/src/pdf/SkPDFTypes.cpp',
475 '../third_party/skia/src/pdf/SkPDFUtils.cpp',
476
463 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', 477 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp',
464 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 478 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
465 #'../third_party/skia/src/ports/SkFontHost_android.cpp', 479 #'../third_party/skia/src/ports/SkFontHost_android.cpp',
466 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', 480 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
467 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 481 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
468 #'../third_party/skia/src/ports/SkFontHost_gamma.cpp', 482 #'../third_party/skia/src/ports/SkFontHost_gamma.cpp',
469 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 483 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
470 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', 484 #'../third_party/skia/src/ports/SkFontHost_linux.cpp',
471 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 485 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
472 #'../third_party/skia/src/ports/SkFontHost_none.cpp', 486 #'../third_party/skia/src/ports/SkFontHost_none.cpp',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 '../third_party/skia/include/core/SkDescriptor.h', 526 '../third_party/skia/include/core/SkDescriptor.h',
513 '../third_party/skia/include/core/SkDevice.h', 527 '../third_party/skia/include/core/SkDevice.h',
514 '../third_party/skia/include/core/SkDither.h', 528 '../third_party/skia/include/core/SkDither.h',
515 '../third_party/skia/include/core/SkDraw.h', 529 '../third_party/skia/include/core/SkDraw.h',
516 '../third_party/skia/include/core/SkDrawFilter.h', 530 '../third_party/skia/include/core/SkDrawFilter.h',
517 '../third_party/skia/include/core/SkDrawLooper.h', 531 '../third_party/skia/include/core/SkDrawLooper.h',
518 #'../third_party/skia/include/core/SkDrawing.h', 532 #'../third_party/skia/include/core/SkDrawing.h',
519 '../third_party/skia/include/core/SkEndian.h', 533 '../third_party/skia/include/core/SkEndian.h',
520 '../third_party/skia/include/core/SkFDot6.h', 534 '../third_party/skia/include/core/SkFDot6.h',
521 '../third_party/skia/include/core/SkFixed.h', 535 '../third_party/skia/include/core/SkFixed.h',
536 '../third_party/skia/include/core/SkFlate.h',
522 '../third_party/skia/include/core/SkFlattenable.h', 537 '../third_party/skia/include/core/SkFlattenable.h',
523 '../third_party/skia/include/core/SkFloatBits.h', 538 '../third_party/skia/include/core/SkFloatBits.h',
524 '../third_party/skia/include/core/SkFloatingPoint.h', 539 '../third_party/skia/include/core/SkFloatingPoint.h',
525 '../third_party/skia/include/core/SkFontHost.h', 540 '../third_party/skia/include/core/SkFontHost.h',
526 '../third_party/skia/include/core/SkGeometry.h', 541 '../third_party/skia/include/core/SkGeometry.h',
527 '../third_party/skia/include/core/SkGlobals.h', 542 '../third_party/skia/include/core/SkGlobals.h',
528 '../third_party/skia/include/core/SkGraphics.h', 543 '../third_party/skia/include/core/SkGraphics.h',
529 '../third_party/skia/include/core/SkMMapStream.h', 544 '../third_party/skia/include/core/SkMMapStream.h',
530 '../third_party/skia/include/core/SkMallocPixelRef.h', 545 '../third_party/skia/include/core/SkMallocPixelRef.h',
531 '../third_party/skia/include/core/SkMask.h', 546 '../third_party/skia/include/core/SkMask.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 611 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
597 '../third_party/skia/include/effects/SkPorterDuff.h', 612 '../third_party/skia/include/effects/SkPorterDuff.h',
598 '../third_party/skia/include/effects/SkTransparentShader.h', 613 '../third_party/skia/include/effects/SkTransparentShader.h',
599 614
600 '../third_party/skia/include/gpu/SkGpuCanvas.h', 615 '../third_party/skia/include/gpu/SkGpuCanvas.h',
601 '../third_party/skia/include/gpu/SkGpuDevice.h', 616 '../third_party/skia/include/gpu/SkGpuDevice.h',
602 '../third_party/skia/include/gpu/SkGpuDeviceFactory.h', 617 '../third_party/skia/include/gpu/SkGpuDeviceFactory.h',
603 '../third_party/skia/include/gpu/SkGr.h', 618 '../third_party/skia/include/gpu/SkGr.h',
604 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', 619 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h',
605 620
621 '../third_party/skia/include/pdf/SkPDFCatalog.h',
622 '../third_party/skia/include/pdf/SkPDFDevice.h',
623 '../third_party/skia/include/pdf/SkPDFDocument.h',
624 '../third_party/skia/include/pdf/SkPDFFont.h',
625 '../third_party/skia/include/pdf/SkPDFFormXObject.h',
626 '../third_party/skia/include/pdf/SkPDFGraphicState.h',
627 '../third_party/skia/include/pdf/SkPDFImage.h',
628 '../third_party/skia/include/pdf/SkPDFPage.h',
629 '../third_party/skia/include/pdf/SkPDFShader.h',
630 '../third_party/skia/include/pdf/SkPDFStream.h',
631 '../third_party/skia/include/pdf/SkPDFTypes.h',
632 '../third_party/skia/include/pdf/SkPDFUtils.h',
633
606 '../third_party/skia/include/ports/SkStream_Win.h', 634 '../third_party/skia/include/ports/SkStream_Win.h',
607 '../third_party/skia/include/ports/SkTypeface_win.h', 635 '../third_party/skia/include/ports/SkTypeface_win.h',
608 636
609 '../third_party/skia/include/images/SkFlipPixelRef.h', 637 '../third_party/skia/include/images/SkFlipPixelRef.h',
610 '../third_party/skia/include/images/SkImageDecoder.h', 638 '../third_party/skia/include/images/SkImageDecoder.h',
611 '../third_party/skia/include/images/SkImageEncoder.h', 639 '../third_party/skia/include/images/SkImageEncoder.h',
612 '../third_party/skia/include/images/SkImageRef.h', 640 '../third_party/skia/include/images/SkImageRef.h',
613 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 641 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
614 '../third_party/skia/include/images/SkMovie.h', 642 '../third_party/skia/include/images/SkMovie.h',
615 '../third_party/skia/include/images/SkPageFlipper.h', 643 '../third_party/skia/include/images/SkPageFlipper.h',
(...skipping 29 matching lines...) Expand all
645 'ext/skia_utils_mac.mm', 673 'ext/skia_utils_mac.mm',
646 'ext/skia_utils_mac.h', 674 'ext/skia_utils_mac.h',
647 'ext/skia_utils_win.cc', 675 'ext/skia_utils_win.cc',
648 'ext/skia_utils_win.h', 676 'ext/skia_utils_win.h',
649 'ext/vector_canvas.cc', 677 'ext/vector_canvas.cc',
650 'ext/vector_canvas.h', 678 'ext/vector_canvas.h',
651 'ext/vector_platform_device_cairo_linux.cc', 679 'ext/vector_platform_device_cairo_linux.cc',
652 'ext/vector_platform_device_cairo_linux.h', 680 'ext/vector_platform_device_cairo_linux.h',
653 'ext/vector_platform_device_emf_win.cc', 681 'ext/vector_platform_device_emf_win.cc',
654 'ext/vector_platform_device_emf_win.h', 682 'ext/vector_platform_device_emf_win.h',
683 'ext/vector_platform_device_skia.cc',
684 'ext/vector_platform_device_skia.h',
655 ], 685 ],
656 'include_dirs': [ 686 'include_dirs': [
657 '..', 687 '..',
658 'config', 688 'config',
659 '../third_party/skia/include/config', 689 '../third_party/skia/include/config',
660 '../third_party/skia/include/core', 690 '../third_party/skia/include/core',
661 '../third_party/skia/include/effects', 691 '../third_party/skia/include/effects',
662 '../third_party/skia/include/gpu', 692 '../third_party/skia/include/gpu',
663 '../third_party/skia/include/images', 693 '../third_party/skia/include/images',
694 '../third_party/skia/include/pdf',
664 '../third_party/skia/include/ports', 695 '../third_party/skia/include/ports',
665 '../third_party/skia/include/utils', 696 '../third_party/skia/include/utils',
666 '../third_party/skia/gpu/include', 697 '../third_party/skia/gpu/include',
667 '../third_party/skia/gpu/src', 698 '../third_party/skia/gpu/src',
668 '../third_party/skia/src/core', 699 '../third_party/skia/src/core',
669 700
670 '../gpu', 701 '../gpu',
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': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 '../third_party/skia/src/core/SkFontHost.cpp', 777 '../third_party/skia/src/core/SkFontHost.cpp',
747 ], 778 ],
748 'defines': [ 779 'defines': [
749 'SK_SUPPORT_LCDTEXT', 780 'SK_SUPPORT_LCDTEXT',
750 ], 781 ],
751 }], 782 }],
752 [ 'OS == "mac"', { 783 [ 'OS == "mac"', {
753 'defines': [ 784 'defines': [
754 'SK_BUILD_FOR_MAC', 785 'SK_BUILD_FOR_MAC',
755 ], 786 ],
787 'sources/': [
788 ['exclude', '/pdf/'],
789 ['exclude', 'ext/vector_platform_device_skia\\.(cc|h)'],
790 ],
756 'include_dirs': [ 791 'include_dirs': [
757 '../third_party/skia/include/utils/mac', 792 '../third_party/skia/include/utils/mac',
758 ], 793 ],
759 'link_settings': { 794 'link_settings': {
760 'libraries': [ 795 'libraries': [
761 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 796 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
762 ], 797 ],
763 }, 798 },
764 }], 799 }],
765 [ 'OS == "win"', { 800 [ 'OS == "win"', {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 ], 836 ],
802 'dependencies': [ 837 'dependencies': [
803 'skia_opts' 838 'skia_opts'
804 ], 839 ],
805 'direct_dependent_settings': { 840 'direct_dependent_settings': {
806 'include_dirs': [ 841 'include_dirs': [
807 'config', 842 'config',
808 '../third_party/skia/include/config', 843 '../third_party/skia/include/config',
809 '../third_party/skia/include/core', 844 '../third_party/skia/include/core',
810 '../third_party/skia/include/effects', 845 '../third_party/skia/include/effects',
846 '../third_party/skia/include/pdf',
811 '../third_party/skia/include/gpu', 847 '../third_party/skia/include/gpu',
812 '../third_party/skia/include/ports', 848 '../third_party/skia/include/ports',
813 '../third_party/skia/gpu/include', 849 '../third_party/skia/gpu/include',
814 'ext', 850 'ext',
815 ], 851 ],
816 'mac_framework_dirs': [ 852 'mac_framework_dirs': [
817 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks', 853 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks',
818 ], 854 ],
819 'defines': [ 855 'defines': [
820 'SK_BUILD_NO_IMAGE_ENCODE', 856 'SK_BUILD_NO_IMAGE_ENCODE',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 ], 945 ],
910 }, 946 },
911 ], 947 ],
912 } 948 }
913 949
914 # Local Variables: 950 # Local Variables:
915 # tab-width:2 951 # tab-width:2
916 # indent-tabs-mode:nil 952 # indent-tabs-mode:nil
917 # End: 953 # End:
918 # vim: set expandtab tabstop=2 shiftwidth=2: 954 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« skia/ext/vector_platform_device_skia.cc ('K') | « 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