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

Side by Side Diff: gyp/core.gypi

Issue 1685203002: lots of sRGB and F16 blits (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: use SkAutoTMalloc Created 4 years, 10 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 | « gm/xfermodes.cpp ('k') | include/core/SkXfermode.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '<(skia_src_path)/core/SkScanPriv.h', 247 '<(skia_src_path)/core/SkScanPriv.h',
248 '<(skia_src_path)/core/SkScan_AntiPath.cpp', 248 '<(skia_src_path)/core/SkScan_AntiPath.cpp',
249 '<(skia_src_path)/core/SkScan_Antihair.cpp', 249 '<(skia_src_path)/core/SkScan_Antihair.cpp',
250 '<(skia_src_path)/core/SkScan_Hairline.cpp', 250 '<(skia_src_path)/core/SkScan_Hairline.cpp',
251 '<(skia_src_path)/core/SkScan_Path.cpp', 251 '<(skia_src_path)/core/SkScan_Path.cpp',
252 '<(skia_src_path)/core/SkSemaphore.cpp', 252 '<(skia_src_path)/core/SkSemaphore.cpp',
253 '<(skia_src_path)/core/SkShader.cpp', 253 '<(skia_src_path)/core/SkShader.cpp',
254 '<(skia_src_path)/core/SkSharedMutex.cpp', 254 '<(skia_src_path)/core/SkSharedMutex.cpp',
255 '<(skia_src_path)/core/SkSharedMutex.h', 255 '<(skia_src_path)/core/SkSharedMutex.h',
256 '<(skia_src_path)/core/SkSmallAllocator.h', 256 '<(skia_src_path)/core/SkSmallAllocator.h',
257 '<(skia_src_path)/core/SkSpanProcs.cpp',
257 '<(skia_src_path)/core/SkSpecialImage.cpp', 258 '<(skia_src_path)/core/SkSpecialImage.cpp',
258 '<(skia_src_path)/core/SkSpecialImage.h', 259 '<(skia_src_path)/core/SkSpecialImage.h',
259 '<(skia_src_path)/core/SkSpecialSurface.cpp', 260 '<(skia_src_path)/core/SkSpecialSurface.cpp',
260 '<(skia_src_path)/core/SkSpecialSurface.h', 261 '<(skia_src_path)/core/SkSpecialSurface.h',
261 '<(skia_src_path)/core/SkSpinlock.cpp', 262 '<(skia_src_path)/core/SkSpinlock.cpp',
262 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', 263 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp',
263 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', 264 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp',
264 '<(skia_src_path)/core/SkSpriteBlitter.h', 265 '<(skia_src_path)/core/SkSpriteBlitter.h',
265 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', 266 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h',
267 '<(skia_src_path)/core/SkSpriteBlitter4f.cpp',
266 '<(skia_src_path)/core/SkStream.cpp', 268 '<(skia_src_path)/core/SkStream.cpp',
267 '<(skia_src_path)/core/SkStreamPriv.h', 269 '<(skia_src_path)/core/SkStreamPriv.h',
268 '<(skia_src_path)/core/SkString.cpp', 270 '<(skia_src_path)/core/SkString.cpp',
269 '<(skia_src_path)/core/SkStringUtils.cpp', 271 '<(skia_src_path)/core/SkStringUtils.cpp',
270 '<(skia_src_path)/core/SkStroke.h', 272 '<(skia_src_path)/core/SkStroke.h',
271 '<(skia_src_path)/core/SkStroke.cpp', 273 '<(skia_src_path)/core/SkStroke.cpp',
272 '<(skia_src_path)/core/SkStrokeRec.cpp', 274 '<(skia_src_path)/core/SkStrokeRec.cpp',
273 '<(skia_src_path)/core/SkStrokerPriv.cpp', 275 '<(skia_src_path)/core/SkStrokerPriv.cpp',
274 '<(skia_src_path)/core/SkStrokerPriv.h', 276 '<(skia_src_path)/core/SkStrokerPriv.h',
275 '<(skia_src_path)/core/SkSurfacePriv.h', 277 '<(skia_src_path)/core/SkSurfacePriv.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 '<(skia_src_path)/pathops/SkPathOpsLine.h', 481 '<(skia_src_path)/pathops/SkPathOpsLine.h',
480 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 482 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
481 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 483 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
482 '<(skia_src_path)/pathops/SkPathOpsRect.h', 484 '<(skia_src_path)/pathops/SkPathOpsRect.h',
483 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 485 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
484 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 486 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
485 '<(skia_src_path)/pathops/SkPathWriter.h', 487 '<(skia_src_path)/pathops/SkPathWriter.h',
486 '<(skia_src_path)/pathops/SkReduceOrder.h', 488 '<(skia_src_path)/pathops/SkReduceOrder.h',
487 ], 489 ],
488 } 490 }
OLDNEW
« no previous file with comments | « gm/xfermodes.cpp ('k') | include/core/SkXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698