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 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 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1203 'css/StyleSheet.cpp', 1203 'css/StyleSheet.cpp',
1204 'css/StyleSheet.h', 1204 'css/StyleSheet.h',
1205 'css/StyleSheetContents.cpp', 1205 'css/StyleSheetContents.cpp',
1206 'css/StyleSheetContents.h', 1206 'css/StyleSheetContents.h',
1207 'css/StyleSheetList.cpp', 1207 'css/StyleSheetList.cpp',
1208 'css/StyleSheetList.h', 1208 'css/StyleSheetList.h',
1209 'css/TreeBoundaryCrossingRules.cpp', 1209 'css/TreeBoundaryCrossingRules.cpp',
1210 'css/TreeBoundaryCrossingRules.h', 1210 'css/TreeBoundaryCrossingRules.h',
1211 'css/invalidation/InvalidationSet.cpp', 1211 'css/invalidation/InvalidationSet.cpp',
1212 'css/invalidation/InvalidationSet.h', 1212 'css/invalidation/InvalidationSet.h',
1213 'css/invalidation/InvalidationData.cpp',
1214 'css/invalidation/InvalidationData.h',
1215 'css/invalidation/PendingInvalidations.h',
1213 'css/invalidation/StyleInvalidator.cpp', 1216 'css/invalidation/StyleInvalidator.cpp',
1214 'css/invalidation/StyleInvalidator.h', 1217 'css/invalidation/StyleInvalidator.h',
1215 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 1218 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
1216 'css/invalidation/StyleSheetInvalidationAnalysis.h', 1219 'css/invalidation/StyleSheetInvalidationAnalysis.h',
1217 'css/parser/CSSParser.cpp', 1220 'css/parser/CSSParser.cpp',
1218 'css/parser/CSSParser.h', 1221 'css/parser/CSSParser.h',
1219 'css/parser/CSSParserFastPaths.cpp', 1222 'css/parser/CSSParserFastPaths.cpp',
1220 'css/parser/CSSParserFastPaths.h', 1223 'css/parser/CSSParserFastPaths.h',
1221 'css/parser/CSSParserImpl.cpp', 1224 'css/parser/CSSParserImpl.cpp',
1222 'css/parser/CSSParserImpl.h', 1225 'css/parser/CSSParserImpl.h',
(...skipping 2526 matching lines...) Expand 10 before | Expand all | Expand 10 after
3749 'css/CSSSelectorTest.cpp', 3752 'css/CSSSelectorTest.cpp',
3750 'css/CSSTestHelper.cpp', 3753 'css/CSSTestHelper.cpp',
3751 'css/CSSTestHelper.h', 3754 'css/CSSTestHelper.h',
3752 'css/CSSValueTestHelper.h', 3755 'css/CSSValueTestHelper.h',
3753 'css/DragUpdateTest.cpp', 3756 'css/DragUpdateTest.cpp',
3754 'css/MediaQueryEvaluatorTest.cpp', 3757 'css/MediaQueryEvaluatorTest.cpp',
3755 'css/MediaQueryListTest.cpp', 3758 'css/MediaQueryListTest.cpp',
3756 'css/MediaQueryMatcherTest.cpp', 3759 'css/MediaQueryMatcherTest.cpp',
3757 'css/MediaQuerySetTest.cpp', 3760 'css/MediaQuerySetTest.cpp',
3758 'css/MediaValuesTest.cpp', 3761 'css/MediaValuesTest.cpp',
3762 'css/RuleFeatureSetTest.cpp',
3759 'css/RuleSetTest.cpp', 3763 'css/RuleSetTest.cpp',
3760 'css/invalidation/InvalidationSetTest.cpp', 3764 'css/invalidation/InvalidationSetTest.cpp',
3761 'css/parser/CSSParserValuesTest.cpp', 3765 'css/parser/CSSParserValuesTest.cpp',
3762 'css/parser/CSSPropertyParserTest.cpp', 3766 'css/parser/CSSPropertyParserTest.cpp',
3763 'css/parser/CSSSelectorParserTest.cpp', 3767 'css/parser/CSSSelectorParserTest.cpp',
3764 'css/parser/CSSTokenizerTest.cpp', 3768 'css/parser/CSSTokenizerTest.cpp',
3765 'css/parser/MediaConditionTest.cpp', 3769 'css/parser/MediaConditionTest.cpp',
3766 'css/parser/SizesAttributeParserTest.cpp', 3770 'css/parser/SizesAttributeParserTest.cpp',
3767 'css/parser/SizesCalcParserTest.cpp', 3771 'css/parser/SizesCalcParserTest.cpp',
3768 'css/resolver/FontBuilderTest.cpp', 3772 'css/resolver/FontBuilderTest.cpp',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
3876 'style/OutlineValueTest.cpp', 3880 'style/OutlineValueTest.cpp',
3877 'style/SVGComputedStyleTest.cpp', 3881 'style/SVGComputedStyleTest.cpp',
3878 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3882 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3879 'testing/PrivateScriptTestTest.cpp', 3883 'testing/PrivateScriptTestTest.cpp',
3880 'timing/MemoryInfoTest.cpp', 3884 'timing/MemoryInfoTest.cpp',
3881 'workers/WorkerThreadTest.cpp', 3885 'workers/WorkerThreadTest.cpp',
3882 'xml/parser/SharedBufferReaderTest.cpp', 3886 'xml/parser/SharedBufferReaderTest.cpp',
3883 ], 3887 ],
3884 } 3888 }
3885 } 3889 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698