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

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: IsSetFlag -> PropertySetFlag. Created 5 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
« no previous file with comments | « no previous file | Source/core/css/resolver/FontBuilder.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 3684 matching lines...) Expand 10 before | Expand all | Expand 10 after
3695 'css/RuleSetTest.cpp', 3695 'css/RuleSetTest.cpp',
3696 'css/invalidation/DescendantInvalidationSetTest.cpp', 3696 'css/invalidation/DescendantInvalidationSetTest.cpp',
3697 'css/parser/BisonCSSParserTest.cpp', 3697 'css/parser/BisonCSSParserTest.cpp',
3698 'css/parser/CSSParserValuesTest.cpp', 3698 'css/parser/CSSParserValuesTest.cpp',
3699 'css/parser/CSSPropertyParserTest.cpp', 3699 'css/parser/CSSPropertyParserTest.cpp',
3700 'css/parser/CSSSelectorParserTest.cpp', 3700 'css/parser/CSSSelectorParserTest.cpp',
3701 'css/parser/CSSTokenizerTest.cpp', 3701 'css/parser/CSSTokenizerTest.cpp',
3702 'css/parser/MediaConditionTest.cpp', 3702 'css/parser/MediaConditionTest.cpp',
3703 'css/parser/SizesAttributeParserTest.cpp', 3703 'css/parser/SizesAttributeParserTest.cpp',
3704 'css/parser/SizesCalcParserTest.cpp', 3704 'css/parser/SizesCalcParserTest.cpp',
3705 'css/resolver/FontBuilderTest.cpp',
3705 'dom/ActiveDOMObjectTest.cpp', 3706 'dom/ActiveDOMObjectTest.cpp',
3706 'dom/DOMImplementationTest.cpp', 3707 'dom/DOMImplementationTest.cpp',
3707 'dom/DocumentMarkerControllerTest.cpp', 3708 'dom/DocumentMarkerControllerTest.cpp',
3708 'dom/DocumentTest.cpp', 3709 'dom/DocumentTest.cpp',
3709 'dom/MainThreadTaskRunnerTest.cpp', 3710 'dom/MainThreadTaskRunnerTest.cpp',
3710 'dom/RangeTest.cpp', 3711 'dom/RangeTest.cpp',
3711 'dom/TreeScopeTest.cpp', 3712 'dom/TreeScopeTest.cpp',
3712 'editing/CompositionUnderlineRangeFilterTest.cpp', 3713 'editing/CompositionUnderlineRangeFilterTest.cpp',
3713 'editing/FrameSelectionTest.cpp', 3714 'editing/FrameSelectionTest.cpp',
3714 'editing/InputMethodControllerTest.cpp', 3715 'editing/InputMethodControllerTest.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
3763 'rendering/style/RenderStyleTest.cpp', 3764 'rendering/style/RenderStyleTest.cpp',
3764 'rendering/style/SVGRenderStyleTest.cpp', 3765 'rendering/style/SVGRenderStyleTest.cpp',
3765 'streams/ReadableStreamTest.cpp', 3766 'streams/ReadableStreamTest.cpp',
3766 'testing/PrivateScriptTestTest.cpp', 3767 'testing/PrivateScriptTestTest.cpp',
3767 'testing/UnitTestHelpers.cpp', 3768 'testing/UnitTestHelpers.cpp',
3768 'testing/UnitTestHelpers.h', 3769 'testing/UnitTestHelpers.h',
3769 'xml/parser/SharedBufferReaderTest.cpp', 3770 'xml/parser/SharedBufferReaderTest.cpp',
3770 ], 3771 ],
3771 } 3772 }
3772 } 3773 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698