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

Side by Side Diff: gyp/tools.gyp

Issue 727343002: move SkPDFD*.h from include to src (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 10 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'variables': { 617 'variables': {
618 'includes_to_test': [ 618 'includes_to_test': [
619 '<(skia_include_path)/animator', 619 '<(skia_include_path)/animator',
620 '<(skia_include_path)/c', 620 '<(skia_include_path)/c',
621 '<(skia_include_path)/config', 621 '<(skia_include_path)/config',
622 '<(skia_include_path)/core', 622 '<(skia_include_path)/core',
623 '<(skia_include_path)/effects', 623 '<(skia_include_path)/effects',
624 '<(skia_include_path)/gpu', 624 '<(skia_include_path)/gpu',
625 '<(skia_include_path)/images', 625 '<(skia_include_path)/images',
626 '<(skia_include_path)/pathops', 626 '<(skia_include_path)/pathops',
627 '<(skia_include_path)/pdf',
628 '<(skia_include_path)/pipe', 627 '<(skia_include_path)/pipe',
629 '<(skia_include_path)/ports', 628 '<(skia_include_path)/ports',
630 '<(skia_include_path)/svg/parser', 629 '<(skia_include_path)/svg/parser',
631 '<(skia_include_path)/utils', 630 '<(skia_include_path)/utils',
632 '<(skia_include_path)/views', 631 '<(skia_include_path)/views',
633 '<(skia_include_path)/xml', 632 '<(skia_include_path)/xml',
634 ], 633 ],
635 'paths_to_ignore': [ 634 'paths_to_ignore': [
636 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 635 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
637 '<(skia_include_path)/ports/SkAtomics_std.h', 636 '<(skia_include_path)/ports/SkAtomics_std.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'flags.gyp:flags', 766 'flags.gyp:flags',
768 'skia_lib.gyp:skia_lib', 767 'skia_lib.gyp:skia_lib',
769 'resources', 768 'resources',
770 ], 769 ],
771 }, 770 },
772 ], 771 ],
773 }, 772 },
774 ], 773 ],
775 ], 774 ],
776 } 775 }
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