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

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

Issue 184693003: Merge SVGCSSParser into CSSPropertyParser.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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/Player.idl', 6 'animation/Player.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/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 'css/RGBColor.h', 800 'css/RGBColor.h',
801 'css/Rect.cpp', 801 'css/Rect.cpp',
802 'css/Rect.h', 802 'css/Rect.h',
803 'css/RuleFeature.cpp', 803 'css/RuleFeature.cpp',
804 'css/RuleFeature.h', 804 'css/RuleFeature.h',
805 'css/RuleSet.cpp', 805 'css/RuleSet.cpp',
806 'css/RuleSet.h', 806 'css/RuleSet.h',
807 'css/RuntimeCSSEnabled.cpp', 807 'css/RuntimeCSSEnabled.cpp',
808 'css/RuntimeCSSEnabled.h', 808 'css/RuntimeCSSEnabled.h',
809 'css/SVGCSSComputedStyleDeclaration.cpp', 809 'css/SVGCSSComputedStyleDeclaration.cpp',
810 'css/SVGCSSParser.cpp',
811 'css/SelectorChecker.cpp', 810 'css/SelectorChecker.cpp',
812 'css/SelectorChecker.h', 811 'css/SelectorChecker.h',
813 'css/SelectorCheckerFastPath.cpp', 812 'css/SelectorCheckerFastPath.cpp',
814 'css/SelectorCheckerFastPath.h', 813 'css/SelectorCheckerFastPath.h',
815 'css/SelectorFilter.cpp', 814 'css/SelectorFilter.cpp',
816 'css/SelectorFilter.h', 815 'css/SelectorFilter.h',
817 'css/SiblingTraversalStrategies.h', 816 'css/SiblingTraversalStrategies.h',
818 'css/StyleColor.h', 817 'css/StyleColor.h',
819 'css/StyleInvalidationAnalysis.cpp', 818 'css/StyleInvalidationAnalysis.cpp',
820 'css/StyleInvalidationAnalysis.h', 819 'css/StyleInvalidationAnalysis.h',
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3284 'html/parser/HTMLParserThreadTest.cpp', 3283 'html/parser/HTMLParserThreadTest.cpp',
3285 'html/track/vtt/BufferedLineReaderTest.cpp', 3284 'html/track/vtt/BufferedLineReaderTest.cpp',
3286 'html/track/vtt/VTTScannerTest.cpp', 3285 'html/track/vtt/VTTScannerTest.cpp',
3287 'rendering/RenderOverflowTest.cpp', 3286 'rendering/RenderOverflowTest.cpp',
3288 'rendering/shapes/BoxShapeTest.cpp', 3287 'rendering/shapes/BoxShapeTest.cpp',
3289 'testing/UnitTestHelpers.cpp', 3288 'testing/UnitTestHelpers.cpp',
3290 'testing/UnitTestHelpers.h', 3289 'testing/UnitTestHelpers.h',
3291 ], 3290 ],
3292 } 3291 }
3293 } 3292 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | Source/core/css/parser/CSSPropertyParser.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698