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

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

Issue 1076163002: Don't clear FontFaceCache if no @font-face were removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3738 matching lines...) Expand 10 before | Expand all | Expand 10 after
3749 'css/resolver/FontBuilderTest.cpp', 3749 'css/resolver/FontBuilderTest.cpp',
3750 'dom/ActiveDOMObjectTest.cpp', 3750 'dom/ActiveDOMObjectTest.cpp',
3751 'dom/CrossThreadTaskTest.cpp', 3751 'dom/CrossThreadTaskTest.cpp',
3752 'dom/DOMImplementationTest.cpp', 3752 'dom/DOMImplementationTest.cpp',
3753 'dom/DocumentMarkerControllerTest.cpp', 3753 'dom/DocumentMarkerControllerTest.cpp',
3754 'dom/DocumentTest.cpp', 3754 'dom/DocumentTest.cpp',
3755 'dom/MainThreadTaskRunnerTest.cpp', 3755 'dom/MainThreadTaskRunnerTest.cpp',
3756 'dom/NthIndexCacheTest.cpp', 3756 'dom/NthIndexCacheTest.cpp',
3757 'dom/RangeTest.cpp', 3757 'dom/RangeTest.cpp',
3758 'dom/ScriptRunnerTest.cpp', 3758 'dom/ScriptRunnerTest.cpp',
3759 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3759 'dom/TreeScopeTest.cpp', 3760 'dom/TreeScopeTest.cpp',
3760 'dom/shadow/ComposedTreeTraversalTest.cpp', 3761 'dom/shadow/ComposedTreeTraversalTest.cpp',
3761 'editing/CompositionUnderlineRangeFilterTest.cpp', 3762 'editing/CompositionUnderlineRangeFilterTest.cpp',
3762 'editing/FrameSelectionTest.cpp', 3763 'editing/FrameSelectionTest.cpp',
3763 'editing/InputMethodControllerTest.cpp', 3764 'editing/InputMethodControllerTest.cpp',
3764 'editing/iterators/TextIteratorTest.cpp', 3765 'editing/iterators/TextIteratorTest.cpp',
3765 'editing/SurroundingTextTest.cpp', 3766 'editing/SurroundingTextTest.cpp',
3766 'editing/VisibleSelectionTest.cpp', 3767 'editing/VisibleSelectionTest.cpp',
3767 'fetch/CachingCorrectnessTest.cpp', 3768 'fetch/CachingCorrectnessTest.cpp',
3768 'fetch/ImageResourceTest.cpp', 3769 'fetch/ImageResourceTest.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
3821 'paint/LayerClipRecorderTest.cpp', 3822 'paint/LayerClipRecorderTest.cpp',
3822 'paint/LayoutObjectDrawingRecorderTest.cpp', 3823 'paint/LayoutObjectDrawingRecorderTest.cpp',
3823 'paint/TextPainterTest.cpp', 3824 'paint/TextPainterTest.cpp',
3824 'streams/ReadableStreamReaderTest.cpp', 3825 'streams/ReadableStreamReaderTest.cpp',
3825 'streams/ReadableStreamTest.cpp', 3826 'streams/ReadableStreamTest.cpp',
3826 'testing/PrivateScriptTestTest.cpp', 3827 'testing/PrivateScriptTestTest.cpp',
3827 'xml/parser/SharedBufferReaderTest.cpp', 3828 'xml/parser/SharedBufferReaderTest.cpp',
3828 ], 3829 ],
3829 } 3830 }
3830 } 3831 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/remove-sheet-no-layout-expected.txt ('k') | Source/core/dom/DocumentStyleSheetCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698