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

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

Issue 61753010: Move CSSAnimationData and CSSAnimationDataList to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 '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 2684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2695 'platform/ScrollbarThemeNonMacCommon.cpp', 2695 'platform/ScrollbarThemeNonMacCommon.cpp',
2696 'platform/ScrollbarThemeNonMacCommon.h', 2696 'platform/ScrollbarThemeNonMacCommon.h',
2697 'platform/ScrollbarThemeOverlay.cpp', 2697 'platform/ScrollbarThemeOverlay.cpp',
2698 'platform/ScrollbarThemeOverlay.h', 2698 'platform/ScrollbarThemeOverlay.h',
2699 'platform/ScrollbarThemeWin.cpp', 2699 'platform/ScrollbarThemeWin.cpp',
2700 'platform/ScrollbarThemeWin.h', 2700 'platform/ScrollbarThemeWin.h',
2701 'platform/Theme.cpp', 2701 'platform/Theme.cpp',
2702 'platform/animation/AnimationValue.h', 2702 'platform/animation/AnimationValue.h',
2703 'platform/animation/AnimationTranslationUtil.cpp', 2703 'platform/animation/AnimationTranslationUtil.cpp',
2704 'platform/animation/AnimationTranslationUtil.h', 2704 'platform/animation/AnimationTranslationUtil.h',
2705 'platform/animation/CSSAnimationData.cpp',
2706 'platform/animation/CSSAnimationDataList.cpp',
2707 'platform/animation/KeyframeValueList.cpp', 2705 'platform/animation/KeyframeValueList.cpp',
2708 'platform/animation/KeyframeValueList.h', 2706 'platform/animation/KeyframeValueList.h',
2709 'platform/chromium/ChromiumDataObject.cpp', 2707 'platform/chromium/ChromiumDataObject.cpp',
2710 'platform/chromium/ChromiumDataObject.h', 2708 'platform/chromium/ChromiumDataObject.h',
2711 'platform/chromium/ChromiumDataObjectItem.cpp', 2709 'platform/chromium/ChromiumDataObjectItem.cpp',
2712 'platform/chromium/ChromiumDataObjectItem.h', 2710 'platform/chromium/ChromiumDataObjectItem.h',
2713 'platform/chromium/FramelessScrollView.cpp', 2711 'platform/chromium/FramelessScrollView.cpp',
2714 'platform/chromium/FramelessScrollView.h', 2712 'platform/chromium/FramelessScrollView.h',
2715 'platform/chromium/FramelessScrollViewClient.h', 2713 'platform/chromium/FramelessScrollViewClient.h',
2716 'platform/chromium/KeyCodeConversion.h', 2714 'platform/chromium/KeyCodeConversion.h',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
3538 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3536 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3539 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3537 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3540 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3538 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3541 'platform/testing/FakeWebGraphicsContext3D.h', 3539 'platform/testing/FakeWebGraphicsContext3D.h',
3542 'rendering/RenderOverflowTest.cpp', 3540 'rendering/RenderOverflowTest.cpp',
3543 'testing/UnitTestHelpers.h', 3541 'testing/UnitTestHelpers.h',
3544 'testing/UnitTestHelpers.cpp', 3542 'testing/UnitTestHelpers.cpp',
3545 ], 3543 ],
3546 } 3544 }
3547 } 3545 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698