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

Unified Diff: Source/core/core.gypi

Issue 25627006: Generalize ImageForContainer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 1d258faa6e7827cd4b7784aa0eba599238394af1..d55a1c0f632f64c5d77e6a116e38ebf51ab6586f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2834,6 +2834,10 @@
'platform/graphics/GraphicsTypes.cpp',
'platform/graphics/Image.cpp',
'platform/graphics/ImageBuffer.cpp',
+ 'platform/graphics/ImageCache.cpp',
pdr. 2013/10/04 21:08:04 Nit: Not your fault, but while we're here can you
+ 'platform/graphics/ImageCache.h',
+ 'platform/graphics/ImageForContainer.h',
+ 'platform/graphics/ImageForContainer.cpp',
'platform/graphics/ImageOrientation.cpp',
'platform/graphics/ImageSource.cpp',
'platform/graphics/InbandTextTrackPrivate.h',
@@ -3625,13 +3629,9 @@
'svg/animation/SMILTimeContainer.cpp',
'svg/animation/SMILTimeContainer.h',
'svg/animation/SVGSMILElement.cpp',
- 'svg/graphics/SVGImageCache.cpp',
- 'svg/graphics/SVGImageCache.h',
'svg/graphics/SVGImageChromeClient.h',
'svg/graphics/SVGImage.cpp',
'svg/graphics/SVGImage.h',
- 'svg/graphics/SVGImageForContainer.h',
- 'svg/graphics/SVGImageForContainer.cpp',
'svg/graphics/filters/SVGFEImage.cpp',
'svg/graphics/filters/SVGFEImage.h',
'svg/graphics/filters/SVGFilter.cpp',
« no previous file with comments | « no previous file | Source/core/fetch/ImageResource.h » ('j') | Source/core/platform/graphics/ImageForContainer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698