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

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

Issue 1489433002: Support the essential part of Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert Internals.* Created 5 years 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2583 'dom/shadow/DistributedNodes.h', 2583 'dom/shadow/DistributedNodes.h',
2584 'dom/shadow/ElementShadow.cpp', 2584 'dom/shadow/ElementShadow.cpp',
2585 'dom/shadow/ElementShadow.h', 2585 'dom/shadow/ElementShadow.h',
2586 'dom/shadow/InsertionPoint.cpp', 2586 'dom/shadow/InsertionPoint.cpp',
2587 'dom/shadow/InsertionPoint.h', 2587 'dom/shadow/InsertionPoint.h',
2588 'dom/shadow/SelectRuleFeatureSet.cpp', 2588 'dom/shadow/SelectRuleFeatureSet.cpp',
2589 'dom/shadow/SelectRuleFeatureSet.h', 2589 'dom/shadow/SelectRuleFeatureSet.h',
2590 'dom/shadow/ShadowRoot.cpp', 2590 'dom/shadow/ShadowRoot.cpp',
2591 'dom/shadow/ShadowRoot.h', 2591 'dom/shadow/ShadowRoot.h',
2592 'dom/shadow/ShadowRootRareData.h', 2592 'dom/shadow/ShadowRootRareData.h',
2593 'dom/shadow/SlotAssignment.cpp',
2594 'dom/shadow/SlotAssignment.h',
2593 'events/AnimationEvent.cpp', 2595 'events/AnimationEvent.cpp',
2594 'events/AnimationEvent.h', 2596 'events/AnimationEvent.h',
2595 'events/AnimationPlayerEvent.cpp', 2597 'events/AnimationPlayerEvent.cpp',
2596 'events/AnimationPlayerEvent.h', 2598 'events/AnimationPlayerEvent.h',
2597 'events/ApplicationCacheErrorEvent.cpp', 2599 'events/ApplicationCacheErrorEvent.cpp',
2598 'events/ApplicationCacheErrorEvent.h', 2600 'events/ApplicationCacheErrorEvent.h',
2599 'events/AutocompleteErrorEvent.h', 2601 'events/AutocompleteErrorEvent.h',
2600 'events/BeforeTextInsertedEvent.cpp', 2602 'events/BeforeTextInsertedEvent.cpp',
2601 'events/BeforeTextInsertedEvent.h', 2603 'events/BeforeTextInsertedEvent.h',
2602 'events/BeforeUnloadEvent.cpp', 2604 'events/BeforeUnloadEvent.cpp',
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
3952 'style/SVGComputedStyleTest.cpp', 3954 'style/SVGComputedStyleTest.cpp',
3953 'svg/SVGPathParserTest.cpp', 3955 'svg/SVGPathParserTest.cpp',
3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3955 'testing/PrivateScriptTestTest.cpp', 3957 'testing/PrivateScriptTestTest.cpp',
3956 'timing/MemoryInfoTest.cpp', 3958 'timing/MemoryInfoTest.cpp',
3957 'workers/WorkerThreadTest.cpp', 3959 'workers/WorkerThreadTest.cpp',
3958 'xml/parser/SharedBufferReaderTest.cpp', 3960 'xml/parser/SharedBufferReaderTest.cpp',
3959 ], 3961 ],
3960 } 3962 }
3961 } 3963 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698