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

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

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'workers/WorkerNavigator.idl', 457 'workers/WorkerNavigator.idl',
458 ], 458 ],
459 # 'partial interface', target (right side of) 'implements', and 459 # 'partial interface', target (right side of) 'implements', and
460 # interfaces with static bindings (in bindings/core/v8/) 460 # interfaces with static bindings (in bindings/core/v8/)
461 'core_dependency_idl_files': [ 461 'core_dependency_idl_files': [
462 'animation/DocumentAnimation.idl', 462 'animation/DocumentAnimation.idl',
463 'animation/ElementAnimation.idl', 463 'animation/ElementAnimation.idl',
464 'css/DocumentFontFaceSet.idl', 464 'css/DocumentFontFaceSet.idl',
465 'dom/ChildNode.idl', 465 'dom/ChildNode.idl',
466 'dom/DocumentFullscreen.idl', 466 'dom/DocumentFullscreen.idl',
467 'dom/DocumentWakeLock.idl',
467 'dom/ElementFullscreen.idl', 468 'dom/ElementFullscreen.idl',
468 'dom/GlobalEventHandlers.idl', 469 'dom/GlobalEventHandlers.idl',
469 'dom/NonDocumentTypeChildNode.idl', 470 'dom/NonDocumentTypeChildNode.idl',
470 'dom/NonElementParentNode.idl', 471 'dom/NonElementParentNode.idl',
471 'dom/ParentNode.idl', 472 'dom/ParentNode.idl',
472 'dom/URLUtils.idl', 473 'dom/URLUtils.idl',
473 'dom/URLUtilsReadOnly.idl', 474 'dom/URLUtilsReadOnly.idl',
474 'events/EventListener.idl', 475 'events/EventListener.idl',
475 'events/NavigatorEvents.idl', 476 'events/NavigatorEvents.idl',
476 'frame/NavigatorCPU.idl', 477 'frame/NavigatorCPU.idl',
(...skipping 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2175 'dom/DocumentOrderedList.h', 2176 'dom/DocumentOrderedList.h',
2176 'dom/DocumentOrderedMap.cpp', 2177 'dom/DocumentOrderedMap.cpp',
2177 'dom/DocumentParser.cpp', 2178 'dom/DocumentParser.cpp',
2178 'dom/DocumentStyleSheetCollection.cpp', 2179 'dom/DocumentStyleSheetCollection.cpp',
2179 'dom/DocumentStyleSheetCollection.h', 2180 'dom/DocumentStyleSheetCollection.h',
2180 'dom/DocumentStyleSheetCollector.cpp', 2181 'dom/DocumentStyleSheetCollector.cpp',
2181 'dom/DocumentStyleSheetCollector.h', 2182 'dom/DocumentStyleSheetCollector.h',
2182 'dom/DocumentTiming.cpp', 2183 'dom/DocumentTiming.cpp',
2183 'dom/DocumentTiming.h', 2184 'dom/DocumentTiming.h',
2184 'dom/DocumentType.cpp', 2185 'dom/DocumentType.cpp',
2186 'dom/DocumentWakeLock.cpp',
2187 'dom/DocumentWakeLock.h',
2185 'dom/Element.cpp', 2188 'dom/Element.cpp',
2186 'dom/Element.h', 2189 'dom/Element.h',
2187 'dom/ElementData.cpp', 2190 'dom/ElementData.cpp',
2188 'dom/ElementData.h', 2191 'dom/ElementData.h',
2189 'dom/ElementDataCache.cpp', 2192 'dom/ElementDataCache.cpp',
2190 'dom/ElementDataCache.h', 2193 'dom/ElementDataCache.h',
2191 'dom/ElementFullscreen.cpp', 2194 'dom/ElementFullscreen.cpp',
2192 'dom/ElementFullscreen.h', 2195 'dom/ElementFullscreen.h',
2193 'dom/ElementRareData.cpp', 2196 'dom/ElementRareData.cpp',
2194 'dom/ElementRareData.h', 2197 'dom/ElementRareData.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 'dom/TreeScopeStyleSheetCollection.h', 2330 'dom/TreeScopeStyleSheetCollection.h',
2328 'dom/TreeShared.h', 2331 'dom/TreeShared.h',
2329 'dom/TreeWalker.cpp', 2332 'dom/TreeWalker.cpp',
2330 'dom/TreeWalker.h', 2333 'dom/TreeWalker.h',
2331 'dom/UserActionElementSet.cpp', 2334 'dom/UserActionElementSet.cpp',
2332 'dom/UserActionElementSet.h', 2335 'dom/UserActionElementSet.h',
2333 'dom/ViewportDescription.cpp', 2336 'dom/ViewportDescription.cpp',
2334 'dom/ViewportDescription.h', 2337 'dom/ViewportDescription.h',
2335 'dom/VisitedLinkState.cpp', 2338 'dom/VisitedLinkState.cpp',
2336 'dom/VisitedLinkState.h', 2339 'dom/VisitedLinkState.h',
2340 'dom/WakeLock.cpp',
2341 'dom/WakeLock.h',
2342 'dom/WakeLockController.cpp',
2343 'dom/WakeLockController.h',
2337 'dom/WeakNodeMap.cpp', 2344 'dom/WeakNodeMap.cpp',
2338 'dom/WeakNodeMap.h', 2345 'dom/WeakNodeMap.h',
2339 'dom/XMLDocument.cpp', 2346 'dom/XMLDocument.cpp',
2340 'dom/XMLDocument.h', 2347 'dom/XMLDocument.h',
2341 'dom/custom/CustomElement.cpp', 2348 'dom/custom/CustomElement.cpp',
2342 'dom/custom/CustomElement.h', 2349 'dom/custom/CustomElement.h',
2343 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', 2350 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
2344 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', 2351 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
2345 'dom/custom/CustomElementCallbackInvocation.cpp', 2352 'dom/custom/CustomElementCallbackInvocation.cpp',
2346 'dom/custom/CustomElementCallbackInvocation.h', 2353 'dom/custom/CustomElementCallbackInvocation.h',
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
3806 'paint/LayoutObjectDrawingRecorderTest.cpp', 3813 'paint/LayoutObjectDrawingRecorderTest.cpp',
3807 'paint/TextPainterTest.cpp', 3814 'paint/TextPainterTest.cpp',
3808 'paint/ViewDisplayListTest.cpp', 3815 'paint/ViewDisplayListTest.cpp',
3809 'streams/ReadableStreamReaderTest.cpp', 3816 'streams/ReadableStreamReaderTest.cpp',
3810 'streams/ReadableStreamTest.cpp', 3817 'streams/ReadableStreamTest.cpp',
3811 'testing/PrivateScriptTestTest.cpp', 3818 'testing/PrivateScriptTestTest.cpp',
3812 'xml/parser/SharedBufferReaderTest.cpp', 3819 'xml/parser/SharedBufferReaderTest.cpp',
3813 ], 3820 ],
3814 } 3821 }
3815 } 3822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698