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

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

Issue 1707443003: Consider slots as a focus scope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding initializations of member variables Created 4 years, 9 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2634 'dom/shadow/FlatTreeTraversal.h', 2634 'dom/shadow/FlatTreeTraversal.h',
2635 'dom/shadow/InsertionPoint.cpp', 2635 'dom/shadow/InsertionPoint.cpp',
2636 'dom/shadow/InsertionPoint.h', 2636 'dom/shadow/InsertionPoint.h',
2637 'dom/shadow/SelectRuleFeatureSet.cpp', 2637 'dom/shadow/SelectRuleFeatureSet.cpp',
2638 'dom/shadow/SelectRuleFeatureSet.h', 2638 'dom/shadow/SelectRuleFeatureSet.h',
2639 'dom/shadow/ShadowRoot.cpp', 2639 'dom/shadow/ShadowRoot.cpp',
2640 'dom/shadow/ShadowRoot.h', 2640 'dom/shadow/ShadowRoot.h',
2641 'dom/shadow/ShadowRootRareData.h', 2641 'dom/shadow/ShadowRootRareData.h',
2642 'dom/shadow/SlotAssignment.cpp', 2642 'dom/shadow/SlotAssignment.cpp',
2643 'dom/shadow/SlotAssignment.h', 2643 'dom/shadow/SlotAssignment.h',
2644 'dom/shadow/SlotScopedTraversal.cpp',
2645 'dom/shadow/SlotScopedTraversal.h',
2644 'events/AnimationEvent.cpp', 2646 'events/AnimationEvent.cpp',
2645 'events/AnimationEvent.h', 2647 'events/AnimationEvent.h',
2646 'events/AnimationPlayerEvent.cpp', 2648 'events/AnimationPlayerEvent.cpp',
2647 'events/AnimationPlayerEvent.h', 2649 'events/AnimationPlayerEvent.h',
2648 'events/ApplicationCacheErrorEvent.cpp', 2650 'events/ApplicationCacheErrorEvent.cpp',
2649 'events/ApplicationCacheErrorEvent.h', 2651 'events/ApplicationCacheErrorEvent.h',
2650 'events/AutocompleteErrorEvent.h', 2652 'events/AutocompleteErrorEvent.h',
2651 'events/BeforeTextInsertedEvent.cpp', 2653 'events/BeforeTextInsertedEvent.cpp',
2652 'events/BeforeTextInsertedEvent.h', 2654 'events/BeforeTextInsertedEvent.h',
2653 'events/BeforeUnloadEvent.cpp', 2655 'events/BeforeUnloadEvent.cpp',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
4054 'style/SVGComputedStyleTest.cpp', 4056 'style/SVGComputedStyleTest.cpp',
4055 'svg/SVGPathParserTest.cpp', 4057 'svg/SVGPathParserTest.cpp',
4056 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4057 'testing/PrivateScriptTestTest.cpp', 4059 'testing/PrivateScriptTestTest.cpp',
4058 'timing/MemoryInfoTest.cpp', 4060 'timing/MemoryInfoTest.cpp',
4059 'workers/WorkerThreadTest.cpp', 4061 'workers/WorkerThreadTest.cpp',
4060 'xml/parser/SharedBufferReaderTest.cpp', 4062 'xml/parser/SharedBufferReaderTest.cpp',
4061 ], 4063 ],
4062 } 4064 }
4063 } 4065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698