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

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

Issue 1904703002: Move v0 things from ShadowRootRareData into ShadowRootRareDataV0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed Created 4 years, 8 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/shadow/ShadowRoot.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 2665 matching lines...) Expand 10 before | Expand all | Expand 10 after
2676 'dom/shadow/ElementShadow.h', 2676 'dom/shadow/ElementShadow.h',
2677 'dom/shadow/FlatTreeTraversal.cpp', 2677 'dom/shadow/FlatTreeTraversal.cpp',
2678 'dom/shadow/FlatTreeTraversal.h', 2678 'dom/shadow/FlatTreeTraversal.h',
2679 'dom/shadow/InsertionPoint.cpp', 2679 'dom/shadow/InsertionPoint.cpp',
2680 'dom/shadow/InsertionPoint.h', 2680 'dom/shadow/InsertionPoint.h',
2681 'dom/shadow/SelectRuleFeatureSet.cpp', 2681 'dom/shadow/SelectRuleFeatureSet.cpp',
2682 'dom/shadow/SelectRuleFeatureSet.h', 2682 'dom/shadow/SelectRuleFeatureSet.h',
2683 'dom/shadow/ShadowRoot.cpp', 2683 'dom/shadow/ShadowRoot.cpp',
2684 'dom/shadow/ShadowRoot.h', 2684 'dom/shadow/ShadowRoot.h',
2685 'dom/shadow/ShadowRootRareData.h', 2685 'dom/shadow/ShadowRootRareData.h',
2686 'dom/shadow/ShadowRootRareDataV0.h',
2686 'dom/shadow/SlotAssignment.cpp', 2687 'dom/shadow/SlotAssignment.cpp',
2687 'dom/shadow/SlotAssignment.h', 2688 'dom/shadow/SlotAssignment.h',
2688 'dom/shadow/SlotScopedTraversal.cpp', 2689 'dom/shadow/SlotScopedTraversal.cpp',
2689 'dom/shadow/SlotScopedTraversal.h', 2690 'dom/shadow/SlotScopedTraversal.h',
2690 'events/AnimationEvent.cpp', 2691 'events/AnimationEvent.cpp',
2691 'events/AnimationEvent.h', 2692 'events/AnimationEvent.h',
2692 'events/AnimationPlayerEvent.cpp', 2693 'events/AnimationPlayerEvent.cpp',
2693 'events/AnimationPlayerEvent.h', 2694 'events/AnimationPlayerEvent.h',
2694 'events/ApplicationCacheErrorEvent.cpp', 2695 'events/ApplicationCacheErrorEvent.cpp',
2695 'events/ApplicationCacheErrorEvent.h', 2696 'events/ApplicationCacheErrorEvent.h',
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'svg/SVGPathParserTest.cpp', 4103 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4105 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4106 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4107 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4108 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4109 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4110 ],
4110 } 4111 }
4111 } 4112 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698