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

Side by Side Diff: gyp/tools.gyp

Issue 839603002: Revert "Remove SkPDFDocument and SkPDFDevice from the public headers." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « gyp/pdf.gypi ('k') | include/pdf/SkPDFDevice.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build various tools. 1 # GYP file to build various tools.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia tools.gyp && make tools 4 # ./gyp_skia tools.gyp && make tools
5 # 5 #
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'variables': { 627 'variables': {
628 'includes_to_test': [ 628 'includes_to_test': [
629 '<(skia_include_path)/animator', 629 '<(skia_include_path)/animator',
630 '<(skia_include_path)/c', 630 '<(skia_include_path)/c',
631 '<(skia_include_path)/config', 631 '<(skia_include_path)/config',
632 '<(skia_include_path)/core', 632 '<(skia_include_path)/core',
633 '<(skia_include_path)/effects', 633 '<(skia_include_path)/effects',
634 '<(skia_include_path)/gpu', 634 '<(skia_include_path)/gpu',
635 '<(skia_include_path)/images', 635 '<(skia_include_path)/images',
636 '<(skia_include_path)/pathops', 636 '<(skia_include_path)/pathops',
637 '<(skia_include_path)/pdf',
637 '<(skia_include_path)/pipe', 638 '<(skia_include_path)/pipe',
638 '<(skia_include_path)/ports', 639 '<(skia_include_path)/ports',
639 '<(skia_include_path)/svg', 640 '<(skia_include_path)/svg',
640 '<(skia_include_path)/utils', 641 '<(skia_include_path)/utils',
641 '<(skia_include_path)/views', 642 '<(skia_include_path)/views',
642 '<(skia_include_path)/xml', 643 '<(skia_include_path)/xml',
643 ], 644 ],
644 'paths_to_ignore': [ 645 'paths_to_ignore': [
645 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 646 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
646 '<(skia_include_path)/ports/SkTypeface_mac.h', 647 '<(skia_include_path)/ports/SkTypeface_mac.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'flags.gyp:flags', 772 'flags.gyp:flags',
772 'skia_lib.gyp:skia_lib', 773 'skia_lib.gyp:skia_lib',
773 'resources', 774 'resources',
774 ], 775 ],
775 }, 776 },
776 ], 777 ],
777 }, 778 },
778 ], 779 ],
779 ], 780 ],
780 } 781 }
OLDNEW
« no previous file with comments | « gyp/pdf.gypi ('k') | include/pdf/SkPDFDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698