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

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

Issue 23431021: Refactoring animation code in accelerated path. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 '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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 'rendering/RenderingNodeProxy.h', 1528 'rendering/RenderingNodeProxy.h',
1529 'rendering/RootInlineBox.cpp', 1529 'rendering/RootInlineBox.cpp',
1530 'rendering/ScrollBehavior.cpp', 1530 'rendering/ScrollBehavior.cpp',
1531 'rendering/SubtreeLayoutScope.cpp', 1531 'rendering/SubtreeLayoutScope.cpp',
1532 'rendering/SubtreeLayoutScope.h', 1532 'rendering/SubtreeLayoutScope.h',
1533 'rendering/TableLayout.h', 1533 'rendering/TableLayout.h',
1534 'rendering/TrailingFloatsRootInlineBox.h', 1534 'rendering/TrailingFloatsRootInlineBox.h',
1535 'rendering/VerticalPositionCache.h', 1535 'rendering/VerticalPositionCache.h',
1536 'rendering/break_lines.cpp', 1536 'rendering/break_lines.cpp',
1537 'rendering/break_lines.h', 1537 'rendering/break_lines.h',
1538 'rendering/animation/WebAnimationProvider.cpp',
1539 'rendering/animation/WebAnimationProvider.h',
1538 'rendering/shapes/PolygonShape.cpp', 1540 'rendering/shapes/PolygonShape.cpp',
1539 'rendering/shapes/PolygonShape.h', 1541 'rendering/shapes/PolygonShape.h',
1540 'rendering/shapes/RasterShape.cpp', 1542 'rendering/shapes/RasterShape.cpp',
1541 'rendering/shapes/RasterShape.h', 1543 'rendering/shapes/RasterShape.h',
1542 'rendering/shapes/RectangleShape.cpp', 1544 'rendering/shapes/RectangleShape.cpp',
1543 'rendering/shapes/RectangleShape.h', 1545 'rendering/shapes/RectangleShape.h',
1544 'rendering/shapes/Shape.cpp', 1546 'rendering/shapes/Shape.cpp',
1545 'rendering/shapes/Shape.h', 1547 'rendering/shapes/Shape.h',
1546 'rendering/shapes/ShapeInfo.cpp', 1548 'rendering/shapes/ShapeInfo.cpp',
1547 'rendering/shapes/ShapeInfo.h', 1549 'rendering/shapes/ShapeInfo.h',
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2686 'platform/Theme.cpp', 2688 'platform/Theme.cpp',
2687 'platform/ThreadGlobalData.cpp', 2689 'platform/ThreadGlobalData.cpp',
2688 'platform/ThreadTimers.cpp', 2690 'platform/ThreadTimers.cpp',
2689 'platform/ThreadTimers.h', 2691 'platform/ThreadTimers.h',
2690 'platform/Timer.cpp', 2692 'platform/Timer.cpp',
2691 'platform/UUID.cpp', 2693 'platform/UUID.cpp',
2692 'platform/UUID.h', 2694 'platform/UUID.h',
2693 'platform/Widget.cpp', 2695 'platform/Widget.cpp',
2694 'platform/Widget.h', 2696 'platform/Widget.h',
2695 'platform/animation/AnimationValue.h', 2697 'platform/animation/AnimationValue.h',
2698 'platform/animation/AnimationTranslationUtil.cpp',
2699 'platform/animation/AnimationTranslationUtil.h',
2696 'platform/animation/CSSAnimationData.cpp', 2700 'platform/animation/CSSAnimationData.cpp',
2697 'platform/animation/CSSAnimationDataList.cpp', 2701 'platform/animation/CSSAnimationDataList.cpp',
2698 'platform/animation/KeyframeValueList.cpp', 2702 'platform/animation/KeyframeValueList.cpp',
2699 'platform/animation/KeyframeValueList.h', 2703 'platform/animation/KeyframeValueList.h',
2700 'platform/audio/AudioArray.h', 2704 'platform/audio/AudioArray.h',
2701 'platform/audio/AudioBus.cpp', 2705 'platform/audio/AudioBus.cpp',
2702 'platform/audio/AudioBus.h', 2706 'platform/audio/AudioBus.h',
2703 'platform/audio/AudioChannel.cpp', 2707 'platform/audio/AudioChannel.cpp',
2704 'platform/audio/AudioChannel.h', 2708 'platform/audio/AudioChannel.h',
2705 'platform/audio/AudioDSPKernel.h', 2709 'platform/audio/AudioDSPKernel.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 'platform/graphics/TextRun.cpp', 2892 'platform/graphics/TextRun.cpp',
2889 'platform/graphics/UnitBezier.h', 2893 'platform/graphics/UnitBezier.h',
2890 'platform/graphics/WidthIterator.cpp', 2894 'platform/graphics/WidthIterator.cpp',
2891 'platform/graphics/WidthIterator.h', 2895 'platform/graphics/WidthIterator.h',
2892 'platform/graphics/cg/FloatPointCG.cpp', 2896 'platform/graphics/cg/FloatPointCG.cpp',
2893 'platform/graphics/cg/FloatRectCG.cpp', 2897 'platform/graphics/cg/FloatRectCG.cpp',
2894 'platform/graphics/cg/FloatSizeCG.cpp', 2898 'platform/graphics/cg/FloatSizeCG.cpp',
2895 'platform/graphics/cg/IntPointCG.cpp', 2899 'platform/graphics/cg/IntPointCG.cpp',
2896 'platform/graphics/cg/IntRectCG.cpp', 2900 'platform/graphics/cg/IntRectCG.cpp',
2897 'platform/graphics/cg/IntSizeCG.cpp', 2901 'platform/graphics/cg/IntSizeCG.cpp',
2898 'platform/graphics/chromium/AnimationTranslationUtil.cpp',
2899 'platform/graphics/chromium/AnimationTranslationUtil.h',
2900 'platform/graphics/chromium/Canvas2DLayerBridge.cpp', 2902 'platform/graphics/chromium/Canvas2DLayerBridge.cpp',
2901 'platform/graphics/chromium/Canvas2DLayerBridge.h', 2903 'platform/graphics/chromium/Canvas2DLayerBridge.h',
2902 'platform/graphics/chromium/Canvas2DLayerManager.cpp', 2904 'platform/graphics/chromium/Canvas2DLayerManager.cpp',
2903 'platform/graphics/chromium/Canvas2DLayerManager.h', 2905 'platform/graphics/chromium/Canvas2DLayerManager.h',
2904 'platform/graphics/chromium/CrossProcessFontLoading.h', 2906 'platform/graphics/chromium/CrossProcessFontLoading.h',
2905 'platform/graphics/chromium/CrossProcessFontLoading.mm', 2907 'platform/graphics/chromium/CrossProcessFontLoading.mm',
2906 'platform/graphics/chromium/DeferredImageDecoder.cpp', 2908 'platform/graphics/chromium/DeferredImageDecoder.cpp',
2907 'platform/graphics/chromium/DeferredImageDecoder.h', 2909 'platform/graphics/chromium/DeferredImageDecoder.h',
2908 'platform/graphics/chromium/DiscardablePixelRef.cpp', 2910 'platform/graphics/chromium/DiscardablePixelRef.cpp',
2909 'platform/graphics/chromium/DiscardablePixelRef.h', 2911 'platform/graphics/chromium/DiscardablePixelRef.h',
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
3817 'animation/TimedItemTest.cpp', 3819 'animation/TimedItemTest.cpp',
3818 'css/CSSParserValuesTest.cpp', 3820 'css/CSSParserValuesTest.cpp',
3819 'css/CSSCalculationValueTest.cpp', 3821 'css/CSSCalculationValueTest.cpp',
3820 'fetch/ImageResourceTest.cpp', 3822 'fetch/ImageResourceTest.cpp',
3821 'fetch/MemoryCacheTest.cpp', 3823 'fetch/MemoryCacheTest.cpp',
3822 'fetch/ResourceFetcherTest.cpp', 3824 'fetch/ResourceFetcherTest.cpp',
3823 'html/TimeRangesTest.cpp', 3825 'html/TimeRangesTest.cpp',
3824 'page/ImageBitmapTest.cpp', 3826 'page/ImageBitmapTest.cpp',
3825 'platform/DecimalTest.cpp', 3827 'platform/DecimalTest.cpp',
3826 'platform/SharedBufferTest.cpp', 3828 'platform/SharedBufferTest.cpp',
3829 'platform/animation/AnimationTranslationUtilTest.cpp',
3827 'platform/chromium/ClipboardChromiumTest.cpp', 3830 'platform/chromium/ClipboardChromiumTest.cpp',
3828 'platform/graphics/BitmapImageTest.cpp', 3831 'platform/graphics/BitmapImageTest.cpp',
3829 'platform/graphics/FontTest.cpp', 3832 'platform/graphics/FontTest.cpp',
3830 'platform/graphics/GraphicsContextTest.cpp', 3833 'platform/graphics/GraphicsContextTest.cpp',
3831 'platform/graphics/RoundedRectTest.cpp', 3834 'platform/graphics/RoundedRectTest.cpp',
3832 'platform/graphics/UnitBezierTest.cpp', 3835 'platform/graphics/UnitBezierTest.cpp',
3833 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
3834 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', 3836 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp',
3835 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', 3837 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp',
3836 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', 3838 'platform/graphics/chromium/DeferredImageDecoderTest.cpp',
3837 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', 3839 'platform/graphics/chromium/ImageDecodingStoreTest.cpp',
3838 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', 3840 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp',
3839 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', 3841 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp',
3840 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', 3842 'platform/graphics/chromium/test/MockDiscardablePixelRef.h',
3841 'platform/graphics/chromium/test/MockImageDecoder.h', 3843 'platform/graphics/chromium/test/MockImageDecoder.h',
3842 'platform/graphics/gpu/DrawingBufferTest.cpp', 3844 'platform/graphics/gpu/DrawingBufferTest.cpp',
3843 'platform/image-decoders/ImageDecoderTest.cpp', 3845 'platform/image-decoders/ImageDecoderTest.cpp',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
3882 'bison_exe': 'bison', 3884 'bison_exe': 'bison',
3883 # We specify a preprocess so it happens locally and won't get 3885 # We specify a preprocess so it happens locally and won't get
3884 # distributed to goma. 3886 # distributed to goma.
3885 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3887 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3886 # use /usr/bin/clang once we require Xcode 4.x. 3888 # use /usr/bin/clang once we require Xcode 4.x.
3887 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3889 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3888 }], 3890 }],
3889 ], 3891 ],
3890 } 3892 }
3891 } 3893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698