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

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

Issue 1283133006: Reland: Prepare for multiple !important author ranges. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: STACK_ALLOCATED to fix oilpan issue for MatchResult. Created 5 years, 4 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/ElementRuleCollector.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3728 matching lines...) Expand 10 before | Expand all | Expand 10 after
3739 'css/RuleSetTest.cpp', 3739 'css/RuleSetTest.cpp',
3740 'css/invalidation/DescendantInvalidationSetTest.cpp', 3740 'css/invalidation/DescendantInvalidationSetTest.cpp',
3741 'css/parser/CSSParserValuesTest.cpp', 3741 'css/parser/CSSParserValuesTest.cpp',
3742 'css/parser/CSSPropertyParserTest.cpp', 3742 'css/parser/CSSPropertyParserTest.cpp',
3743 'css/parser/CSSSelectorParserTest.cpp', 3743 'css/parser/CSSSelectorParserTest.cpp',
3744 'css/parser/CSSTokenizerTest.cpp', 3744 'css/parser/CSSTokenizerTest.cpp',
3745 'css/parser/MediaConditionTest.cpp', 3745 'css/parser/MediaConditionTest.cpp',
3746 'css/parser/SizesAttributeParserTest.cpp', 3746 'css/parser/SizesAttributeParserTest.cpp',
3747 'css/parser/SizesCalcParserTest.cpp', 3747 'css/parser/SizesCalcParserTest.cpp',
3748 'css/resolver/FontBuilderTest.cpp', 3748 'css/resolver/FontBuilderTest.cpp',
3749 'css/resolver/MatchResultTest.cpp',
3749 'dom/ActiveDOMObjectTest.cpp', 3750 'dom/ActiveDOMObjectTest.cpp',
3750 'dom/AttrTest.cpp', 3751 'dom/AttrTest.cpp',
3751 'dom/CrossThreadTaskTest.cpp', 3752 'dom/CrossThreadTaskTest.cpp',
3752 'dom/DOMImplementationTest.cpp', 3753 'dom/DOMImplementationTest.cpp',
3753 'dom/DocumentTest.cpp', 3754 'dom/DocumentTest.cpp',
3754 'dom/MainThreadTaskRunnerTest.cpp', 3755 'dom/MainThreadTaskRunnerTest.cpp',
3755 'dom/NthIndexCacheTest.cpp', 3756 'dom/NthIndexCacheTest.cpp',
3756 'dom/RangeTest.cpp', 3757 'dom/RangeTest.cpp',
3757 'dom/ScriptRunnerTest.cpp', 3758 'dom/ScriptRunnerTest.cpp',
3758 'dom/StyleElementTest.cpp', 3759 'dom/StyleElementTest.cpp',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'style/OutlineValueTest.cpp', 3849 'style/OutlineValueTest.cpp',
3849 'style/SVGComputedStyleTest.cpp', 3850 'style/SVGComputedStyleTest.cpp',
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3851 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3851 'testing/PrivateScriptTestTest.cpp', 3852 'testing/PrivateScriptTestTest.cpp',
3852 'timing/MemoryInfoTest.cpp', 3853 'timing/MemoryInfoTest.cpp',
3853 'workers/WorkerThreadTest.cpp', 3854 'workers/WorkerThreadTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3855 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3856 ],
3856 } 3857 }
3857 } 3858 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/ElementRuleCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698