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

Side by Side Diff: gyp/tools.gyp

Issue 728823002: Move WGL header 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 | « no previous file | gyp/utils.gypi » ('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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 ], 649 ],
650 'paths_to_ignore': [ 650 'paths_to_ignore': [
651 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 651 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
652 '<(skia_include_path)/ports/SkTypeface_mac.h', 652 '<(skia_include_path)/ports/SkTypeface_mac.h',
653 '<(skia_include_path)/ports/SkTypeface_win.h', 653 '<(skia_include_path)/ports/SkTypeface_win.h',
654 '<(skia_include_path)/utils/ios', 654 '<(skia_include_path)/utils/ios',
655 '<(skia_include_path)/utils/mac', 655 '<(skia_include_path)/utils/mac',
656 '<(skia_include_path)/utils/win', 656 '<(skia_include_path)/utils/win',
657 '<(skia_include_path)/utils/SkDebugUtils.h', 657 '<(skia_include_path)/utils/SkDebugUtils.h',
658 '<(skia_include_path)/utils/SkJSONCPP.h', 658 '<(skia_include_path)/utils/SkJSONCPP.h',
659 '<(skia_include_path)/utils/SkWGL.h',
660 '<(skia_include_path)/views/animated', 659 '<(skia_include_path)/views/animated',
661 '<(skia_include_path)/views/SkOSWindow_Android.h', 660 '<(skia_include_path)/views/SkOSWindow_Android.h',
662 '<(skia_include_path)/views/SkOSWindow_iOS.h', 661 '<(skia_include_path)/views/SkOSWindow_iOS.h',
663 '<(skia_include_path)/views/SkOSWindow_Mac.h', 662 '<(skia_include_path)/views/SkOSWindow_Mac.h',
664 '<(skia_include_path)/views/SkOSWindow_NaCl.h', 663 '<(skia_include_path)/views/SkOSWindow_NaCl.h',
665 '<(skia_include_path)/views/SkOSWindow_SDL.h', 664 '<(skia_include_path)/views/SkOSWindow_SDL.h',
666 '<(skia_include_path)/views/SkOSWindow_Unix.h', 665 '<(skia_include_path)/views/SkOSWindow_Unix.h',
667 '<(skia_include_path)/views/SkOSWindow_Win.h', 666 '<(skia_include_path)/views/SkOSWindow_Win.h',
668 '<(skia_include_path)/views/SkWindow.h', 667 '<(skia_include_path)/views/SkWindow.h',
669 ], 668 ],
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'flags.gyp:flags', 777 'flags.gyp:flags',
779 'skia_lib.gyp:skia_lib', 778 'skia_lib.gyp:skia_lib',
780 'resources', 779 'resources',
781 ], 780 ],
782 }, 781 },
783 ], 782 ],
784 }, 783 },
785 ], 784 ],
786 ], 785 ],
787 } 786 }
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698