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

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

Issue 199633020: Move all style invalidation code into the css/invalidation directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge. Created 6 years, 9 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/RuleFeature.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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'css/RuntimeCSSEnabled.h', 827 'css/RuntimeCSSEnabled.h',
828 'css/SVGCSSComputedStyleDeclaration.cpp', 828 'css/SVGCSSComputedStyleDeclaration.cpp',
829 'css/SelectorChecker.cpp', 829 'css/SelectorChecker.cpp',
830 'css/SelectorChecker.h', 830 'css/SelectorChecker.h',
831 'css/SelectorCheckerFastPath.cpp', 831 'css/SelectorCheckerFastPath.cpp',
832 'css/SelectorCheckerFastPath.h', 832 'css/SelectorCheckerFastPath.h',
833 'css/SelectorFilter.cpp', 833 'css/SelectorFilter.cpp',
834 'css/SelectorFilter.h', 834 'css/SelectorFilter.h',
835 'css/SiblingTraversalStrategies.h', 835 'css/SiblingTraversalStrategies.h',
836 'css/StyleColor.h', 836 'css/StyleColor.h',
837 'css/StyleInvalidationAnalysis.cpp',
838 'css/StyleInvalidationAnalysis.h',
839 'css/invalidation/StyleInvalidator.cpp',
840 'css/invalidation/StyleInvalidator.h',
841 'css/StyleMedia.cpp', 837 'css/StyleMedia.cpp',
842 'css/StyleMedia.h', 838 'css/StyleMedia.h',
843 'css/StylePropertySerializer.cpp', 839 'css/StylePropertySerializer.cpp',
844 'css/StylePropertySerializer.h', 840 'css/StylePropertySerializer.h',
845 'css/StylePropertySet.cpp', 841 'css/StylePropertySet.cpp',
846 'css/StylePropertySet.h', 842 'css/StylePropertySet.h',
847 'css/StylePropertyShorthandCustom.cpp', 843 'css/StylePropertyShorthandCustom.cpp',
848 'css/StyleRule.cpp', 844 'css/StyleRule.cpp',
849 'css/StyleRule.h', 845 'css/StyleRule.h',
850 'css/StyleRuleImport.cpp', 846 'css/StyleRuleImport.cpp',
851 'css/StyleRuleImport.h', 847 'css/StyleRuleImport.h',
852 'css/StyleSheet.cpp', 848 'css/StyleSheet.cpp',
853 'css/StyleSheet.h', 849 'css/StyleSheet.h',
854 'css/StyleSheetContents.cpp', 850 'css/StyleSheetContents.cpp',
855 'css/StyleSheetContents.h', 851 'css/StyleSheetContents.h',
856 'css/StyleSheetList.cpp', 852 'css/StyleSheetList.cpp',
857 'css/StyleSheetList.h', 853 'css/StyleSheetList.h',
858 'css/TreeBoundaryCrossingRules.cpp', 854 'css/TreeBoundaryCrossingRules.cpp',
859 'css/TreeBoundaryCrossingRules.h', 855 'css/TreeBoundaryCrossingRules.h',
860 'css/analyzer/DescendantInvalidationSet.h', 856 'css/invalidation/DescendantInvalidationSet.h',
861 'css/analyzer/DescendantInvalidationSet.cpp', 857 'css/invalidation/DescendantInvalidationSet.cpp',
858 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
859 'css/invalidation/StyleSheetInvalidationAnalysis.h',
860 'css/invalidation/StyleInvalidator.cpp',
861 'css/invalidation/StyleInvalidator.h',
862 'css/resolver/AnimatedStyleBuilder.cpp', 862 'css/resolver/AnimatedStyleBuilder.cpp',
863 'css/resolver/AnimatedStyleBuilder.h', 863 'css/resolver/AnimatedStyleBuilder.h',
864 'css/resolver/CSSToStyleMap.cpp', 864 'css/resolver/CSSToStyleMap.cpp',
865 'css/resolver/CSSToStyleMap.h', 865 'css/resolver/CSSToStyleMap.h',
866 'css/resolver/ElementResolveContext.cpp', 866 'css/resolver/ElementResolveContext.cpp',
867 'css/resolver/ElementResolveContext.h', 867 'css/resolver/ElementResolveContext.h',
868 'css/resolver/ElementStyleResources.cpp', 868 'css/resolver/ElementStyleResources.cpp',
869 'css/resolver/ElementStyleResources.h', 869 'css/resolver/ElementStyleResources.h',
870 'css/resolver/FilterOperationResolver.cpp', 870 'css/resolver/FilterOperationResolver.cpp',
871 'css/resolver/FilterOperationResolver.h', 871 'css/resolver/FilterOperationResolver.h',
(...skipping 2420 matching lines...) Expand 10 before | Expand all | Expand 10 after
3292 'css/CSSTestHelper.cpp', 3292 'css/CSSTestHelper.cpp',
3293 'css/CSSTestHelper.h', 3293 'css/CSSTestHelper.h',
3294 'css/CSSValueTestHelper.h', 3294 'css/CSSValueTestHelper.h',
3295 'css/CSSParserValuesTest.cpp', 3295 'css/CSSParserValuesTest.cpp',
3296 'css/CSSSelectorTest.cpp', 3296 'css/CSSSelectorTest.cpp',
3297 'css/CSSValueTestHelper.h', 3297 'css/CSSValueTestHelper.h',
3298 'css/DragUpdateTest.cpp', 3298 'css/DragUpdateTest.cpp',
3299 'css/HoverUpdateTest.cpp', 3299 'css/HoverUpdateTest.cpp',
3300 'css/RuleSetTest.cpp', 3300 'css/RuleSetTest.cpp',
3301 'css/MediaQuerySetTest.cpp', 3301 'css/MediaQuerySetTest.cpp',
3302 'css/analyzer/DescendantInvalidationSetTest.cpp', 3302 'css/invalidation/DescendantInvalidationSetTest.cpp',
3303 'css/resolver/FontBuilderTest.cpp', 3303 'css/resolver/FontBuilderTest.cpp',
3304 'dom/ActiveDOMObjectTest.cpp', 3304 'dom/ActiveDOMObjectTest.cpp',
3305 'dom/DOMImplementationTest.cpp', 3305 'dom/DOMImplementationTest.cpp',
3306 'css/parser/BisonCSSParserTest.cpp', 3306 'css/parser/BisonCSSParserTest.cpp',
3307 'dom/DocumentMarkerControllerTest.cpp', 3307 'dom/DocumentMarkerControllerTest.cpp',
3308 'dom/DocumentTest.cpp', 3308 'dom/DocumentTest.cpp',
3309 'dom/MainThreadTaskRunnerTest.cpp', 3309 'dom/MainThreadTaskRunnerTest.cpp',
3310 'dom/RangeTest.cpp', 3310 'dom/RangeTest.cpp',
3311 'editing/TextIteratorTest.cpp', 3311 'editing/TextIteratorTest.cpp',
3312 'fetch/CachingCorrectnessTest.cpp', 3312 'fetch/CachingCorrectnessTest.cpp',
(...skipping 10 matching lines...) Expand all
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3323 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3324 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3325 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3326 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3327 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3328 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3329 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3330 ],
3331 } 3331 }
3332 } 3332 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698