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

Side by Side Diff: gyp/tools.gyp

Issue 1189753007: Move FontConfig factory into separate file. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add to ignored header list. Created 5 years, 6 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/ports.gyp ('k') | include/ports/SkFontMgr_fontconfig.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP file to build various tools. 5 # GYP file to build various tools.
6 # 6 #
7 # To build on Linux: 7 # To build on Linux:
8 # ./gyp_skia tools.gyp && make tools 8 # ./gyp_skia tools.gyp && make tools
9 # 9 #
10 { 10 {
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 '<(skia_include_path)/svg/parser', 634 '<(skia_include_path)/svg/parser',
635 '<(skia_include_path)/utils', 635 '<(skia_include_path)/utils',
636 '<(skia_include_path)/views', 636 '<(skia_include_path)/views',
637 '<(skia_include_path)/xml', 637 '<(skia_include_path)/xml',
638 ], 638 ],
639 'paths_to_ignore': [ 639 'paths_to_ignore': [
640 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 640 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
641 '<(skia_include_path)/ports/SkAtomics_std.h', 641 '<(skia_include_path)/ports/SkAtomics_std.h',
642 '<(skia_include_path)/ports/SkAtomics_atomic.h', 642 '<(skia_include_path)/ports/SkAtomics_atomic.h',
643 '<(skia_include_path)/ports/SkAtomics_sync.h', 643 '<(skia_include_path)/ports/SkAtomics_sync.h',
644 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h',
644 '<(skia_include_path)/ports/SkMutex_pthread.h', 645 '<(skia_include_path)/ports/SkMutex_pthread.h',
645 '<(skia_include_path)/ports/SkMutex_win.h', 646 '<(skia_include_path)/ports/SkMutex_win.h',
646 '<(skia_include_path)/ports/SkTypeface_mac.h', 647 '<(skia_include_path)/ports/SkTypeface_mac.h',
647 '<(skia_include_path)/ports/SkTypeface_win.h', 648 '<(skia_include_path)/ports/SkTypeface_win.h',
648 '<(skia_include_path)/utils/ios', 649 '<(skia_include_path)/utils/ios',
649 '<(skia_include_path)/utils/mac', 650 '<(skia_include_path)/utils/mac',
650 '<(skia_include_path)/utils/win', 651 '<(skia_include_path)/utils/win',
651 '<(skia_include_path)/utils/SkDebugUtils.h', 652 '<(skia_include_path)/utils/SkDebugUtils.h',
652 '<(skia_include_path)/utils/SkJSONCPP.h', 653 '<(skia_include_path)/utils/SkJSONCPP.h',
653 '<(skia_include_path)/views/animated', 654 '<(skia_include_path)/views/animated',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'flags.gyp:flags', 771 'flags.gyp:flags',
771 'skia_lib.gyp:skia_lib', 772 'skia_lib.gyp:skia_lib',
772 'resources', 773 'resources',
773 ], 774 ],
774 }, 775 },
775 ], 776 ],
776 }, 777 },
777 ], 778 ],
778 ], 779 ],
779 } 780 }
OLDNEW
« no previous file with comments | « gyp/ports.gyp ('k') | include/ports/SkFontMgr_fontconfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698