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

Side by Side Diff: gyp/core.gypi

Issue 488143002: Replace SkTypeface::Style with SkFontStyle. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add expectations, remove whitespace. Created 6 years, 2 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
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '<(skia_include_path)/core/SkDrawFilter.h', 241 '<(skia_include_path)/core/SkDrawFilter.h',
242 '<(skia_include_path)/core/SkDrawLooper.h', 242 '<(skia_include_path)/core/SkDrawLooper.h',
243 '<(skia_include_path)/core/SkEndian.h', 243 '<(skia_include_path)/core/SkEndian.h',
244 '<(skia_include_path)/core/SkError.h', 244 '<(skia_include_path)/core/SkError.h',
245 '<(skia_include_path)/core/SkFixed.h', 245 '<(skia_include_path)/core/SkFixed.h',
246 '<(skia_include_path)/core/SkFlattenable.h', 246 '<(skia_include_path)/core/SkFlattenable.h',
247 '<(skia_include_path)/core/SkFlattenableSerialization.h', 247 '<(skia_include_path)/core/SkFlattenableSerialization.h',
248 '<(skia_include_path)/core/SkFloatBits.h', 248 '<(skia_include_path)/core/SkFloatBits.h',
249 '<(skia_include_path)/core/SkFloatingPoint.h', 249 '<(skia_include_path)/core/SkFloatingPoint.h',
250 '<(skia_include_path)/core/SkFontHost.h', 250 '<(skia_include_path)/core/SkFontHost.h',
251 '<(skia_include_path)/core/SkFontStyle.h',
251 '<(skia_include_path)/core/SkGraphics.h', 252 '<(skia_include_path)/core/SkGraphics.h',
252 '<(skia_include_path)/core/SkImage.h', 253 '<(skia_include_path)/core/SkImage.h',
253 '<(skia_include_path)/core/SkImageDecoder.h', 254 '<(skia_include_path)/core/SkImageDecoder.h',
254 '<(skia_include_path)/core/SkImageEncoder.h', 255 '<(skia_include_path)/core/SkImageEncoder.h',
255 '<(skia_include_path)/core/SkImageFilter.h', 256 '<(skia_include_path)/core/SkImageFilter.h',
256 '<(skia_include_path)/core/SkImageInfo.h', 257 '<(skia_include_path)/core/SkImageInfo.h',
257 '<(skia_include_path)/core/SkInstCnt.h', 258 '<(skia_include_path)/core/SkInstCnt.h',
258 '<(skia_include_path)/core/SkMallocPixelRef.h', 259 '<(skia_include_path)/core/SkMallocPixelRef.h',
259 '<(skia_include_path)/core/SkMask.h', 260 '<(skia_include_path)/core/SkMask.h',
260 '<(skia_include_path)/core/SkMaskFilter.h', 261 '<(skia_include_path)/core/SkMaskFilter.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
363 '<(skia_src_path)/pathops/SkPathOpsRect.h', 364 '<(skia_src_path)/pathops/SkPathOpsRect.h',
364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
366 '<(skia_src_path)/pathops/SkPathWriter.h', 367 '<(skia_src_path)/pathops/SkPathWriter.h',
367 '<(skia_src_path)/pathops/SkQuarticRoot.h', 368 '<(skia_src_path)/pathops/SkQuarticRoot.h',
368 '<(skia_src_path)/pathops/SkReduceOrder.h', 369 '<(skia_src_path)/pathops/SkReduceOrder.h',
369 ], 370 ],
370 } 371 }
OLDNEW
« no previous file with comments | « expectations/gm/Test-ChromeOS-Link-HD4000-x86_64-Release/expected-results.json ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698