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

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

Issue 1925043002: Clean up ShadowRootRareData, ShadowRoot and SlotAssignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed 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/Document.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 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after
2681 'dom/shadow/ElementShadow.cpp', 2681 'dom/shadow/ElementShadow.cpp',
2682 'dom/shadow/ElementShadow.h', 2682 'dom/shadow/ElementShadow.h',
2683 'dom/shadow/FlatTreeTraversal.cpp', 2683 'dom/shadow/FlatTreeTraversal.cpp',
2684 'dom/shadow/FlatTreeTraversal.h', 2684 'dom/shadow/FlatTreeTraversal.h',
2685 'dom/shadow/InsertionPoint.cpp', 2685 'dom/shadow/InsertionPoint.cpp',
2686 'dom/shadow/InsertionPoint.h', 2686 'dom/shadow/InsertionPoint.h',
2687 'dom/shadow/SelectRuleFeatureSet.cpp', 2687 'dom/shadow/SelectRuleFeatureSet.cpp',
2688 'dom/shadow/SelectRuleFeatureSet.h', 2688 'dom/shadow/SelectRuleFeatureSet.h',
2689 'dom/shadow/ShadowRoot.cpp', 2689 'dom/shadow/ShadowRoot.cpp',
2690 'dom/shadow/ShadowRoot.h', 2690 'dom/shadow/ShadowRoot.h',
2691 'dom/shadow/ShadowRootRareData.h',
2692 'dom/shadow/ShadowRootRareDataV0.h', 2691 'dom/shadow/ShadowRootRareDataV0.h',
2693 'dom/shadow/SlotAssignment.cpp', 2692 'dom/shadow/SlotAssignment.cpp',
2694 'dom/shadow/SlotAssignment.h', 2693 'dom/shadow/SlotAssignment.h',
2695 'dom/shadow/SlotScopedTraversal.cpp', 2694 'dom/shadow/SlotScopedTraversal.cpp',
2696 'dom/shadow/SlotScopedTraversal.h', 2695 'dom/shadow/SlotScopedTraversal.h',
2697 'events/AnimationEvent.cpp', 2696 'events/AnimationEvent.cpp',
2698 'events/AnimationEvent.h', 2697 'events/AnimationEvent.h',
2699 'events/AnimationPlayerEvent.cpp', 2698 'events/AnimationPlayerEvent.cpp',
2700 'events/AnimationPlayerEvent.h', 2699 'events/AnimationPlayerEvent.h',
2701 'events/ApplicationCacheErrorEvent.cpp', 2700 'events/ApplicationCacheErrorEvent.cpp',
(...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after
4112 'svg/SVGPathParserTest.cpp', 4111 'svg/SVGPathParserTest.cpp',
4113 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4112 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4114 'testing/PrivateScriptTestTest.cpp', 4113 'testing/PrivateScriptTestTest.cpp',
4115 'timing/MemoryInfoTest.cpp', 4114 'timing/MemoryInfoTest.cpp',
4116 'workers/WorkerThreadTest.cpp', 4115 'workers/WorkerThreadTest.cpp',
4117 'workers/WorkerThreadTestHelper.h', 4116 'workers/WorkerThreadTestHelper.h',
4118 'xml/parser/SharedBufferReaderTest.cpp', 4117 'xml/parser/SharedBufferReaderTest.cpp',
4119 ], 4118 ],
4120 } 4119 }
4121 } 4120 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698