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

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: Fix typo 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
« no previous file with comments | « no previous file | Source/core/platform/animation/AnimationTranslationUtil.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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 'rendering/RenderingNodeProxy.h', 1530 'rendering/RenderingNodeProxy.h',
1531 'rendering/RootInlineBox.cpp', 1531 'rendering/RootInlineBox.cpp',
1532 'rendering/ScrollBehavior.cpp', 1532 'rendering/ScrollBehavior.cpp',
1533 'rendering/SubtreeLayoutScope.cpp', 1533 'rendering/SubtreeLayoutScope.cpp',
1534 'rendering/SubtreeLayoutScope.h', 1534 'rendering/SubtreeLayoutScope.h',
1535 'rendering/TableLayout.h', 1535 'rendering/TableLayout.h',
1536 'rendering/TrailingFloatsRootInlineBox.h', 1536 'rendering/TrailingFloatsRootInlineBox.h',
1537 'rendering/VerticalPositionCache.h', 1537 'rendering/VerticalPositionCache.h',
1538 'rendering/break_lines.cpp', 1538 'rendering/break_lines.cpp',
1539 'rendering/break_lines.h', 1539 'rendering/break_lines.h',
1540 'rendering/animation/WebAnimationProvider.cpp',
1541 'rendering/animation/WebAnimationProvider.h',
1540 'rendering/shapes/PolygonShape.cpp', 1542 'rendering/shapes/PolygonShape.cpp',
1541 'rendering/shapes/PolygonShape.h', 1543 'rendering/shapes/PolygonShape.h',
1542 'rendering/shapes/RasterShape.cpp', 1544 'rendering/shapes/RasterShape.cpp',
1543 'rendering/shapes/RasterShape.h', 1545 'rendering/shapes/RasterShape.h',
1544 'rendering/shapes/RectangleShape.cpp', 1546 'rendering/shapes/RectangleShape.cpp',
1545 'rendering/shapes/RectangleShape.h', 1547 'rendering/shapes/RectangleShape.h',
1546 'rendering/shapes/Shape.cpp', 1548 'rendering/shapes/Shape.cpp',
1547 'rendering/shapes/Shape.h', 1549 'rendering/shapes/Shape.h',
1548 'rendering/shapes/ShapeInfo.cpp', 1550 'rendering/shapes/ShapeInfo.cpp',
1549 'rendering/shapes/ShapeInfo.h', 1551 'rendering/shapes/ShapeInfo.h',
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2690 'platform/Theme.cpp', 2692 'platform/Theme.cpp',
2691 'platform/ThreadGlobalData.cpp', 2693 'platform/ThreadGlobalData.cpp',
2692 'platform/ThreadTimers.cpp', 2694 'platform/ThreadTimers.cpp',
2693 'platform/ThreadTimers.h', 2695 'platform/ThreadTimers.h',
2694 'platform/Timer.cpp', 2696 'platform/Timer.cpp',
2695 'platform/UUID.cpp', 2697 'platform/UUID.cpp',
2696 'platform/UUID.h', 2698 'platform/UUID.h',
2697 'platform/Widget.cpp', 2699 'platform/Widget.cpp',
2698 'platform/Widget.h', 2700 'platform/Widget.h',
2699 'platform/animation/AnimationValue.h', 2701 'platform/animation/AnimationValue.h',
2702 'platform/animation/AnimationTranslationUtil.cpp',
2703 'platform/animation/AnimationTranslationUtil.h',
2700 'platform/animation/CSSAnimationData.cpp', 2704 'platform/animation/CSSAnimationData.cpp',
2701 'platform/animation/CSSAnimationDataList.cpp', 2705 'platform/animation/CSSAnimationDataList.cpp',
2702 'platform/animation/KeyframeValueList.cpp', 2706 'platform/animation/KeyframeValueList.cpp',
2703 'platform/animation/KeyframeValueList.h', 2707 'platform/animation/KeyframeValueList.h',
2704 'platform/audio/AudioArray.h', 2708 'platform/audio/AudioArray.h',
2705 'platform/audio/AudioBus.cpp', 2709 'platform/audio/AudioBus.cpp',
2706 'platform/audio/AudioBus.h', 2710 'platform/audio/AudioBus.h',
2707 'platform/audio/AudioChannel.cpp', 2711 'platform/audio/AudioChannel.cpp',
2708 'platform/audio/AudioChannel.h', 2712 'platform/audio/AudioChannel.h',
2709 'platform/audio/AudioDSPKernel.h', 2713 'platform/audio/AudioDSPKernel.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 'platform/graphics/TextRun.cpp', 2896 'platform/graphics/TextRun.cpp',
2893 'platform/graphics/UnitBezier.h', 2897 'platform/graphics/UnitBezier.h',
2894 'platform/graphics/WidthIterator.cpp', 2898 'platform/graphics/WidthIterator.cpp',
2895 'platform/graphics/WidthIterator.h', 2899 'platform/graphics/WidthIterator.h',
2896 'platform/graphics/cg/FloatPointCG.cpp', 2900 'platform/graphics/cg/FloatPointCG.cpp',
2897 'platform/graphics/cg/FloatRectCG.cpp', 2901 'platform/graphics/cg/FloatRectCG.cpp',
2898 'platform/graphics/cg/FloatSizeCG.cpp', 2902 'platform/graphics/cg/FloatSizeCG.cpp',
2899 'platform/graphics/cg/IntPointCG.cpp', 2903 'platform/graphics/cg/IntPointCG.cpp',
2900 'platform/graphics/cg/IntRectCG.cpp', 2904 'platform/graphics/cg/IntRectCG.cpp',
2901 'platform/graphics/cg/IntSizeCG.cpp', 2905 'platform/graphics/cg/IntSizeCG.cpp',
2902 'platform/graphics/chromium/AnimationTranslationUtil.cpp',
2903 'platform/graphics/chromium/AnimationTranslationUtil.h',
2904 'platform/graphics/chromium/Canvas2DLayerBridge.cpp', 2906 'platform/graphics/chromium/Canvas2DLayerBridge.cpp',
2905 'platform/graphics/chromium/Canvas2DLayerBridge.h', 2907 'platform/graphics/chromium/Canvas2DLayerBridge.h',
2906 'platform/graphics/chromium/Canvas2DLayerManager.cpp', 2908 'platform/graphics/chromium/Canvas2DLayerManager.cpp',
2907 'platform/graphics/chromium/Canvas2DLayerManager.h', 2909 'platform/graphics/chromium/Canvas2DLayerManager.h',
2908 'platform/graphics/chromium/CrossProcessFontLoading.h', 2910 'platform/graphics/chromium/CrossProcessFontLoading.h',
2909 'platform/graphics/chromium/CrossProcessFontLoading.mm', 2911 'platform/graphics/chromium/CrossProcessFontLoading.mm',
2910 'platform/graphics/chromium/DeferredImageDecoder.cpp', 2912 'platform/graphics/chromium/DeferredImageDecoder.cpp',
2911 'platform/graphics/chromium/DeferredImageDecoder.h', 2913 'platform/graphics/chromium/DeferredImageDecoder.h',
2912 'platform/graphics/chromium/DiscardablePixelRef.cpp', 2914 'platform/graphics/chromium/DiscardablePixelRef.cpp',
2913 'platform/graphics/chromium/DiscardablePixelRef.h', 2915 'platform/graphics/chromium/DiscardablePixelRef.h',
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3819 'animation/TimedItemTest.cpp', 3821 'animation/TimedItemTest.cpp',
3820 'css/CSSParserValuesTest.cpp', 3822 'css/CSSParserValuesTest.cpp',
3821 'css/CSSCalculationValueTest.cpp', 3823 'css/CSSCalculationValueTest.cpp',
3822 'fetch/ImageResourceTest.cpp', 3824 'fetch/ImageResourceTest.cpp',
3823 'fetch/MemoryCacheTest.cpp', 3825 'fetch/MemoryCacheTest.cpp',
3824 'fetch/ResourceFetcherTest.cpp', 3826 'fetch/ResourceFetcherTest.cpp',
3825 'html/TimeRangesTest.cpp', 3827 'html/TimeRangesTest.cpp',
3826 'page/ImageBitmapTest.cpp', 3828 'page/ImageBitmapTest.cpp',
3827 'platform/DecimalTest.cpp', 3829 'platform/DecimalTest.cpp',
3828 'platform/SharedBufferTest.cpp', 3830 'platform/SharedBufferTest.cpp',
3831 'platform/animation/AnimationTranslationUtilTest.cpp',
3829 'platform/chromium/ClipboardChromiumTest.cpp', 3832 'platform/chromium/ClipboardChromiumTest.cpp',
3830 'platform/graphics/BitmapImageTest.cpp', 3833 'platform/graphics/BitmapImageTest.cpp',
3831 'platform/graphics/FontTest.cpp', 3834 'platform/graphics/FontTest.cpp',
3832 'platform/graphics/GraphicsContextTest.cpp', 3835 'platform/graphics/GraphicsContextTest.cpp',
3833 'platform/graphics/RoundedRectTest.cpp', 3836 'platform/graphics/RoundedRectTest.cpp',
3834 'platform/graphics/UnitBezierTest.cpp', 3837 'platform/graphics/UnitBezierTest.cpp',
3835 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
3836 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', 3838 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp',
3837 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', 3839 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp',
3838 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', 3840 'platform/graphics/chromium/DeferredImageDecoderTest.cpp',
3839 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', 3841 'platform/graphics/chromium/ImageDecodingStoreTest.cpp',
3840 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', 3842 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp',
3841 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', 3843 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp',
3842 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', 3844 'platform/graphics/chromium/test/MockDiscardablePixelRef.h',
3843 'platform/graphics/chromium/test/MockImageDecoder.h', 3845 'platform/graphics/chromium/test/MockImageDecoder.h',
3844 'platform/graphics/gpu/DrawingBufferTest.cpp', 3846 'platform/graphics/gpu/DrawingBufferTest.cpp',
3845 'platform/image-decoders/ImageDecoderTest.cpp', 3847 'platform/image-decoders/ImageDecoderTest.cpp',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 'bison_exe': 'bison', 3890 'bison_exe': 'bison',
3889 # We specify a preprocess so it happens locally and won't get 3891 # We specify a preprocess so it happens locally and won't get
3890 # distributed to goma. 3892 # distributed to goma.
3891 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3893 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3892 # use /usr/bin/clang once we require Xcode 4.x. 3894 # use /usr/bin/clang once we require Xcode 4.x.
3893 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3895 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3894 }], 3896 }],
3895 ], 3897 ],
3896 } 3898 }
3897 } 3899 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/animation/AnimationTranslationUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698