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

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: use const char[] 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 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2120 'dom/SecurityContext.h', 2120 'dom/SecurityContext.h',
2121 'dom/SelectorQuery.cpp', 2121 'dom/SelectorQuery.cpp',
2122 'dom/SelectorQuery.h', 2122 'dom/SelectorQuery.h',
2123 'dom/ShadowTreeStyleSheetCollection.cpp', 2123 'dom/ShadowTreeStyleSheetCollection.cpp',
2124 'dom/ShadowTreeStyleSheetCollection.h', 2124 'dom/ShadowTreeStyleSheetCollection.h',
2125 'dom/SimulatedClickOptions.h', 2125 'dom/SimulatedClickOptions.h',
2126 'dom/SpaceSplitString.cpp', 2126 'dom/SpaceSplitString.cpp',
2127 'dom/StaticNodeList.h', 2127 'dom/StaticNodeList.h',
2128 'dom/StringCallback.cpp', 2128 'dom/StringCallback.cpp',
2129 'dom/StringCallback.h', 2129 'dom/StringCallback.h',
2130 'dom/StyleChangeReason.cpp',
2131 'dom/StyleChangeReason.h',
2130 'dom/StyleElement.cpp', 2132 'dom/StyleElement.cpp',
2131 'dom/StyleElement.h', 2133 'dom/StyleElement.h',
2132 'dom/StyleEngine.cpp', 2134 'dom/StyleEngine.cpp',
2133 'dom/StyleEngine.h', 2135 'dom/StyleEngine.h',
2134 'dom/StyleSheetCandidate.cpp', 2136 'dom/StyleSheetCandidate.cpp',
2135 'dom/StyleSheetCandidate.h', 2137 'dom/StyleSheetCandidate.h',
2136 'dom/StyleSheetCollection.cpp', 2138 'dom/StyleSheetCollection.cpp',
2137 'dom/StyleSheetCollection.h', 2139 'dom/StyleSheetCollection.h',
2138 'dom/TagCollection.cpp', 2140 'dom/TagCollection.cpp',
2139 'dom/TagCollection.h', 2141 'dom/TagCollection.h',
(...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
3503 'rendering/shapes/BoxShapeTest.cpp', 3505 'rendering/shapes/BoxShapeTest.cpp',
3504 'rendering/style/OutlineValueTest.cpp', 3506 'rendering/style/OutlineValueTest.cpp',
3505 'testing/PrivateScriptTestTest.cpp', 3507 'testing/PrivateScriptTestTest.cpp',
3506 'streams/ReadableStreamTest.cpp', 3508 'streams/ReadableStreamTest.cpp',
3507 'testing/UnitTestHelpers.cpp', 3509 'testing/UnitTestHelpers.cpp',
3508 'testing/UnitTestHelpers.h', 3510 'testing/UnitTestHelpers.h',
3509 'xml/parser/SharedBufferReaderTest.cpp', 3511 'xml/parser/SharedBufferReaderTest.cpp',
3510 ], 3512 ],
3511 } 3513 }
3512 } 3514 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | Source/core/css/invalidation/StyleInvalidator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698