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

Side by Side Diff: gyp/core.gypi

Issue 1722173003: Move SkPackBits to src/effects. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix win64 warnings. 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 | « no previous file | gyp/effects.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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '<(skia_src_path)/core/SkMiniRecorder.cpp', 175 '<(skia_src_path)/core/SkMiniRecorder.cpp',
176 '<(skia_src_path)/core/SkModeColorFilter.cpp', 176 '<(skia_src_path)/core/SkModeColorFilter.cpp',
177 '<(skia_src_path)/core/SkMultiPictureDraw.cpp', 177 '<(skia_src_path)/core/SkMultiPictureDraw.cpp',
178 '<(skia_src_path)/core/SkNextID.h', 178 '<(skia_src_path)/core/SkNextID.h',
179 '<(skia_src_path)/core/SkNinePatchIter.cpp', 179 '<(skia_src_path)/core/SkNinePatchIter.cpp',
180 '<(skia_src_path)/core/SkNinePatchIter.h', 180 '<(skia_src_path)/core/SkNinePatchIter.h',
181 '<(skia_src_path)/core/SkNx.h', 181 '<(skia_src_path)/core/SkNx.h',
182 '<(skia_src_path)/core/SkOpts.cpp', 182 '<(skia_src_path)/core/SkOpts.cpp',
183 '<(skia_src_path)/core/SkOpts.h', 183 '<(skia_src_path)/core/SkOpts.h',
184 '<(skia_src_path)/core/SkOrderedReadBuffer.h', 184 '<(skia_src_path)/core/SkOrderedReadBuffer.h',
185 '<(skia_src_path)/core/SkPackBits.cpp',
186 '<(skia_src_path)/core/SkPaint.cpp', 185 '<(skia_src_path)/core/SkPaint.cpp',
187 '<(skia_src_path)/core/SkPaintDefaults.h', 186 '<(skia_src_path)/core/SkPaintDefaults.h',
188 '<(skia_src_path)/core/SkPaintPriv.cpp', 187 '<(skia_src_path)/core/SkPaintPriv.cpp',
189 '<(skia_src_path)/core/SkPaintPriv.h', 188 '<(skia_src_path)/core/SkPaintPriv.h',
190 '<(skia_src_path)/core/SkPath.cpp', 189 '<(skia_src_path)/core/SkPath.cpp',
191 '<(skia_src_path)/core/SkPathEffect.cpp', 190 '<(skia_src_path)/core/SkPathEffect.cpp',
192 '<(skia_src_path)/core/SkPathMeasure.cpp', 191 '<(skia_src_path)/core/SkPathMeasure.cpp',
193 '<(skia_src_path)/core/SkPathPriv.h', 192 '<(skia_src_path)/core/SkPathPriv.h',
194 '<(skia_src_path)/core/SkPathRef.cpp', 193 '<(skia_src_path)/core/SkPathRef.cpp',
195 '<(skia_src_path)/core/SkPerspIter.h', 194 '<(skia_src_path)/core/SkPerspIter.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 '<(skia_include_path)/core/SkImageFilter.h', 360 '<(skia_include_path)/core/SkImageFilter.h',
362 '<(skia_include_path)/core/SkImageInfo.h', 361 '<(skia_include_path)/core/SkImageInfo.h',
363 '<(skia_include_path)/core/SkMallocPixelRef.h', 362 '<(skia_include_path)/core/SkMallocPixelRef.h',
364 '<(skia_include_path)/core/SkMask.h', 363 '<(skia_include_path)/core/SkMask.h',
365 '<(skia_include_path)/core/SkMaskFilter.h', 364 '<(skia_include_path)/core/SkMaskFilter.h',
366 '<(skia_include_path)/core/SkMath.h', 365 '<(skia_include_path)/core/SkMath.h',
367 '<(skia_include_path)/core/SkMatrix.h', 366 '<(skia_include_path)/core/SkMatrix.h',
368 '<(skia_include_path)/core/SkMetaData.h', 367 '<(skia_include_path)/core/SkMetaData.h',
369 '<(skia_include_path)/core/SkMultiPictureDraw.h', 368 '<(skia_include_path)/core/SkMultiPictureDraw.h',
370 '<(skia_include_path)/core/SkOSFile.h', 369 '<(skia_include_path)/core/SkOSFile.h',
371 '<(skia_include_path)/core/SkPackBits.h',
372 '<(skia_include_path)/core/SkPaint.h', 370 '<(skia_include_path)/core/SkPaint.h',
373 '<(skia_include_path)/core/SkPath.h', 371 '<(skia_include_path)/core/SkPath.h',
374 '<(skia_include_path)/core/SkPathEffect.h', 372 '<(skia_include_path)/core/SkPathEffect.h',
375 '<(skia_include_path)/core/SkPathMeasure.h', 373 '<(skia_include_path)/core/SkPathMeasure.h',
376 '<(skia_include_path)/core/SkPathRef.h', 374 '<(skia_include_path)/core/SkPathRef.h',
377 '<(skia_include_path)/core/SkPicture.h', 375 '<(skia_include_path)/core/SkPicture.h',
378 '<(skia_include_path)/core/SkPictureRecorder.h', 376 '<(skia_include_path)/core/SkPictureRecorder.h',
379 '<(skia_include_path)/core/SkPixelRef.h', 377 '<(skia_include_path)/core/SkPixelRef.h',
380 '<(skia_include_path)/core/SkPoint.h', 378 '<(skia_include_path)/core/SkPoint.h',
381 '<(skia_include_path)/core/SkPoint3.h', 379 '<(skia_include_path)/core/SkPoint3.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 '<(skia_src_path)/pathops/SkPathOpsLine.h', 479 '<(skia_src_path)/pathops/SkPathOpsLine.h',
482 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 480 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
483 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 481 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
484 '<(skia_src_path)/pathops/SkPathOpsRect.h', 482 '<(skia_src_path)/pathops/SkPathOpsRect.h',
485 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 483 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
486 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 484 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
487 '<(skia_src_path)/pathops/SkPathWriter.h', 485 '<(skia_src_path)/pathops/SkPathWriter.h',
488 '<(skia_src_path)/pathops/SkReduceOrder.h', 486 '<(skia_src_path)/pathops/SkReduceOrder.h',
489 ], 487 ],
490 } 488 }
OLDNEW
« no previous file with comments | « no previous file | gyp/effects.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698