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

Side by Side Diff: gyp/tools.gyp

Issue 722343002: Cleanup the XML directory in public includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix ios the right way 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/ports.gyp ('k') | gyp/utils.gyp » ('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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 '<(skia_include_path)/utils/SkWGL.h', 659 '<(skia_include_path)/utils/SkWGL.h',
660 '<(skia_include_path)/views/animated', 660 '<(skia_include_path)/views/animated',
661 '<(skia_include_path)/views/SkOSWindow_Android.h', 661 '<(skia_include_path)/views/SkOSWindow_Android.h',
662 '<(skia_include_path)/views/SkOSWindow_iOS.h', 662 '<(skia_include_path)/views/SkOSWindow_iOS.h',
663 '<(skia_include_path)/views/SkOSWindow_Mac.h', 663 '<(skia_include_path)/views/SkOSWindow_Mac.h',
664 '<(skia_include_path)/views/SkOSWindow_NaCl.h', 664 '<(skia_include_path)/views/SkOSWindow_NaCl.h',
665 '<(skia_include_path)/views/SkOSWindow_SDL.h', 665 '<(skia_include_path)/views/SkOSWindow_SDL.h',
666 '<(skia_include_path)/views/SkOSWindow_Unix.h', 666 '<(skia_include_path)/views/SkOSWindow_Unix.h',
667 '<(skia_include_path)/views/SkOSWindow_Win.h', 667 '<(skia_include_path)/views/SkOSWindow_Win.h',
668 '<(skia_include_path)/views/SkWindow.h', 668 '<(skia_include_path)/views/SkWindow.h',
669 '<(skia_include_path)/xml/SkJS.h',
670 ], 669 ],
671 }, 670 },
672 'include_dirs': [ 671 'include_dirs': [
673 '<@(includes_to_test)', 672 '<@(includes_to_test)',
674 ], 673 ],
675 'sources': [ 674 'sources': [
676 # unused_param_test.cpp is generated by the action below. 675 # unused_param_test.cpp is generated by the action below.
677 '<(INTERMEDIATE_DIR)/test_public_includes.cpp', 676 '<(INTERMEDIATE_DIR)/test_public_includes.cpp',
678 ], 677 ],
679 'actions': [ 678 'actions': [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'flags.gyp:flags', 778 'flags.gyp:flags',
780 'skia_lib.gyp:skia_lib', 779 'skia_lib.gyp:skia_lib',
781 'resources', 780 'resources',
782 ], 781 ],
783 }, 782 },
784 ], 783 ],
785 }, 784 },
786 ], 785 ],
787 ], 786 ],
788 } 787 }
OLDNEW
« no previous file with comments | « gyp/ports.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698