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

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

Issue 804873003: Clear matched properties cache for theme color changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/dom/Document.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 '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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3634 matching lines...) Expand 10 before | Expand all | Expand 10 after
3645 'paint/LayerClipRecorderTest.cpp', 3645 'paint/LayerClipRecorderTest.cpp',
3646 'paint/TextPainterTest.cpp', 3646 'paint/TextPainterTest.cpp',
3647 'paint/ViewDisplayListTest.cpp', 3647 'paint/ViewDisplayListTest.cpp',
3648 'rendering/RenderBlockTest.cpp', 3648 'rendering/RenderBlockTest.cpp',
3649 'rendering/RenderInlineTest.cpp', 3649 'rendering/RenderInlineTest.cpp',
3650 'rendering/RenderMultiColumnFlowThreadTest.cpp', 3650 'rendering/RenderMultiColumnFlowThreadTest.cpp',
3651 'rendering/RenderOverflowTest.cpp', 3651 'rendering/RenderOverflowTest.cpp',
3652 'rendering/RenderPartTest.cpp', 3652 'rendering/RenderPartTest.cpp',
3653 'rendering/RenderTableCellTest.cpp', 3653 'rendering/RenderTableCellTest.cpp',
3654 'rendering/RenderTableRowTest.cpp', 3654 'rendering/RenderTableRowTest.cpp',
3655 'rendering/RenderThemeTest.cpp',
3655 'rendering/RenderingTestHelper.cpp', 3656 'rendering/RenderingTestHelper.cpp',
3656 'rendering/RenderingTestHelper.h', 3657 'rendering/RenderingTestHelper.h',
3657 'rendering/shapes/BoxShapeTest.cpp', 3658 'rendering/shapes/BoxShapeTest.cpp',
3658 'rendering/style/OutlineValueTest.cpp', 3659 'rendering/style/OutlineValueTest.cpp',
3659 'rendering/style/RenderStyleTest.cpp', 3660 'rendering/style/RenderStyleTest.cpp',
3660 'rendering/style/SVGRenderStyleTest.cpp', 3661 'rendering/style/SVGRenderStyleTest.cpp',
3661 'streams/ReadableStreamTest.cpp', 3662 'streams/ReadableStreamTest.cpp',
3662 'testing/PrivateScriptTestTest.cpp', 3663 'testing/PrivateScriptTestTest.cpp',
3663 'testing/UnitTestHelpers.cpp', 3664 'testing/UnitTestHelpers.cpp',
3664 'testing/UnitTestHelpers.h', 3665 'testing/UnitTestHelpers.h',
3665 'xml/parser/SharedBufferReaderTest.cpp', 3666 'xml/parser/SharedBufferReaderTest.cpp',
3666 ], 3667 ],
3667 } 3668 }
3668 } 3669 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698