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

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

Issue 1721943002: Don't animate a progress bar if it isn't animated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 10 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3963 matching lines...) Expand 10 before | Expand all | Expand 10 after
3974 'html/track/vtt/BufferedLineReaderTest.cpp', 3974 'html/track/vtt/BufferedLineReaderTest.cpp',
3975 'html/track/vtt/VTTScannerTest.cpp', 3975 'html/track/vtt/VTTScannerTest.cpp',
3976 'input/EventHandlerTest.cpp', 3976 'input/EventHandlerTest.cpp',
3977 'layout/ImageQualityControllerTest.cpp', 3977 'layout/ImageQualityControllerTest.cpp',
3978 'layout/LayoutBlockTest.cpp', 3978 'layout/LayoutBlockTest.cpp',
3979 'layout/LayoutBoxTest.cpp', 3979 'layout/LayoutBoxTest.cpp',
3980 'layout/LayoutInlineTest.cpp', 3980 'layout/LayoutInlineTest.cpp',
3981 'layout/LayoutMultiColumnFlowThreadTest.cpp', 3981 'layout/LayoutMultiColumnFlowThreadTest.cpp',
3982 'layout/LayoutObjectTest.cpp', 3982 'layout/LayoutObjectTest.cpp',
3983 'layout/LayoutPartTest.cpp', 3983 'layout/LayoutPartTest.cpp',
3984 'layout/LayoutProgressTest.cpp',
3984 'layout/LayoutTableCellTest.cpp', 3985 'layout/LayoutTableCellTest.cpp',
3985 'layout/LayoutTableRowTest.cpp', 3986 'layout/LayoutTableRowTest.cpp',
3986 'layout/LayoutTestHelper.cpp', 3987 'layout/LayoutTestHelper.cpp',
3987 'layout/LayoutTestHelper.h', 3988 'layout/LayoutTestHelper.h',
3988 'layout/LayoutThemeTest.cpp', 3989 'layout/LayoutThemeTest.cpp',
3989 'layout/MapLocalToAncestorTest.cpp', 3990 'layout/MapLocalToAncestorTest.cpp',
3990 'layout/MultiColumnFragmentainerGroupTest.cpp', 3991 'layout/MultiColumnFragmentainerGroupTest.cpp',
3991 'layout/OverflowModelTest.cpp', 3992 'layout/OverflowModelTest.cpp',
3992 'layout/PaginationTest.cpp', 3993 'layout/PaginationTest.cpp',
3993 'layout/PaintContainmentTest.cpp', 3994 'layout/PaintContainmentTest.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4025 'style/SVGComputedStyleTest.cpp', 4026 'style/SVGComputedStyleTest.cpp',
4026 'svg/SVGPathParserTest.cpp', 4027 'svg/SVGPathParserTest.cpp',
4027 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4028 'testing/PrivateScriptTestTest.cpp', 4029 'testing/PrivateScriptTestTest.cpp',
4029 'timing/MemoryInfoTest.cpp', 4030 'timing/MemoryInfoTest.cpp',
4030 'workers/WorkerThreadTest.cpp', 4031 'workers/WorkerThreadTest.cpp',
4031 'xml/parser/SharedBufferReaderTest.cpp', 4032 'xml/parser/SharedBufferReaderTest.cpp',
4032 ], 4033 ],
4033 } 4034 }
4034 } 4035 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/LayoutProgress.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698