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

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

Issue 715633006: Remove FontDescriptionChangeScope, and let FontBuilder partially apply values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix size/family ordering. 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
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 3581 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'css/MediaValuesTest.cpp', 3592 'css/MediaValuesTest.cpp',
3593 'css/RuleSetTest.cpp', 3593 'css/RuleSetTest.cpp',
3594 'css/invalidation/DescendantInvalidationSetTest.cpp', 3594 'css/invalidation/DescendantInvalidationSetTest.cpp',
3595 'css/parser/BisonCSSParserTest.cpp', 3595 'css/parser/BisonCSSParserTest.cpp',
3596 'css/parser/CSSParserValuesTest.cpp', 3596 'css/parser/CSSParserValuesTest.cpp',
3597 'css/parser/CSSPropertyParserTest.cpp', 3597 'css/parser/CSSPropertyParserTest.cpp',
3598 'css/parser/CSSTokenizerTest.cpp', 3598 'css/parser/CSSTokenizerTest.cpp',
3599 'css/parser/MediaConditionTest.cpp', 3599 'css/parser/MediaConditionTest.cpp',
3600 'css/parser/SizesAttributeParserTest.cpp', 3600 'css/parser/SizesAttributeParserTest.cpp',
3601 'css/parser/SizesCalcParserTest.cpp', 3601 'css/parser/SizesCalcParserTest.cpp',
3602 'css/resolver/FontBuilderTest.cpp',
3602 'dom/ActiveDOMObjectTest.cpp', 3603 'dom/ActiveDOMObjectTest.cpp',
3603 'dom/DOMImplementationTest.cpp', 3604 'dom/DOMImplementationTest.cpp',
3604 'dom/DocumentMarkerControllerTest.cpp', 3605 'dom/DocumentMarkerControllerTest.cpp',
3605 'dom/DocumentTest.cpp', 3606 'dom/DocumentTest.cpp',
3606 'dom/MainThreadTaskRunnerTest.cpp', 3607 'dom/MainThreadTaskRunnerTest.cpp',
3607 'dom/RangeTest.cpp', 3608 'dom/RangeTest.cpp',
3608 'dom/TreeScopeTest.cpp', 3609 'dom/TreeScopeTest.cpp',
3609 'editing/CompositionUnderlineRangeFilterTest.cpp', 3610 'editing/CompositionUnderlineRangeFilterTest.cpp',
3610 'editing/FrameSelectionTest.cpp', 3611 'editing/FrameSelectionTest.cpp',
3611 'editing/InputMethodControllerTest.cpp', 3612 'editing/InputMethodControllerTest.cpp',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
3657 'rendering/style/RenderStyleTest.cpp', 3658 'rendering/style/RenderStyleTest.cpp',
3658 'rendering/style/SVGRenderStyleTest.cpp', 3659 'rendering/style/SVGRenderStyleTest.cpp',
3659 'streams/ReadableStreamTest.cpp', 3660 'streams/ReadableStreamTest.cpp',
3660 'testing/PrivateScriptTestTest.cpp', 3661 'testing/PrivateScriptTestTest.cpp',
3661 'testing/UnitTestHelpers.cpp', 3662 'testing/UnitTestHelpers.cpp',
3662 'testing/UnitTestHelpers.h', 3663 'testing/UnitTestHelpers.h',
3663 'xml/parser/SharedBufferReaderTest.cpp', 3664 'xml/parser/SharedBufferReaderTest.cpp',
3664 ], 3665 ],
3665 } 3666 }
3666 } 3667 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/FontBuilder.h » ('j') | Source/core/css/resolver/FontBuilder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698