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

Side by Side Diff: gyp/tools.gyp

Issue 884713007: Move SVG parser files under {include,src}/svg/parser/ (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: 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/svg.gyp ('k') | include/svg/SkSVGAttribute.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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 '<(skia_include_path)/c', 614 '<(skia_include_path)/c',
615 '<(skia_include_path)/config', 615 '<(skia_include_path)/config',
616 '<(skia_include_path)/core', 616 '<(skia_include_path)/core',
617 '<(skia_include_path)/effects', 617 '<(skia_include_path)/effects',
618 '<(skia_include_path)/gpu', 618 '<(skia_include_path)/gpu',
619 '<(skia_include_path)/images', 619 '<(skia_include_path)/images',
620 '<(skia_include_path)/pathops', 620 '<(skia_include_path)/pathops',
621 '<(skia_include_path)/pdf', 621 '<(skia_include_path)/pdf',
622 '<(skia_include_path)/pipe', 622 '<(skia_include_path)/pipe',
623 '<(skia_include_path)/ports', 623 '<(skia_include_path)/ports',
624 '<(skia_include_path)/svg', 624 '<(skia_include_path)/svg/parser',
625 '<(skia_include_path)/utils', 625 '<(skia_include_path)/utils',
626 '<(skia_include_path)/views', 626 '<(skia_include_path)/views',
627 '<(skia_include_path)/xml', 627 '<(skia_include_path)/xml',
628 ], 628 ],
629 'paths_to_ignore': [ 629 'paths_to_ignore': [
630 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 630 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
631 '<(skia_include_path)/ports/SkAtomics_std.h', 631 '<(skia_include_path)/ports/SkAtomics_std.h',
632 '<(skia_include_path)/ports/SkAtomics_atomic.h', 632 '<(skia_include_path)/ports/SkAtomics_atomic.h',
633 '<(skia_include_path)/ports/SkAtomics_sync.h', 633 '<(skia_include_path)/ports/SkAtomics_sync.h',
634 '<(skia_include_path)/ports/SkMutex_pthread.h', 634 '<(skia_include_path)/ports/SkMutex_pthread.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'flags.gyp:flags', 761 'flags.gyp:flags',
762 'skia_lib.gyp:skia_lib', 762 'skia_lib.gyp:skia_lib',
763 'resources', 763 'resources',
764 ], 764 ],
765 }, 765 },
766 ], 766 ],
767 }, 767 },
768 ], 768 ],
769 ], 769 ],
770 } 770 }
OLDNEW
« no previous file with comments | « gyp/svg.gyp ('k') | include/svg/SkSVGAttribute.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698