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

Side by Side Diff: gyp/tools.gyp

Issue 731173002: Revert "move SkPDFD*.h from include to src" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'variables': { 634 'variables': {
635 'includes_to_test': [ 635 'includes_to_test': [
636 '<(skia_include_path)/animator', 636 '<(skia_include_path)/animator',
637 '<(skia_include_path)/c', 637 '<(skia_include_path)/c',
638 '<(skia_include_path)/config', 638 '<(skia_include_path)/config',
639 '<(skia_include_path)/core', 639 '<(skia_include_path)/core',
640 '<(skia_include_path)/effects', 640 '<(skia_include_path)/effects',
641 '<(skia_include_path)/gpu', 641 '<(skia_include_path)/gpu',
642 '<(skia_include_path)/images', 642 '<(skia_include_path)/images',
643 '<(skia_include_path)/pathops', 643 '<(skia_include_path)/pathops',
644 '<(skia_include_path)/pdf',
644 '<(skia_include_path)/pipe', 645 '<(skia_include_path)/pipe',
645 '<(skia_include_path)/ports', 646 '<(skia_include_path)/ports',
646 '<(skia_include_path)/svg', 647 '<(skia_include_path)/svg',
647 '<(skia_include_path)/utils', 648 '<(skia_include_path)/utils',
648 '<(skia_include_path)/views', 649 '<(skia_include_path)/views',
649 '<(skia_include_path)/xml', 650 '<(skia_include_path)/xml',
650 ], 651 ],
651 'paths_to_ignore': [ 652 'paths_to_ignore': [
652 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 653 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
653 '<(skia_include_path)/ports/SkTypeface_mac.h', 654 '<(skia_include_path)/ports/SkTypeface_mac.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'flags.gyp:flags', 779 'flags.gyp:flags',
779 'skia_lib.gyp:skia_lib', 780 'skia_lib.gyp:skia_lib',
780 'resources', 781 'resources',
781 ], 782 ],
782 }, 783 },
783 ], 784 ],
784 }, 785 },
785 ], 786 ],
786 ], 787 ],
787 } 788 }
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