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

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

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 'css/StyleRuleKeyframe.h', 1196 'css/StyleRuleKeyframe.h',
1197 'css/StyleRuleNamespace.h', 1197 'css/StyleRuleNamespace.h',
1198 'css/StyleSheet.cpp', 1198 'css/StyleSheet.cpp',
1199 'css/StyleSheet.h', 1199 'css/StyleSheet.h',
1200 'css/StyleSheetContents.cpp', 1200 'css/StyleSheetContents.cpp',
1201 'css/StyleSheetContents.h', 1201 'css/StyleSheetContents.h',
1202 'css/StyleSheetList.cpp', 1202 'css/StyleSheetList.cpp',
1203 'css/StyleSheetList.h', 1203 'css/StyleSheetList.h',
1204 'css/TreeBoundaryCrossingRules.cpp', 1204 'css/TreeBoundaryCrossingRules.cpp',
1205 'css/TreeBoundaryCrossingRules.h', 1205 'css/TreeBoundaryCrossingRules.h',
1206 'css/invalidation/DescendantInvalidationSet.cpp', 1206 'css/invalidation/InvalidationSet.cpp',
1207 'css/invalidation/DescendantInvalidationSet.h', 1207 'css/invalidation/InvalidationSet.h',
1208 'css/invalidation/InvalidationData.cpp',
1209 'css/invalidation/InvalidationData.h',
1210 'css/invalidation/InvalidationListData.cpp',
1211 'css/invalidation/InvalidationListData.h',
1208 'css/invalidation/StyleInvalidator.cpp', 1212 'css/invalidation/StyleInvalidator.cpp',
1209 'css/invalidation/StyleInvalidator.h', 1213 'css/invalidation/StyleInvalidator.h',
1210 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 1214 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
1211 'css/invalidation/StyleSheetInvalidationAnalysis.h', 1215 'css/invalidation/StyleSheetInvalidationAnalysis.h',
1212 'css/parser/CSSParser.cpp', 1216 'css/parser/CSSParser.cpp',
1213 'css/parser/CSSParser.h', 1217 'css/parser/CSSParser.h',
1214 'css/parser/CSSParserFastPaths.cpp', 1218 'css/parser/CSSParserFastPaths.cpp',
1215 'css/parser/CSSParserFastPaths.h', 1219 'css/parser/CSSParserFastPaths.h',
1216 'css/parser/CSSParserImpl.cpp', 1220 'css/parser/CSSParserImpl.cpp',
1217 'css/parser/CSSParserImpl.h', 1221 'css/parser/CSSParserImpl.h',
(...skipping 2515 matching lines...) Expand 10 before | Expand all | Expand 10 after
3733 'css/CSSSelectorTest.cpp', 3737 'css/CSSSelectorTest.cpp',
3734 'css/CSSTestHelper.cpp', 3738 'css/CSSTestHelper.cpp',
3735 'css/CSSTestHelper.h', 3739 'css/CSSTestHelper.h',
3736 'css/CSSValueTestHelper.h', 3740 'css/CSSValueTestHelper.h',
3737 'css/DragUpdateTest.cpp', 3741 'css/DragUpdateTest.cpp',
3738 'css/MediaQueryEvaluatorTest.cpp', 3742 'css/MediaQueryEvaluatorTest.cpp',
3739 'css/MediaQueryListTest.cpp', 3743 'css/MediaQueryListTest.cpp',
3740 'css/MediaQueryMatcherTest.cpp', 3744 'css/MediaQueryMatcherTest.cpp',
3741 'css/MediaQuerySetTest.cpp', 3745 'css/MediaQuerySetTest.cpp',
3742 'css/MediaValuesTest.cpp', 3746 'css/MediaValuesTest.cpp',
3747 'css/RuleFeatureSetTest.cpp',
3743 'css/RuleSetTest.cpp', 3748 'css/RuleSetTest.cpp',
3744 'css/invalidation/DescendantInvalidationSetTest.cpp', 3749 'css/invalidation/InvalidationSetTest.cpp',
3745 'css/parser/CSSParserValuesTest.cpp', 3750 'css/parser/CSSParserValuesTest.cpp',
3746 'css/parser/CSSPropertyParserTest.cpp', 3751 'css/parser/CSSPropertyParserTest.cpp',
3747 'css/parser/CSSSelectorParserTest.cpp', 3752 'css/parser/CSSSelectorParserTest.cpp',
3748 'css/parser/CSSTokenizerTest.cpp', 3753 'css/parser/CSSTokenizerTest.cpp',
3749 'css/parser/MediaConditionTest.cpp', 3754 'css/parser/MediaConditionTest.cpp',
3750 'css/parser/SizesAttributeParserTest.cpp', 3755 'css/parser/SizesAttributeParserTest.cpp',
3751 'css/parser/SizesCalcParserTest.cpp', 3756 'css/parser/SizesCalcParserTest.cpp',
3752 'css/resolver/FontBuilderTest.cpp', 3757 'css/resolver/FontBuilderTest.cpp',
3753 'css/resolver/MatchResultTest.cpp', 3758 'css/resolver/MatchResultTest.cpp',
3754 'dom/ActiveDOMObjectTest.cpp', 3759 'dom/ActiveDOMObjectTest.cpp',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3860 'style/OutlineValueTest.cpp', 3865 'style/OutlineValueTest.cpp',
3861 'style/SVGComputedStyleTest.cpp', 3866 'style/SVGComputedStyleTest.cpp',
3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3867 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3863 'testing/PrivateScriptTestTest.cpp', 3868 'testing/PrivateScriptTestTest.cpp',
3864 'timing/MemoryInfoTest.cpp', 3869 'timing/MemoryInfoTest.cpp',
3865 'workers/WorkerThreadTest.cpp', 3870 'workers/WorkerThreadTest.cpp',
3866 'xml/parser/SharedBufferReaderTest.cpp', 3871 'xml/parser/SharedBufferReaderTest.cpp',
3867 ], 3872 ],
3868 } 3873 }
3869 } 3874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698