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

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: Refactoring in response to review comments 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 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after
2614 'dom/custom/CustomElementRegistrationContext.cpp', 2614 'dom/custom/CustomElementRegistrationContext.cpp',
2615 'dom/custom/CustomElementRegistrationContext.h', 2615 'dom/custom/CustomElementRegistrationContext.h',
2616 'dom/custom/CustomElementRegistry.cpp', 2616 'dom/custom/CustomElementRegistry.cpp',
2617 'dom/custom/CustomElementRegistry.h', 2617 'dom/custom/CustomElementRegistry.h',
2618 'dom/custom/CustomElementScheduler.cpp', 2618 'dom/custom/CustomElementScheduler.cpp',
2619 'dom/custom/CustomElementScheduler.h', 2619 'dom/custom/CustomElementScheduler.h',
2620 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', 2620 'dom/custom/CustomElementSyncMicrotaskQueue.cpp',
2621 'dom/custom/CustomElementSyncMicrotaskQueue.h', 2621 'dom/custom/CustomElementSyncMicrotaskQueue.h',
2622 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2622 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
2623 'dom/custom/CustomElementUpgradeCandidateMap.h', 2623 'dom/custom/CustomElementUpgradeCandidateMap.h',
2624 'dom/shadow/AssignedElementTraversal.cpp',
2625 'dom/shadow/AssignedElementTraversal.h',
hayato 2016/03/03 05:42:21 Nit: How about renaming this to SlotAssignedSubtre
yuzuchan 2016/03/04 03:48:36 I changed the name to SlotScopedTraversal to short
kochi 2016/03/04 04:16:30 Sounds good.
2624 'dom/shadow/DistributedNodes.cpp', 2626 'dom/shadow/DistributedNodes.cpp',
2625 'dom/shadow/DistributedNodes.h', 2627 'dom/shadow/DistributedNodes.h',
2626 'dom/shadow/ElementShadow.cpp', 2628 'dom/shadow/ElementShadow.cpp',
2627 'dom/shadow/ElementShadow.h', 2629 'dom/shadow/ElementShadow.h',
2628 'dom/shadow/FlatTreeTraversal.cpp', 2630 'dom/shadow/FlatTreeTraversal.cpp',
2629 'dom/shadow/FlatTreeTraversal.h', 2631 'dom/shadow/FlatTreeTraversal.h',
2630 'dom/shadow/InsertionPoint.cpp', 2632 'dom/shadow/InsertionPoint.cpp',
2631 'dom/shadow/InsertionPoint.h', 2633 'dom/shadow/InsertionPoint.h',
2632 'dom/shadow/SelectRuleFeatureSet.cpp', 2634 'dom/shadow/SelectRuleFeatureSet.cpp',
2633 'dom/shadow/SelectRuleFeatureSet.h', 2635 'dom/shadow/SelectRuleFeatureSet.h',
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
4048 'style/SVGComputedStyleTest.cpp', 4050 'style/SVGComputedStyleTest.cpp',
4049 'svg/SVGPathParserTest.cpp', 4051 'svg/SVGPathParserTest.cpp',
4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4052 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4051 'testing/PrivateScriptTestTest.cpp', 4053 'testing/PrivateScriptTestTest.cpp',
4052 'timing/MemoryInfoTest.cpp', 4054 'timing/MemoryInfoTest.cpp',
4053 'workers/WorkerThreadTest.cpp', 4055 'workers/WorkerThreadTest.cpp',
4054 'xml/parser/SharedBufferReaderTest.cpp', 4056 'xml/parser/SharedBufferReaderTest.cpp',
4055 ], 4057 ],
4056 } 4058 }
4057 } 4059 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698