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

Side by Side Diff: gyp/tools.gyp

Issue 1359733002: Make mutex semaphore based. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix mutex leak Created 5 years, 3 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/core/SkMutex.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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 '<(skia_include_path)/utils', 714 '<(skia_include_path)/utils',
715 '<(skia_include_path)/views', 715 '<(skia_include_path)/views',
716 '<(skia_include_path)/xml', 716 '<(skia_include_path)/xml',
717 ], 717 ],
718 'paths_to_ignore': [ 718 'paths_to_ignore': [
719 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 719 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
720 '<(skia_include_path)/ports/SkAtomics_std.h', 720 '<(skia_include_path)/ports/SkAtomics_std.h',
721 '<(skia_include_path)/ports/SkAtomics_atomic.h', 721 '<(skia_include_path)/ports/SkAtomics_atomic.h',
722 '<(skia_include_path)/ports/SkAtomics_sync.h', 722 '<(skia_include_path)/ports/SkAtomics_sync.h',
723 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', 723 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h',
724 '<(skia_include_path)/ports/SkMutex_pthread.h',
725 '<(skia_include_path)/ports/SkMutex_win.h',
726 '<(skia_include_path)/ports/SkTypeface_mac.h', 724 '<(skia_include_path)/ports/SkTypeface_mac.h',
727 '<(skia_include_path)/ports/SkTypeface_win.h', 725 '<(skia_include_path)/ports/SkTypeface_win.h',
728 '<(skia_include_path)/utils/ios', 726 '<(skia_include_path)/utils/ios',
729 '<(skia_include_path)/utils/mac', 727 '<(skia_include_path)/utils/mac',
730 '<(skia_include_path)/utils/win', 728 '<(skia_include_path)/utils/win',
731 '<(skia_include_path)/utils/SkDebugUtils.h', 729 '<(skia_include_path)/utils/SkDebugUtils.h',
732 '<(skia_include_path)/utils/SkJSONCPP.h', 730 '<(skia_include_path)/utils/SkJSONCPP.h',
733 '<(skia_include_path)/views/animated', 731 '<(skia_include_path)/views/animated',
734 '<(skia_include_path)/views/SkOSWindow_Android.h', 732 '<(skia_include_path)/views/SkOSWindow_Android.h',
735 '<(skia_include_path)/views/SkOSWindow_iOS.h', 733 '<(skia_include_path)/views/SkOSWindow_iOS.h',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'flags.gyp:flags', 850 'flags.gyp:flags',
853 'skia_lib.gyp:skia_lib', 851 'skia_lib.gyp:skia_lib',
854 'resources', 852 'resources',
855 ], 853 ],
856 }, 854 },
857 ], 855 ],
858 }, 856 },
859 ], 857 ],
860 ], 858 ],
861 } 859 }
OLDNEW
« no previous file with comments | « gyp/ports.gyp ('k') | include/core/SkMutex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698