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

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: Implementing new traversal inside FocusController 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 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h', 2283 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
2284 'xmlhttprequest/XMLHttpRequestUpload.cpp', 2284 'xmlhttprequest/XMLHttpRequestUpload.cpp',
2285 'xmlhttprequest/XMLHttpRequestUpload.h', 2285 'xmlhttprequest/XMLHttpRequestUpload.h',
2286 ], 2286 ],
2287 'webcore_dom_files': [ 2287 'webcore_dom_files': [
2288 'dom/AXObjectCache.cpp', 2288 'dom/AXObjectCache.cpp',
2289 'dom/AXObjectCache.h', 2289 'dom/AXObjectCache.h',
2290 'dom/ActiveDOMObject.cpp', 2290 'dom/ActiveDOMObject.cpp',
2291 'dom/AddConsoleMessageTask.cpp', 2291 'dom/AddConsoleMessageTask.cpp',
2292 'dom/AddConsoleMessageTask.h', 2292 'dom/AddConsoleMessageTask.h',
2293 'dom/AssignedElementTraversal.cpp',
2294 'dom/AssignedElementTraversal.h',
kochi 2016/03/01 12:55:40 Maybe these files can be in dom/shadow ? (FlatTree
yuzuchan 2016/03/02 09:02:14 Done.
2293 'dom/Attr.cpp', 2295 'dom/Attr.cpp',
2294 'dom/AttributeCollection.h', 2296 'dom/AttributeCollection.h',
2295 'dom/CDATASection.cpp', 2297 'dom/CDATASection.cpp',
2296 'dom/CDATASection.h', 2298 'dom/CDATASection.h',
2297 'dom/CSSSelectorWatch.cpp', 2299 'dom/CSSSelectorWatch.cpp',
2298 'dom/CharacterData.cpp', 2300 'dom/CharacterData.cpp',
2299 'dom/ChildFrameDisconnector.cpp', 2301 'dom/ChildFrameDisconnector.cpp',
2300 'dom/ChildFrameDisconnector.h', 2302 'dom/ChildFrameDisconnector.h',
2301 'dom/ChildListMutationScope.cpp', 2303 'dom/ChildListMutationScope.cpp',
2302 'dom/ChildListMutationScope.h', 2304 'dom/ChildListMutationScope.h',
(...skipping 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after
4037 'style/SVGComputedStyleTest.cpp', 4039 'style/SVGComputedStyleTest.cpp',
4038 'svg/SVGPathParserTest.cpp', 4040 'svg/SVGPathParserTest.cpp',
4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4041 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4040 'testing/PrivateScriptTestTest.cpp', 4042 'testing/PrivateScriptTestTest.cpp',
4041 'timing/MemoryInfoTest.cpp', 4043 'timing/MemoryInfoTest.cpp',
4042 'workers/WorkerThreadTest.cpp', 4044 'workers/WorkerThreadTest.cpp',
4043 'xml/parser/SharedBufferReaderTest.cpp', 4045 'xml/parser/SharedBufferReaderTest.cpp',
4044 ], 4046 ],
4045 } 4047 }
4046 } 4048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698