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

Side by Side Diff: Source/core/core.gypi

Issue 27140003: Move ScaledImageFragment.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/platform/graphics/chromium/ImageDecodingStore.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 { 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 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after
2777 'platform/graphics/chromium/FontUtilsChromiumWin.h', 2777 'platform/graphics/chromium/FontUtilsChromiumWin.h',
2778 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp', 2778 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp',
2779 'platform/graphics/chromium/ImageDecodingStore.cpp', 2779 'platform/graphics/chromium/ImageDecodingStore.cpp',
2780 'platform/graphics/chromium/ImageDecodingStore.h', 2780 'platform/graphics/chromium/ImageDecodingStore.h',
2781 'platform/graphics/chromium/ImageFrameGenerator.cpp', 2781 'platform/graphics/chromium/ImageFrameGenerator.cpp',
2782 'platform/graphics/chromium/ImageFrameGenerator.h', 2782 'platform/graphics/chromium/ImageFrameGenerator.h',
2783 'platform/graphics/chromium/LazyDecodingPixelRef.cpp', 2783 'platform/graphics/chromium/LazyDecodingPixelRef.cpp',
2784 'platform/graphics/chromium/LazyDecodingPixelRef.h', 2784 'platform/graphics/chromium/LazyDecodingPixelRef.h',
2785 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.c pp', 2785 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.c pp',
2786 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h ', 2786 'platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h ',
2787 'platform/graphics/chromium/ScaledImageFragment.cpp',
2788 'platform/graphics/chromium/ScaledImageFragment.h',
2789 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp', 2787 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp',
2790 'platform/graphics/chromium/ThreadSafeDataTransport.cpp', 2788 'platform/graphics/chromium/ThreadSafeDataTransport.cpp',
2791 'platform/graphics/chromium/ThreadSafeDataTransport.h', 2789 'platform/graphics/chromium/ThreadSafeDataTransport.h',
2792 'platform/graphics/chromium/TransformSkMatrix44Conversions.cpp', 2790 'platform/graphics/chromium/TransformSkMatrix44Conversions.cpp',
2793 'platform/graphics/chromium/TransformSkMatrix44Conversions.h', 2791 'platform/graphics/chromium/TransformSkMatrix44Conversions.h',
2794 'platform/graphics/chromium/TransparencyWin.cpp', 2792 'platform/graphics/chromium/TransparencyWin.cpp',
2795 'platform/graphics/chromium/TransparencyWin.h', 2793 'platform/graphics/chromium/TransparencyWin.h',
2796 'platform/graphics/chromium/UniscribeHelper.cpp', 2794 'platform/graphics/chromium/UniscribeHelper.cpp',
2797 'platform/graphics/chromium/UniscribeHelper.h', 2795 'platform/graphics/chromium/UniscribeHelper.h',
2798 'platform/graphics/chromium/UniscribeHelperTextRun.cpp', 2796 'platform/graphics/chromium/UniscribeHelperTextRun.cpp',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
3662 'bison_exe': 'bison', 3660 'bison_exe': 'bison',
3663 # We specify a preprocess so it happens locally and won't get 3661 # We specify a preprocess so it happens locally and won't get
3664 # distributed to goma. 3662 # distributed to goma.
3665 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3663 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3666 # use /usr/bin/clang once we require Xcode 4.x. 3664 # use /usr/bin/clang once we require Xcode 4.x.
3667 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3665 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3668 }], 3666 }],
3669 ], 3667 ],
3670 } 3668 }
3671 } 3669 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/chromium/ImageDecodingStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698