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

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

Issue 15501004: Moved image packing code out of GraphicsContext3D.cpp and into a new file (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/GraphicsContext3D.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 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
10 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
(...skipping 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after
2673 'platform/graphics/FontPlatformData.cpp', 2673 'platform/graphics/FontPlatformData.cpp',
2674 'platform/graphics/FontPlatformData.h', 2674 'platform/graphics/FontPlatformData.h',
2675 'platform/graphics/LayoutBoxExtent.cpp', 2675 'platform/graphics/LayoutBoxExtent.cpp',
2676 'platform/graphics/GeneratorGeneratedImage.cpp', 2676 'platform/graphics/GeneratorGeneratedImage.cpp',
2677 'platform/graphics/GeneratedImage.cpp', 2677 'platform/graphics/GeneratedImage.cpp',
2678 'platform/graphics/GeneratedImage.h', 2678 'platform/graphics/GeneratedImage.h',
2679 'platform/graphics/GlyphPageTreeNode.cpp', 2679 'platform/graphics/GlyphPageTreeNode.cpp',
2680 'platform/graphics/Gradient.cpp', 2680 'platform/graphics/Gradient.cpp',
2681 'platform/graphics/GraphicsContext.cpp', 2681 'platform/graphics/GraphicsContext.cpp',
2682 'platform/graphics/GraphicsContext3D.cpp', 2682 'platform/graphics/GraphicsContext3D.cpp',
2683 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2683 'platform/graphics/GraphicsLayer.cpp', 2684 'platform/graphics/GraphicsLayer.cpp',
2684 'platform/graphics/GraphicsLayerAnimation.cpp', 2685 'platform/graphics/GraphicsLayerAnimation.cpp',
2685 'platform/graphics/GraphicsLayerAnimation.h', 2686 'platform/graphics/GraphicsLayerAnimation.h',
2686 'platform/graphics/GraphicsLayerTransform.cpp', 2687 'platform/graphics/GraphicsLayerTransform.cpp',
2687 'platform/graphics/GraphicsLayerTransform.h', 2688 'platform/graphics/GraphicsLayerTransform.h',
2688 'platform/graphics/GraphicsTypes.cpp', 2689 'platform/graphics/GraphicsTypes.cpp',
2689 'platform/graphics/Image.cpp', 2690 'platform/graphics/Image.cpp',
2690 'platform/graphics/ImageBuffer.cpp', 2691 'platform/graphics/ImageBuffer.cpp',
2691 'platform/graphics/ImageOrientation.cpp', 2692 'platform/graphics/ImageOrientation.cpp',
2692 'platform/graphics/ImageSource.cpp', 2693 'platform/graphics/ImageSource.cpp',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3676 'bison_exe': 'bison', 3677 'bison_exe': 'bison',
3677 # We specify a preprocess so it happens locally and won't get 3678 # We specify a preprocess so it happens locally and won't get
3678 # distributed to goma. 3679 # distributed to goma.
3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3680 # use /usr/bin/clang once we require Xcode 4.x. 3681 # use /usr/bin/clang once we require Xcode 4.x.
3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3682 }], 3683 }],
3683 ], 3684 ],
3684 } 3685 }
3685 } 3686 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/GraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698