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

Side by Side Diff: gyp/core.gypi

Issue 1943833002: return 4x4 matrix from SkColorSpace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix redirect header Created 4 years, 7 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 | gyp/utils.gypi » ('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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 '<(skia_src_path)/core/SkMD5.h', 169 '<(skia_src_path)/core/SkMD5.h',
170 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 170 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
171 '<(skia_src_path)/core/SkMask.cpp', 171 '<(skia_src_path)/core/SkMask.cpp',
172 '<(skia_src_path)/core/SkMaskCache.cpp', 172 '<(skia_src_path)/core/SkMaskCache.cpp',
173 '<(skia_src_path)/core/SkMaskFilter.cpp', 173 '<(skia_src_path)/core/SkMaskFilter.cpp',
174 '<(skia_src_path)/core/SkMaskGamma.cpp', 174 '<(skia_src_path)/core/SkMaskGamma.cpp',
175 '<(skia_src_path)/core/SkMaskGamma.h', 175 '<(skia_src_path)/core/SkMaskGamma.h',
176 '<(skia_src_path)/core/SkMath.cpp', 176 '<(skia_src_path)/core/SkMath.cpp',
177 '<(skia_src_path)/core/SkMathPriv.h', 177 '<(skia_src_path)/core/SkMathPriv.h',
178 '<(skia_src_path)/core/SkMatrix.cpp', 178 '<(skia_src_path)/core/SkMatrix.cpp',
179 '<(skia_src_path)/core/SkMatrix44.cpp',
179 '<(skia_src_path)/core/SkMatrixImageFilter.cpp', 180 '<(skia_src_path)/core/SkMatrixImageFilter.cpp',
180 '<(skia_src_path)/core/SkMatrixImageFilter.h', 181 '<(skia_src_path)/core/SkMatrixImageFilter.h',
181 '<(skia_src_path)/core/SkMatrixUtils.h', 182 '<(skia_src_path)/core/SkMatrixUtils.h',
182 '<(skia_src_path)/core/SkMessageBus.h', 183 '<(skia_src_path)/core/SkMessageBus.h',
183 '<(skia_src_path)/core/SkMetaData.cpp', 184 '<(skia_src_path)/core/SkMetaData.cpp',
184 '<(skia_src_path)/core/SkMipMap.cpp', 185 '<(skia_src_path)/core/SkMipMap.cpp',
185 '<(skia_src_path)/core/SkMipMap.h', 186 '<(skia_src_path)/core/SkMipMap.h',
186 '<(skia_src_path)/core/SkMiniRecorder.cpp', 187 '<(skia_src_path)/core/SkMiniRecorder.cpp',
187 '<(skia_src_path)/core/SkModeColorFilter.cpp', 188 '<(skia_src_path)/core/SkModeColorFilter.cpp',
188 '<(skia_src_path)/core/SkMultiPictureDraw.cpp', 189 '<(skia_src_path)/core/SkMultiPictureDraw.cpp',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 '<(skia_include_path)/core/SkGraphics.h', 366 '<(skia_include_path)/core/SkGraphics.h',
366 '<(skia_include_path)/core/SkImage.h', 367 '<(skia_include_path)/core/SkImage.h',
367 '<(skia_include_path)/core/SkImageEncoder.h', 368 '<(skia_include_path)/core/SkImageEncoder.h',
368 '<(skia_include_path)/core/SkImageFilter.h', 369 '<(skia_include_path)/core/SkImageFilter.h',
369 '<(skia_include_path)/core/SkImageInfo.h', 370 '<(skia_include_path)/core/SkImageInfo.h',
370 '<(skia_include_path)/core/SkMallocPixelRef.h', 371 '<(skia_include_path)/core/SkMallocPixelRef.h',
371 '<(skia_include_path)/core/SkMask.h', 372 '<(skia_include_path)/core/SkMask.h',
372 '<(skia_include_path)/core/SkMaskFilter.h', 373 '<(skia_include_path)/core/SkMaskFilter.h',
373 '<(skia_include_path)/core/SkMath.h', 374 '<(skia_include_path)/core/SkMath.h',
374 '<(skia_include_path)/core/SkMatrix.h', 375 '<(skia_include_path)/core/SkMatrix.h',
376 '<(skia_include_path)/core/SkMatrix44.h',
375 '<(skia_include_path)/core/SkMetaData.h', 377 '<(skia_include_path)/core/SkMetaData.h',
376 '<(skia_include_path)/core/SkMultiPictureDraw.h', 378 '<(skia_include_path)/core/SkMultiPictureDraw.h',
377 '<(skia_include_path)/core/SkOSFile.h', 379 '<(skia_include_path)/core/SkOSFile.h',
378 '<(skia_include_path)/core/SkPaint.h', 380 '<(skia_include_path)/core/SkPaint.h',
379 '<(skia_include_path)/core/SkPath.h', 381 '<(skia_include_path)/core/SkPath.h',
380 '<(skia_include_path)/core/SkPathEffect.h', 382 '<(skia_include_path)/core/SkPathEffect.h',
381 '<(skia_include_path)/core/SkPathMeasure.h', 383 '<(skia_include_path)/core/SkPathMeasure.h',
382 '<(skia_include_path)/core/SkPathRef.h', 384 '<(skia_include_path)/core/SkPathRef.h',
383 '<(skia_include_path)/core/SkPicture.h', 385 '<(skia_include_path)/core/SkPicture.h',
384 '<(skia_include_path)/core/SkPictureRecorder.h', 386 '<(skia_include_path)/core/SkPictureRecorder.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 '<(skia_src_path)/pathops/SkPathOpsLine.h', 492 '<(skia_src_path)/pathops/SkPathOpsLine.h',
491 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 493 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
492 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 494 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
493 '<(skia_src_path)/pathops/SkPathOpsRect.h', 495 '<(skia_src_path)/pathops/SkPathOpsRect.h',
494 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 496 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
495 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 497 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
496 '<(skia_src_path)/pathops/SkPathWriter.h', 498 '<(skia_src_path)/pathops/SkPathWriter.h',
497 '<(skia_src_path)/pathops/SkReduceOrder.h', 499 '<(skia_src_path)/pathops/SkReduceOrder.h',
498 ], 500 ],
499 } 501 }
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698