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

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

Issue 19705006: Use SkImage as a backing store for copying 2d Contexts to ImageBitmaps. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Change SkImage to use srcRect pointer. Created 7 years, 5 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 2768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2779 'platform/graphics/Path.cpp', 2779 'platform/graphics/Path.cpp',
2780 'platform/graphics/PathTraversalState.cpp', 2780 'platform/graphics/PathTraversalState.cpp',
2781 'platform/graphics/PathTraversalState.h', 2781 'platform/graphics/PathTraversalState.h',
2782 'platform/graphics/Pattern.cpp', 2782 'platform/graphics/Pattern.cpp',
2783 'platform/graphics/RoundedRect.cpp', 2783 'platform/graphics/RoundedRect.cpp',
2784 'platform/graphics/SegmentedFontData.cpp', 2784 'platform/graphics/SegmentedFontData.cpp',
2785 'platform/graphics/SegmentedFontData.h', 2785 'platform/graphics/SegmentedFontData.h',
2786 'platform/graphics/ShadowBlur.cpp', 2786 'platform/graphics/ShadowBlur.cpp',
2787 'platform/graphics/ShadowBlur.h', 2787 'platform/graphics/ShadowBlur.h',
2788 'platform/graphics/SimpleFontData.cpp', 2788 'platform/graphics/SimpleFontData.cpp',
2789 'platform/graphics/SkiaImage.cpp',
2790 'platform/graphics/SkiaImage.h',
2789 'platform/graphics/SVGGlyph.cpp', 2791 'platform/graphics/SVGGlyph.cpp',
2790 'platform/graphics/StringTruncator.cpp', 2792 'platform/graphics/StringTruncator.cpp',
2791 'platform/graphics/StrokeData.cpp', 2793 'platform/graphics/StrokeData.cpp',
2792 'platform/graphics/SurrogatePairAwareTextIterator.cpp', 2794 'platform/graphics/SurrogatePairAwareTextIterator.cpp',
2793 'platform/graphics/SurrogatePairAwareTextIterator.h', 2795 'platform/graphics/SurrogatePairAwareTextIterator.h',
2794 'platform/graphics/TextRun.cpp', 2796 'platform/graphics/TextRun.cpp',
2795 'platform/graphics/UnitBezier.h', 2797 'platform/graphics/UnitBezier.h',
2796 'platform/graphics/WidthIterator.cpp', 2798 'platform/graphics/WidthIterator.cpp',
2797 'platform/graphics/WidthIterator.h', 2799 'platform/graphics/WidthIterator.h',
2798 'platform/graphics/cg/FloatPointCG.cpp', 2800 'platform/graphics/cg/FloatPointCG.cpp',
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
3774 'bison_exe': 'bison', 3776 'bison_exe': 'bison',
3775 # We specify a preprocess so it happens locally and won't get 3777 # We specify a preprocess so it happens locally and won't get
3776 # distributed to goma. 3778 # distributed to goma.
3777 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3779 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3778 # use /usr/bin/clang once we require Xcode 4.x. 3780 # use /usr/bin/clang once we require Xcode 4.x.
3779 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3781 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3780 }], 3782 }],
3781 ], 3783 ],
3782 } 3784 }
3783 } 3785 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698