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

Side by Side Diff: gyp/core.gypi

Issue 1828433004: Revert of Delete SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@fix-animator
Patch Set: Created 4 years, 9 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/etc1bitmap.cpp ('k') | gyp/images.gyp » ('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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 '<(skia_include_path)/core/SkDrawFilter.h', 348 '<(skia_include_path)/core/SkDrawFilter.h',
349 '<(skia_include_path)/core/SkDrawLooper.h', 349 '<(skia_include_path)/core/SkDrawLooper.h',
350 '<(skia_include_path)/core/SkError.h', 350 '<(skia_include_path)/core/SkError.h',
351 '<(skia_include_path)/core/SkFixed.h', 351 '<(skia_include_path)/core/SkFixed.h',
352 '<(skia_include_path)/core/SkFlattenable.h', 352 '<(skia_include_path)/core/SkFlattenable.h',
353 '<(skia_include_path)/core/SkFlattenableSerialization.h', 353 '<(skia_include_path)/core/SkFlattenableSerialization.h',
354 '<(skia_include_path)/core/SkFontHost.h', 354 '<(skia_include_path)/core/SkFontHost.h',
355 '<(skia_include_path)/core/SkFontStyle.h', 355 '<(skia_include_path)/core/SkFontStyle.h',
356 '<(skia_include_path)/core/SkGraphics.h', 356 '<(skia_include_path)/core/SkGraphics.h',
357 '<(skia_include_path)/core/SkImage.h', 357 '<(skia_include_path)/core/SkImage.h',
358 '<(skia_include_path)/core/SkImageDecoder.h',
358 '<(skia_include_path)/core/SkImageEncoder.h', 359 '<(skia_include_path)/core/SkImageEncoder.h',
359 '<(skia_include_path)/core/SkImageFilter.h', 360 '<(skia_include_path)/core/SkImageFilter.h',
360 '<(skia_include_path)/core/SkImageInfo.h', 361 '<(skia_include_path)/core/SkImageInfo.h',
361 '<(skia_include_path)/core/SkMallocPixelRef.h', 362 '<(skia_include_path)/core/SkMallocPixelRef.h',
362 '<(skia_include_path)/core/SkMask.h', 363 '<(skia_include_path)/core/SkMask.h',
363 '<(skia_include_path)/core/SkMaskFilter.h', 364 '<(skia_include_path)/core/SkMaskFilter.h',
364 '<(skia_include_path)/core/SkMath.h', 365 '<(skia_include_path)/core/SkMath.h',
365 '<(skia_include_path)/core/SkMatrix.h', 366 '<(skia_include_path)/core/SkMatrix.h',
366 '<(skia_include_path)/core/SkMetaData.h', 367 '<(skia_include_path)/core/SkMetaData.h',
367 '<(skia_include_path)/core/SkMultiPictureDraw.h', 368 '<(skia_include_path)/core/SkMultiPictureDraw.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '<(skia_src_path)/pathops/SkPathOpsLine.h', 479 '<(skia_src_path)/pathops/SkPathOpsLine.h',
479 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 480 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
480 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 481 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
481 '<(skia_src_path)/pathops/SkPathOpsRect.h', 482 '<(skia_src_path)/pathops/SkPathOpsRect.h',
482 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 483 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
483 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 484 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
484 '<(skia_src_path)/pathops/SkPathWriter.h', 485 '<(skia_src_path)/pathops/SkPathWriter.h',
485 '<(skia_src_path)/pathops/SkReduceOrder.h', 486 '<(skia_src_path)/pathops/SkReduceOrder.h',
486 ], 487 ],
487 } 488 }
OLDNEW
« no previous file with comments | « gm/etc1bitmap.cpp ('k') | gyp/images.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698