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

Side by Side Diff: gyp/core.gypi

Issue 1642703003: starter procs for blending with pm4f (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: int to float 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
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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 '<(skia_src_path)/core/SkTypefacePriv.h', 286 '<(skia_src_path)/core/SkTypefacePriv.h',
287 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 287 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
288 '<(skia_src_path)/core/SkUtils.cpp', 288 '<(skia_src_path)/core/SkUtils.cpp',
289 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', 289 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
290 '<(skia_src_path)/core/SkValidatingReadBuffer.h', 290 '<(skia_src_path)/core/SkValidatingReadBuffer.h',
291 '<(skia_src_path)/core/SkValidationUtils.h', 291 '<(skia_src_path)/core/SkValidationUtils.h',
292 '<(skia_src_path)/core/SkVarAlloc.cpp', 292 '<(skia_src_path)/core/SkVarAlloc.cpp',
293 '<(skia_src_path)/core/SkVertState.cpp', 293 '<(skia_src_path)/core/SkVertState.cpp',
294 '<(skia_src_path)/core/SkWriteBuffer.cpp', 294 '<(skia_src_path)/core/SkWriteBuffer.cpp',
295 '<(skia_src_path)/core/SkWriter32.cpp', 295 '<(skia_src_path)/core/SkWriter32.cpp',
296 '<(skia_src_path)/core/SkXfer4f.cpp',
296 '<(skia_src_path)/core/SkXfermode.cpp', 297 '<(skia_src_path)/core/SkXfermode.cpp',
297 '<(skia_src_path)/core/SkXfermode_proccoeff.h', 298 '<(skia_src_path)/core/SkXfermode_proccoeff.h',
298 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', 299 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp',
299 '<(skia_src_path)/core/SkXfermodeInterpretation.h', 300 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
300 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 301 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
301 '<(skia_src_path)/core/SkYUVPlanesCache.h', 302 '<(skia_src_path)/core/SkYUVPlanesCache.h',
302 303
303 '<(skia_src_path)/doc/SkDocument.cpp', 304 '<(skia_src_path)/doc/SkDocument.cpp',
304 305
305 '<(skia_src_path)/image/SkImage.cpp', 306 '<(skia_src_path)/image/SkImage.cpp',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 '<(skia_src_path)/pathops/SkPathOpsLine.h', 468 '<(skia_src_path)/pathops/SkPathOpsLine.h',
468 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 469 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
469 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 470 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
470 '<(skia_src_path)/pathops/SkPathOpsRect.h', 471 '<(skia_src_path)/pathops/SkPathOpsRect.h',
471 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 472 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
472 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 473 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
473 '<(skia_src_path)/pathops/SkPathWriter.h', 474 '<(skia_src_path)/pathops/SkPathWriter.h',
474 '<(skia_src_path)/pathops/SkReduceOrder.h', 475 '<(skia_src_path)/pathops/SkReduceOrder.h',
475 ], 476 ],
476 } 477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698