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

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 related to OILPAN Created 4 years, 10 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 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h', 2263 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
2264 'xmlhttprequest/XMLHttpRequestUpload.cpp', 2264 'xmlhttprequest/XMLHttpRequestUpload.cpp',
2265 'xmlhttprequest/XMLHttpRequestUpload.h', 2265 'xmlhttprequest/XMLHttpRequestUpload.h',
2266 ], 2266 ],
2267 'webcore_dom_files': [ 2267 'webcore_dom_files': [
2268 'dom/AXObjectCache.cpp', 2268 'dom/AXObjectCache.cpp',
2269 'dom/AXObjectCache.h', 2269 'dom/AXObjectCache.h',
2270 'dom/ActiveDOMObject.cpp', 2270 'dom/ActiveDOMObject.cpp',
2271 'dom/AddConsoleMessageTask.cpp', 2271 'dom/AddConsoleMessageTask.cpp',
2272 'dom/AddConsoleMessageTask.h', 2272 'dom/AddConsoleMessageTask.h',
2273 'dom/AssignedNodeTraversal.cpp',
2274 'dom/AssignedNodeTraversal.h',
2273 'dom/Attr.cpp', 2275 'dom/Attr.cpp',
2274 'dom/AttributeCollection.h', 2276 'dom/AttributeCollection.h',
2275 'dom/CDATASection.cpp', 2277 'dom/CDATASection.cpp',
2276 'dom/CDATASection.h', 2278 'dom/CDATASection.h',
2277 'dom/CSSSelectorWatch.cpp', 2279 'dom/CSSSelectorWatch.cpp',
2278 'dom/CharacterData.cpp', 2280 'dom/CharacterData.cpp',
2279 'dom/ChildFrameDisconnector.cpp', 2281 'dom/ChildFrameDisconnector.cpp',
2280 'dom/ChildFrameDisconnector.h', 2282 'dom/ChildFrameDisconnector.h',
2281 'dom/ChildListMutationScope.cpp', 2283 'dom/ChildListMutationScope.cpp',
2282 'dom/ChildListMutationScope.h', 2284 'dom/ChildListMutationScope.h',
2283 'dom/ChildNodeList.cpp', 2285 'dom/ChildNodeList.cpp',
2284 'dom/ChildNodeList.h', 2286 'dom/ChildNodeList.h',
2285 'dom/ClassCollection.cpp', 2287 'dom/ClassCollection.cpp',
2286 'dom/ClassCollection.h', 2288 'dom/ClassCollection.h',
2287 'dom/ClientRect.cpp', 2289 'dom/ClientRect.cpp',
2288 'dom/ClientRect.h', 2290 'dom/ClientRect.h',
2289 'dom/ClientRectList.cpp', 2291 'dom/ClientRectList.cpp',
2290 'dom/ClientRectList.h', 2292 'dom/ClientRectList.h',
2293 'dom/CombinedNodeTraversal.cpp',
2294 'dom/CombinedNodeTraversal.h',
2291 'dom/Comment.cpp', 2295 'dom/Comment.cpp',
2292 'dom/Comment.h', 2296 'dom/Comment.h',
2293 'dom/CompositorProxy.cpp', 2297 'dom/CompositorProxy.cpp',
2294 'dom/CompositorProxy.h', 2298 'dom/CompositorProxy.h',
2295 'dom/ContainerNode.cpp', 2299 'dom/ContainerNode.cpp',
2296 'dom/ContextFeatures.cpp', 2300 'dom/ContextFeatures.cpp',
2297 'dom/ContextFeatures.h', 2301 'dom/ContextFeatures.h',
2298 'dom/ContextLifecycleNotifier.cpp', 2302 'dom/ContextLifecycleNotifier.cpp',
2299 'dom/ContextLifecycleNotifier.h', 2303 'dom/ContextLifecycleNotifier.h',
2300 'dom/ContextLifecycleObserver.h', 2304 'dom/ContextLifecycleObserver.h',
(...skipping 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after
4018 'style/SVGComputedStyleTest.cpp', 4022 'style/SVGComputedStyleTest.cpp',
4019 'svg/SVGPathParserTest.cpp', 4023 'svg/SVGPathParserTest.cpp',
4020 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4024 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4021 'testing/PrivateScriptTestTest.cpp', 4025 'testing/PrivateScriptTestTest.cpp',
4022 'timing/MemoryInfoTest.cpp', 4026 'timing/MemoryInfoTest.cpp',
4023 'workers/WorkerThreadTest.cpp', 4027 'workers/WorkerThreadTest.cpp',
4024 'xml/parser/SharedBufferReaderTest.cpp', 4028 'xml/parser/SharedBufferReaderTest.cpp',
4025 ], 4029 ],
4026 } 4030 }
4027 } 4031 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698