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

Side by Side Diff: gyp/core.gypi

Issue 1873463002: Add SkFUZZF to help whitelist imagefilter fuzz failures (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address code review issues Created 4 years, 8 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 | « no previous file | src/core/SkFuzzLogging.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 # Include this gypi to include all 'core' files 5 # Include this gypi to include all 'core' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 125 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
126 '<(skia_src_path)/core/SkFloatBits.cpp', 126 '<(skia_src_path)/core/SkFloatBits.cpp',
127 '<(skia_src_path)/core/SkFont.cpp', 127 '<(skia_src_path)/core/SkFont.cpp',
128 '<(skia_src_path)/core/SkFontHost.cpp', 128 '<(skia_src_path)/core/SkFontHost.cpp',
129 '<(skia_src_path)/core/SkFontMgr.cpp', 129 '<(skia_src_path)/core/SkFontMgr.cpp',
130 '<(skia_src_path)/core/SkFontStyle.cpp', 130 '<(skia_src_path)/core/SkFontStyle.cpp',
131 '<(skia_src_path)/core/SkFontDescriptor.cpp', 131 '<(skia_src_path)/core/SkFontDescriptor.cpp',
132 '<(skia_src_path)/core/SkFontDescriptor.h', 132 '<(skia_src_path)/core/SkFontDescriptor.h',
133 '<(skia_src_path)/core/SkFontStream.cpp', 133 '<(skia_src_path)/core/SkFontStream.cpp',
134 '<(skia_src_path)/core/SkFontStream.h', 134 '<(skia_src_path)/core/SkFontStream.h',
135 '<(skia_src_path)/core/SkFuzzLogging.h',
135 '<(skia_src_path)/core/SkGeometry.cpp', 136 '<(skia_src_path)/core/SkGeometry.cpp',
136 '<(skia_src_path)/core/SkGeometry.h', 137 '<(skia_src_path)/core/SkGeometry.h',
137 '<(skia_src_path)/core/SkGlobalInitialization_core.cpp', 138 '<(skia_src_path)/core/SkGlobalInitialization_core.cpp',
138 '<(skia_src_path)/core/SkGlyph.h', 139 '<(skia_src_path)/core/SkGlyph.h',
139 '<(skia_src_path)/core/SkGlyphCache.cpp', 140 '<(skia_src_path)/core/SkGlyphCache.cpp',
140 '<(skia_src_path)/core/SkGlyphCache.h', 141 '<(skia_src_path)/core/SkGlyphCache.h',
141 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 142 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
142 '<(skia_src_path)/core/SkGraphics.cpp', 143 '<(skia_src_path)/core/SkGraphics.cpp',
143 '<(skia_src_path)/core/SkHalf.cpp', 144 '<(skia_src_path)/core/SkHalf.cpp',
144 '<(skia_src_path)/core/SkHalf.h', 145 '<(skia_src_path)/core/SkHalf.h',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 '<(skia_src_path)/pathops/SkPathOpsLine.h', 485 '<(skia_src_path)/pathops/SkPathOpsLine.h',
485 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 486 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
486 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 487 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
487 '<(skia_src_path)/pathops/SkPathOpsRect.h', 488 '<(skia_src_path)/pathops/SkPathOpsRect.h',
488 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 489 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
489 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 490 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
490 '<(skia_src_path)/pathops/SkPathWriter.h', 491 '<(skia_src_path)/pathops/SkPathWriter.h',
491 '<(skia_src_path)/pathops/SkReduceOrder.h', 492 '<(skia_src_path)/pathops/SkReduceOrder.h',
492 ], 493 ],
493 } 494 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkFuzzLogging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698