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

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

Issue 139273002: Refactoring: Extract StyleSheetCandidate from DocumentStyleSheetCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to ToT Created 6 years, 11 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/dom/DocumentStyleSheetCollection.cpp » ('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 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 'dom/SimulatedClickOptions.h', 2065 'dom/SimulatedClickOptions.h',
2066 'dom/SpaceSplitString.cpp', 2066 'dom/SpaceSplitString.cpp',
2067 'dom/StaticNodeList.cpp', 2067 'dom/StaticNodeList.cpp',
2068 'dom/StaticNodeList.h', 2068 'dom/StaticNodeList.h',
2069 'dom/StringCallback.cpp', 2069 'dom/StringCallback.cpp',
2070 'dom/StringCallback.h', 2070 'dom/StringCallback.h',
2071 'dom/StyleElement.cpp', 2071 'dom/StyleElement.cpp',
2072 'dom/StyleElement.h', 2072 'dom/StyleElement.h',
2073 'dom/StyleEngine.cpp', 2073 'dom/StyleEngine.cpp',
2074 'dom/StyleEngine.h', 2074 'dom/StyleEngine.h',
2075 'dom/StyleSheetCandidate.cpp',
2076 'dom/StyleSheetCandidate.h',
2075 'dom/StyleSheetCollection.cpp', 2077 'dom/StyleSheetCollection.cpp',
2076 'dom/StyleSheetCollection.h', 2078 'dom/StyleSheetCollection.h',
2077 'dom/StyleSheetScopingNodeList.cpp', 2079 'dom/StyleSheetScopingNodeList.cpp',
2078 'dom/StyleSheetScopingNodeList.h', 2080 'dom/StyleSheetScopingNodeList.h',
2079 'dom/TagNodeList.cpp', 2081 'dom/TagNodeList.cpp',
2080 'dom/TagNodeList.h', 2082 'dom/TagNodeList.h',
2081 'dom/Text.cpp', 2083 'dom/Text.cpp',
2082 'dom/TextLinkColors.cpp', 2084 'dom/TextLinkColors.cpp',
2083 'dom/TextLinkColors.h', 2085 'dom/TextLinkColors.h',
2084 'dom/Touch.cpp', 2086 'dom/Touch.cpp',
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3251 'html/track/vtt/BufferedLineReaderTest.cpp', 3253 'html/track/vtt/BufferedLineReaderTest.cpp',
3252 'html/track/vtt/VTTScannerTest.cpp', 3254 'html/track/vtt/VTTScannerTest.cpp',
3253 'frame/ImageBitmapTest.cpp', 3255 'frame/ImageBitmapTest.cpp',
3254 'rendering/RenderOverflowTest.cpp', 3256 'rendering/RenderOverflowTest.cpp',
3255 'rendering/shapes/BoxShapeTest.cpp', 3257 'rendering/shapes/BoxShapeTest.cpp',
3256 'testing/UnitTestHelpers.h', 3258 'testing/UnitTestHelpers.h',
3257 'testing/UnitTestHelpers.cpp', 3259 'testing/UnitTestHelpers.cpp',
3258 ], 3260 ],
3259 } 3261 }
3260 } 3262 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DocumentStyleSheetCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698