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

Side by Side Diff: gyp/core.gypi

Issue 1369443002: Revert "Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.… (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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 | src/lazy/SkCachingPixelRef.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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '<(skia_include_path)/core/SkTime.h', 336 '<(skia_include_path)/core/SkTime.h',
337 '<(skia_include_path)/core/SkTLazy.h', 337 '<(skia_include_path)/core/SkTLazy.h',
338 '<(skia_include_path)/core/SkTypeface.h', 338 '<(skia_include_path)/core/SkTypeface.h',
339 '<(skia_include_path)/core/SkTypes.h', 339 '<(skia_include_path)/core/SkTypes.h',
340 '<(skia_include_path)/core/SkUnPreMultiply.h', 340 '<(skia_include_path)/core/SkUnPreMultiply.h',
341 '<(skia_include_path)/core/SkUtils.h', 341 '<(skia_include_path)/core/SkUtils.h',
342 '<(skia_include_path)/core/SkWriter32.h', 342 '<(skia_include_path)/core/SkWriter32.h',
343 '<(skia_include_path)/core/SkXfermode.h', 343 '<(skia_include_path)/core/SkXfermode.h',
344 '<(skia_include_path)/private/SkTemplates.h', 344 '<(skia_include_path)/private/SkTemplates.h',
345 345
346 # Lazy decoding:
347 '<(skia_src_path)/lazy/SkCachingPixelRef.cpp',
348 '<(skia_src_path)/lazy/SkCachingPixelRef.h',
349
350 # Path ops 346 # Path ops
351 '<(skia_include_path)/pathops/SkPathOps.h', 347 '<(skia_include_path)/pathops/SkPathOps.h',
352 348
353 '<(skia_src_path)/pathops/SkAddIntersections.cpp', 349 '<(skia_src_path)/pathops/SkAddIntersections.cpp',
354 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', 350 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp',
355 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', 351 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp',
356 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', 352 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp',
357 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', 353 '<(skia_src_path)/pathops/SkDLineIntersection.cpp',
358 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp', 354 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp',
359 '<(skia_src_path)/pathops/SkIntersections.cpp', 355 '<(skia_src_path)/pathops/SkIntersections.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '<(skia_src_path)/pathops/SkPathOpsLine.h', 399 '<(skia_src_path)/pathops/SkPathOpsLine.h',
404 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 400 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
405 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 401 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
406 '<(skia_src_path)/pathops/SkPathOpsRect.h', 402 '<(skia_src_path)/pathops/SkPathOpsRect.h',
407 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 403 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
408 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 404 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
409 '<(skia_src_path)/pathops/SkPathWriter.h', 405 '<(skia_src_path)/pathops/SkPathWriter.h',
410 '<(skia_src_path)/pathops/SkReduceOrder.h', 406 '<(skia_src_path)/pathops/SkReduceOrder.h',
411 ], 407 ],
412 } 408 }
OLDNEW
« no previous file with comments | « no previous file | src/lazy/SkCachingPixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698