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

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

Issue 15804002: Remove unused GraphicsLayerAnimation (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/animation/TimingFunction.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 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2680 'platform/graphics/LayoutBoxExtent.cpp', 2680 'platform/graphics/LayoutBoxExtent.cpp',
2681 'platform/graphics/GeneratorGeneratedImage.cpp', 2681 'platform/graphics/GeneratorGeneratedImage.cpp',
2682 'platform/graphics/GeneratedImage.cpp', 2682 'platform/graphics/GeneratedImage.cpp',
2683 'platform/graphics/GeneratedImage.h', 2683 'platform/graphics/GeneratedImage.h',
2684 'platform/graphics/GlyphPageTreeNode.cpp', 2684 'platform/graphics/GlyphPageTreeNode.cpp',
2685 'platform/graphics/Gradient.cpp', 2685 'platform/graphics/Gradient.cpp',
2686 'platform/graphics/GraphicsContext.cpp', 2686 'platform/graphics/GraphicsContext.cpp',
2687 'platform/graphics/GraphicsContext3D.cpp', 2687 'platform/graphics/GraphicsContext3D.cpp',
2688 'platform/graphics/GraphicsContext3DImagePacking.cpp', 2688 'platform/graphics/GraphicsContext3DImagePacking.cpp',
2689 'platform/graphics/GraphicsLayer.cpp', 2689 'platform/graphics/GraphicsLayer.cpp',
2690 'platform/graphics/GraphicsLayerAnimation.cpp',
2691 'platform/graphics/GraphicsLayerAnimation.h',
2692 'platform/graphics/GraphicsLayerTransform.cpp', 2690 'platform/graphics/GraphicsLayerTransform.cpp',
2693 'platform/graphics/GraphicsLayerTransform.h', 2691 'platform/graphics/GraphicsLayerTransform.h',
2694 'platform/graphics/GraphicsTypes.cpp', 2692 'platform/graphics/GraphicsTypes.cpp',
2695 'platform/graphics/Image.cpp', 2693 'platform/graphics/Image.cpp',
2696 'platform/graphics/ImageBuffer.cpp', 2694 'platform/graphics/ImageBuffer.cpp',
2697 'platform/graphics/ImageOrientation.cpp', 2695 'platform/graphics/ImageOrientation.cpp',
2698 'platform/graphics/ImageSource.cpp', 2696 'platform/graphics/ImageSource.cpp',
2699 'platform/graphics/InbandTextTrackPrivate.h', 2697 'platform/graphics/InbandTextTrackPrivate.h',
2700 'platform/graphics/InbandTextTrackPrivateClient.h', 2698 'platform/graphics/InbandTextTrackPrivateClient.h',
2701 'platform/graphics/Latin1TextIterator.h', 2699 'platform/graphics/Latin1TextIterator.h',
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
3681 'bison_exe': 'bison', 3679 'bison_exe': 'bison',
3682 # We specify a preprocess so it happens locally and won't get 3680 # We specify a preprocess so it happens locally and won't get
3683 # distributed to goma. 3681 # distributed to goma.
3684 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3682 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3685 # use /usr/bin/clang once we require Xcode 4.x. 3683 # use /usr/bin/clang once we require Xcode 4.x.
3686 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3684 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3687 }], 3685 }],
3688 ], 3686 ],
3689 } 3687 }
3690 } 3688 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/animation/TimingFunction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698