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

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

Issue 1282243002: Prepare for multiple !important author ranges. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing STACK_ALLOCATED() 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 3710 matching lines...) Expand 10 before | Expand all | Expand 10 after
3721 'css/RuleSetTest.cpp', 3721 'css/RuleSetTest.cpp',
3722 'css/invalidation/DescendantInvalidationSetTest.cpp', 3722 'css/invalidation/DescendantInvalidationSetTest.cpp',
3723 'css/parser/CSSParserValuesTest.cpp', 3723 'css/parser/CSSParserValuesTest.cpp',
3724 'css/parser/CSSPropertyParserTest.cpp', 3724 'css/parser/CSSPropertyParserTest.cpp',
3725 'css/parser/CSSSelectorParserTest.cpp', 3725 'css/parser/CSSSelectorParserTest.cpp',
3726 'css/parser/CSSTokenizerTest.cpp', 3726 'css/parser/CSSTokenizerTest.cpp',
3727 'css/parser/MediaConditionTest.cpp', 3727 'css/parser/MediaConditionTest.cpp',
3728 'css/parser/SizesAttributeParserTest.cpp', 3728 'css/parser/SizesAttributeParserTest.cpp',
3729 'css/parser/SizesCalcParserTest.cpp', 3729 'css/parser/SizesCalcParserTest.cpp',
3730 'css/resolver/FontBuilderTest.cpp', 3730 'css/resolver/FontBuilderTest.cpp',
3731 'css/resolver/MatchResultTest.cpp',
3731 'dom/ActiveDOMObjectTest.cpp', 3732 'dom/ActiveDOMObjectTest.cpp',
3732 'dom/AttrTest.cpp', 3733 'dom/AttrTest.cpp',
3733 'dom/CrossThreadTaskTest.cpp', 3734 'dom/CrossThreadTaskTest.cpp',
3734 'dom/DOMImplementationTest.cpp', 3735 'dom/DOMImplementationTest.cpp',
3735 'dom/DocumentTest.cpp', 3736 'dom/DocumentTest.cpp',
3736 'dom/MainThreadTaskRunnerTest.cpp', 3737 'dom/MainThreadTaskRunnerTest.cpp',
3737 'dom/NthIndexCacheTest.cpp', 3738 'dom/NthIndexCacheTest.cpp',
3738 'dom/RangeTest.cpp', 3739 'dom/RangeTest.cpp',
3739 'dom/ScriptRunnerTest.cpp', 3740 'dom/ScriptRunnerTest.cpp',
3740 'dom/StyleElementTest.cpp', 3741 'dom/StyleElementTest.cpp',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
3830 'style/OutlineValueTest.cpp', 3831 'style/OutlineValueTest.cpp',
3831 'style/SVGComputedStyleTest.cpp', 3832 'style/SVGComputedStyleTest.cpp',
3832 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3833 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3833 'testing/PrivateScriptTestTest.cpp', 3834 'testing/PrivateScriptTestTest.cpp',
3834 'timing/MemoryInfoTest.cpp', 3835 'timing/MemoryInfoTest.cpp',
3835 'workers/WorkerThreadTest.cpp', 3836 'workers/WorkerThreadTest.cpp',
3836 'xml/parser/SharedBufferReaderTest.cpp', 3837 'xml/parser/SharedBufferReaderTest.cpp',
3837 ], 3838 ],
3838 } 3839 }
3839 } 3840 }
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