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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2816 matching lines...) Expand 10 before | Expand all | Expand 10 after
2827 'platform/graphics/GlyphPageTreeNode.cpp', 2827 'platform/graphics/GlyphPageTreeNode.cpp',
2828 'platform/graphics/Gradient.cpp', 2828 'platform/graphics/Gradient.cpp',
2829 'platform/graphics/GraphicsContext.cpp', 2829 'platform/graphics/GraphicsContext.cpp',
2830 'platform/graphics/GraphicsContext3D.cpp', 2830 'platform/graphics/GraphicsContext3D.cpp',
2831 'platform/graphics/GraphicsContext3DImagePacking.cpp', 2831 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2832 'platform/graphics/GraphicsContextAnnotation.cpp', 2832 'platform/graphics/GraphicsContextAnnotation.cpp',
2833 'platform/graphics/GraphicsLayer.cpp', 2833 'platform/graphics/GraphicsLayer.cpp',
2834 'platform/graphics/GraphicsTypes.cpp', 2834 'platform/graphics/GraphicsTypes.cpp',
2835 'platform/graphics/Image.cpp', 2835 'platform/graphics/Image.cpp',
2836 'platform/graphics/ImageBuffer.cpp', 2836 'platform/graphics/ImageBuffer.cpp',
2837 'platform/graphics/ImageCache.cpp',
pdr. 2013/10/04 21:08:04 Nit: Not your fault, but while we're here can you
2838 'platform/graphics/ImageCache.h',
2839 'platform/graphics/ImageForContainer.h',
2840 'platform/graphics/ImageForContainer.cpp',
2837 'platform/graphics/ImageOrientation.cpp', 2841 'platform/graphics/ImageOrientation.cpp',
2838 'platform/graphics/ImageSource.cpp', 2842 'platform/graphics/ImageSource.cpp',
2839 'platform/graphics/InbandTextTrackPrivate.h', 2843 'platform/graphics/InbandTextTrackPrivate.h',
2840 'platform/graphics/InbandTextTrackPrivateClient.h', 2844 'platform/graphics/InbandTextTrackPrivateClient.h',
2841 'platform/graphics/Latin1TextIterator.h', 2845 'platform/graphics/Latin1TextIterator.h',
2842 'platform/graphics/MediaPlayer.cpp', 2846 'platform/graphics/MediaPlayer.cpp',
2843 'platform/graphics/MediaPlayer.h', 2847 'platform/graphics/MediaPlayer.h',
2844 'platform/graphics/Path.cpp', 2848 'platform/graphics/Path.cpp',
2845 'platform/graphics/PathTraversalState.cpp', 2849 'platform/graphics/PathTraversalState.cpp',
2846 'platform/graphics/PathTraversalState.h', 2850 'platform/graphics/PathTraversalState.h',
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
3618 'svg/SVGViewSpec.cpp', 3622 'svg/SVGViewSpec.cpp',
3619 'svg/SVGViewSpec.h', 3623 'svg/SVGViewSpec.h',
3620 'svg/SVGZoomAndPan.cpp', 3624 'svg/SVGZoomAndPan.cpp',
3621 'svg/SVGZoomAndPan.h', 3625 'svg/SVGZoomAndPan.h',
3622 'svg/SVGZoomEvent.cpp', 3626 'svg/SVGZoomEvent.cpp',
3623 'svg/SVGZoomEvent.h', 3627 'svg/SVGZoomEvent.h',
3624 'svg/animation/SMILTime.cpp', 3628 'svg/animation/SMILTime.cpp',
3625 'svg/animation/SMILTimeContainer.cpp', 3629 'svg/animation/SMILTimeContainer.cpp',
3626 'svg/animation/SMILTimeContainer.h', 3630 'svg/animation/SMILTimeContainer.h',
3627 'svg/animation/SVGSMILElement.cpp', 3631 'svg/animation/SVGSMILElement.cpp',
3628 'svg/graphics/SVGImageCache.cpp',
3629 'svg/graphics/SVGImageCache.h',
3630 'svg/graphics/SVGImageChromeClient.h', 3632 'svg/graphics/SVGImageChromeClient.h',
3631 'svg/graphics/SVGImage.cpp', 3633 'svg/graphics/SVGImage.cpp',
3632 'svg/graphics/SVGImage.h', 3634 'svg/graphics/SVGImage.h',
3633 'svg/graphics/SVGImageForContainer.h',
3634 'svg/graphics/SVGImageForContainer.cpp',
3635 'svg/graphics/filters/SVGFEImage.cpp', 3635 'svg/graphics/filters/SVGFEImage.cpp',
3636 'svg/graphics/filters/SVGFEImage.h', 3636 'svg/graphics/filters/SVGFEImage.h',
3637 'svg/graphics/filters/SVGFilter.cpp', 3637 'svg/graphics/filters/SVGFilter.cpp',
3638 'svg/graphics/filters/SVGFilter.h', 3638 'svg/graphics/filters/SVGFilter.h',
3639 'svg/graphics/filters/SVGFilterBuilder.cpp', 3639 'svg/graphics/filters/SVGFilterBuilder.cpp',
3640 'svg/graphics/filters/SVGFilterBuilder.h', 3640 'svg/graphics/filters/SVGFilterBuilder.h',
3641 'svg/properties/SVGAnimatedProperty.cpp', 3641 'svg/properties/SVGAnimatedProperty.cpp',
3642 'svg/properties/SVGAnimatedProperty.h', 3642 'svg/properties/SVGAnimatedProperty.h',
3643 'svg/properties/SVGAttributeToPropertyMap.cpp', 3643 'svg/properties/SVGAttributeToPropertyMap.cpp',
3644 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', 3644 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'bison_exe': 'bison', 3805 'bison_exe': 'bison',
3806 # We specify a preprocess so it happens locally and won't get 3806 # We specify a preprocess so it happens locally and won't get
3807 # distributed to goma. 3807 # distributed to goma.
3808 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3808 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3809 # use /usr/bin/clang once we require Xcode 4.x. 3809 # use /usr/bin/clang once we require Xcode 4.x.
3810 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3810 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3811 }], 3811 }],
3812 ], 3812 ],
3813 } 3813 }
3814 } 3814 }
OLDNEW
« 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