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

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

Issue 449133003: Move Web-facing fullscreen APIs to DocumentFullscreen and ElementFullscreen (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'xml/XSLTProcessor.idl', 459 'xml/XSLTProcessor.idl',
460 ], 460 ],
461 # 'partial interface', target (right side of) 'implements', and 461 # 'partial interface', target (right side of) 'implements', and
462 # interfaces with static bindings (in bindings/core/v8/) 462 # interfaces with static bindings (in bindings/core/v8/)
463 'core_dependency_idl_files': [ 463 'core_dependency_idl_files': [
464 'animation/DocumentAnimation.idl', 464 'animation/DocumentAnimation.idl',
465 'animation/ElementAnimation.idl', 465 'animation/ElementAnimation.idl',
466 'css/DocumentFontFaceSet.idl', 466 'css/DocumentFontFaceSet.idl',
467 'dom/ChildNode.idl', 467 'dom/ChildNode.idl',
468 'dom/DocumentFullscreen.idl', 468 'dom/DocumentFullscreen.idl',
469 'dom/ElementFullscreen.idl',
469 'dom/GlobalEventHandlers.idl', 470 'dom/GlobalEventHandlers.idl',
470 'dom/ParentNode.idl', 471 'dom/ParentNode.idl',
471 'dom/URLUtils.idl', 472 'dom/URLUtils.idl',
472 'dom/URLUtilsReadOnly.idl', 473 'dom/URLUtilsReadOnly.idl',
473 'events/EventListener.idl', 474 'events/EventListener.idl',
474 'events/NavigatorEvents.idl', 475 'events/NavigatorEvents.idl',
475 'frame/NavigatorCPU.idl', 476 'frame/NavigatorCPU.idl',
476 'frame/NavigatorID.idl', 477 'frame/NavigatorID.idl',
477 'frame/NavigatorLanguage.idl', 478 'frame/NavigatorLanguage.idl',
478 'frame/NavigatorOnLine.idl', 479 'frame/NavigatorOnLine.idl',
(...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 'dom/DocumentStyleSheetCollection.h', 2011 'dom/DocumentStyleSheetCollection.h',
2011 'dom/DocumentStyleSheetCollector.cpp', 2012 'dom/DocumentStyleSheetCollector.cpp',
2012 'dom/DocumentStyleSheetCollector.h', 2013 'dom/DocumentStyleSheetCollector.h',
2013 'dom/DocumentType.cpp', 2014 'dom/DocumentType.cpp',
2014 'dom/Element.cpp', 2015 'dom/Element.cpp',
2015 'dom/Element.h', 2016 'dom/Element.h',
2016 'dom/ElementData.cpp', 2017 'dom/ElementData.cpp',
2017 'dom/ElementData.h', 2018 'dom/ElementData.h',
2018 'dom/ElementDataCache.cpp', 2019 'dom/ElementDataCache.cpp',
2019 'dom/ElementDataCache.h', 2020 'dom/ElementDataCache.h',
2021 'dom/ElementFullscreen.cpp',
2022 'dom/ElementFullscreen.h',
2020 'dom/ElementRareData.cpp', 2023 'dom/ElementRareData.cpp',
2021 'dom/ElementRareData.h', 2024 'dom/ElementRareData.h',
2022 'dom/ElementTraversal.h', 2025 'dom/ElementTraversal.h',
2023 'dom/EmptyNodeList.cpp', 2026 'dom/EmptyNodeList.cpp',
2024 'dom/EmptyNodeList.h', 2027 'dom/EmptyNodeList.h',
2025 'dom/ExecutionContext.cpp', 2028 'dom/ExecutionContext.cpp',
2026 'dom/ExecutionContext.h', 2029 'dom/ExecutionContext.h',
2027 'dom/ExecutionContextTask.h', 2030 'dom/ExecutionContextTask.h',
2028 'dom/FullscreenElementStack.cpp', 2031 'dom/FullscreenElementStack.cpp',
2029 'dom/FullscreenElementStack.h', 2032 'dom/FullscreenElementStack.h',
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
3457 'rendering/shapes/BoxShapeTest.cpp', 3460 'rendering/shapes/BoxShapeTest.cpp',
3458 'rendering/style/OutlineValueTest.cpp', 3461 'rendering/style/OutlineValueTest.cpp',
3459 'testing/PrivateScriptTestTest.cpp', 3462 'testing/PrivateScriptTestTest.cpp',
3460 'streams/ReadableStreamTest.cpp', 3463 'streams/ReadableStreamTest.cpp',
3461 'testing/UnitTestHelpers.cpp', 3464 'testing/UnitTestHelpers.cpp',
3462 'testing/UnitTestHelpers.h', 3465 'testing/UnitTestHelpers.h',
3463 'xml/parser/SharedBufferReaderTest.cpp', 3466 'xml/parser/SharedBufferReaderTest.cpp',
3464 ], 3467 ],
3465 } 3468 }
3466 } 3469 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698