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

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

Issue 1943803002: Move PseudoElements storage to their own object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated as per review comments Created 4 years, 7 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 | third_party/WebKit/Source/core/dom/ElementRareData.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 '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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2549 matching lines...) Expand 10 before | Expand all | Expand 10 after
2560 'dom/NthIndexCache.h', 2560 'dom/NthIndexCache.h',
2561 'dom/ParentNode.h', 2561 'dom/ParentNode.h',
2562 'dom/PendingScript.cpp', 2562 'dom/PendingScript.cpp',
2563 'dom/PresentationAttributeStyle.cpp', 2563 'dom/PresentationAttributeStyle.cpp',
2564 'dom/PresentationAttributeStyle.h', 2564 'dom/PresentationAttributeStyle.h',
2565 'dom/ProcessingInstruction.cpp', 2565 'dom/ProcessingInstruction.cpp',
2566 'dom/ProcessingInstruction.h', 2566 'dom/ProcessingInstruction.h',
2567 'dom/CompositorProxiedPropertySet.cpp', 2567 'dom/CompositorProxiedPropertySet.cpp',
2568 'dom/CompositorProxiedPropertySet.h', 2568 'dom/CompositorProxiedPropertySet.h',
2569 'dom/PseudoElement.cpp', 2569 'dom/PseudoElement.cpp',
2570 'dom/PseudoElementData.h',
2570 'dom/QualifiedName.cpp', 2571 'dom/QualifiedName.cpp',
2571 'dom/Range.cpp', 2572 'dom/Range.cpp',
2572 'dom/RawDataDocumentParser.h', 2573 'dom/RawDataDocumentParser.h',
2573 'dom/RemoteSecurityContext.cpp', 2574 'dom/RemoteSecurityContext.cpp',
2574 'dom/RemoteSecurityContext.h', 2575 'dom/RemoteSecurityContext.h',
2575 'dom/SandboxFlags.cpp', 2576 'dom/SandboxFlags.cpp',
2576 'dom/SandboxFlags.h', 2577 'dom/SandboxFlags.h',
2577 'dom/ScopedWindowFocusAllowedIndicator.h', 2578 'dom/ScopedWindowFocusAllowedIndicator.h',
2578 'dom/ScriptLoader.cpp', 2579 'dom/ScriptLoader.cpp',
2579 'dom/ScriptLoader.h', 2580 'dom/ScriptLoader.h',
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 'svg/SVGPathParserTest.cpp', 4121 'svg/SVGPathParserTest.cpp',
4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4122 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4122 'testing/PrivateScriptTestTest.cpp', 4123 'testing/PrivateScriptTestTest.cpp',
4123 'timing/MemoryInfoTest.cpp', 4124 'timing/MemoryInfoTest.cpp',
4124 'workers/WorkerThreadTest.cpp', 4125 'workers/WorkerThreadTest.cpp',
4125 'workers/WorkerThreadTestHelper.h', 4126 'workers/WorkerThreadTestHelper.h',
4126 'xml/parser/SharedBufferReaderTest.cpp', 4127 'xml/parser/SharedBufferReaderTest.cpp',
4127 ], 4128 ],
4128 } 4129 }
4129 } 4130 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ElementRareData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698