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

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

Issue 547823002: Track reasons for |Node::SetNeedsStyleRecalc| (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reasons as tuple Created 6 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2136 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 'dom/SecurityContext.h', 2147 'dom/SecurityContext.h',
2148 'dom/SelectorQuery.cpp', 2148 'dom/SelectorQuery.cpp',
2149 'dom/SelectorQuery.h', 2149 'dom/SelectorQuery.h',
2150 'dom/ShadowTreeStyleSheetCollection.cpp', 2150 'dom/ShadowTreeStyleSheetCollection.cpp',
2151 'dom/ShadowTreeStyleSheetCollection.h', 2151 'dom/ShadowTreeStyleSheetCollection.h',
2152 'dom/SimulatedClickOptions.h', 2152 'dom/SimulatedClickOptions.h',
2153 'dom/SpaceSplitString.cpp', 2153 'dom/SpaceSplitString.cpp',
2154 'dom/StaticNodeList.h', 2154 'dom/StaticNodeList.h',
2155 'dom/StringCallback.cpp', 2155 'dom/StringCallback.cpp',
2156 'dom/StringCallback.h', 2156 'dom/StringCallback.h',
2157 'dom/StyleChangeReason.cpp',
2158 'dom/StyleChangeReason.h',
2157 'dom/StyleElement.cpp', 2159 'dom/StyleElement.cpp',
2158 'dom/StyleElement.h', 2160 'dom/StyleElement.h',
2159 'dom/StyleEngine.cpp', 2161 'dom/StyleEngine.cpp',
2160 'dom/StyleEngine.h', 2162 'dom/StyleEngine.h',
2161 'dom/StyleSheetCandidate.cpp', 2163 'dom/StyleSheetCandidate.cpp',
2162 'dom/StyleSheetCandidate.h', 2164 'dom/StyleSheetCandidate.h',
2163 'dom/StyleSheetCollection.cpp', 2165 'dom/StyleSheetCollection.cpp',
2164 'dom/StyleSheetCollection.h', 2166 'dom/StyleSheetCollection.h',
2165 'dom/TagCollection.cpp', 2167 'dom/TagCollection.cpp',
2166 'dom/TagCollection.h', 2168 'dom/TagCollection.h',
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
3538 'rendering/shapes/BoxShapeTest.cpp', 3540 'rendering/shapes/BoxShapeTest.cpp',
3539 'rendering/style/OutlineValueTest.cpp', 3541 'rendering/style/OutlineValueTest.cpp',
3540 'testing/PrivateScriptTestTest.cpp', 3542 'testing/PrivateScriptTestTest.cpp',
3541 'streams/ReadableStreamTest.cpp', 3543 'streams/ReadableStreamTest.cpp',
3542 'testing/UnitTestHelpers.cpp', 3544 'testing/UnitTestHelpers.cpp',
3543 'testing/UnitTestHelpers.h', 3545 'testing/UnitTestHelpers.h',
3544 'xml/parser/SharedBufferReaderTest.cpp', 3546 'xml/parser/SharedBufferReaderTest.cpp',
3545 ], 3547 ],
3546 } 3548 }
3547 } 3549 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | Source/core/dom/StyleChangeReason.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698