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

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

Issue 476763004: Rename FullscreenElementStack to just Fullscreen (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/css/CSSDefaultStyleSheets.cpp » ('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 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after
2020 'dom/ElementFullscreen.cpp', 2020 'dom/ElementFullscreen.cpp',
2021 'dom/ElementFullscreen.h', 2021 'dom/ElementFullscreen.h',
2022 'dom/ElementRareData.cpp', 2022 'dom/ElementRareData.cpp',
2023 'dom/ElementRareData.h', 2023 'dom/ElementRareData.h',
2024 'dom/ElementTraversal.h', 2024 'dom/ElementTraversal.h',
2025 'dom/EmptyNodeList.cpp', 2025 'dom/EmptyNodeList.cpp',
2026 'dom/EmptyNodeList.h', 2026 'dom/EmptyNodeList.h',
2027 'dom/ExecutionContext.cpp', 2027 'dom/ExecutionContext.cpp',
2028 'dom/ExecutionContext.h', 2028 'dom/ExecutionContext.h',
2029 'dom/ExecutionContextTask.h', 2029 'dom/ExecutionContextTask.h',
2030 'dom/FullscreenElementStack.cpp', 2030 'dom/Fullscreen.cpp',
2031 'dom/FullscreenElementStack.h', 2031 'dom/Fullscreen.h',
2032 'dom/GlobalEventHandlers.h', 2032 'dom/GlobalEventHandlers.h',
2033 'dom/IconURL.cpp', 2033 'dom/IconURL.cpp',
2034 'dom/IconURL.h', 2034 'dom/IconURL.h',
2035 'dom/IdTargetObserver.cpp', 2035 'dom/IdTargetObserver.cpp',
2036 'dom/IdTargetObserver.h', 2036 'dom/IdTargetObserver.h',
2037 'dom/IdTargetObserverRegistry.cpp', 2037 'dom/IdTargetObserverRegistry.cpp',
2038 'dom/IdTargetObserverRegistry.h', 2038 'dom/IdTargetObserverRegistry.h',
2039 'dom/IgnoreDestructiveWriteCountIncrementer.h', 2039 'dom/IgnoreDestructiveWriteCountIncrementer.h',
2040 'dom/IncrementLoadEventDelayCount.cpp', 2040 'dom/IncrementLoadEventDelayCount.cpp',
2041 'dom/IncrementLoadEventDelayCount.h', 2041 'dom/IncrementLoadEventDelayCount.h',
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
3463 'rendering/shapes/BoxShapeTest.cpp', 3463 'rendering/shapes/BoxShapeTest.cpp',
3464 'rendering/style/OutlineValueTest.cpp', 3464 'rendering/style/OutlineValueTest.cpp',
3465 'testing/PrivateScriptTestTest.cpp', 3465 'testing/PrivateScriptTestTest.cpp',
3466 'streams/ReadableStreamTest.cpp', 3466 'streams/ReadableStreamTest.cpp',
3467 'testing/UnitTestHelpers.cpp', 3467 'testing/UnitTestHelpers.cpp',
3468 'testing/UnitTestHelpers.h', 3468 'testing/UnitTestHelpers.h',
3469 'xml/parser/SharedBufferReaderTest.cpp', 3469 'xml/parser/SharedBufferReaderTest.cpp',
3470 ], 3470 ],
3471 } 3471 }
3472 } 3472 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698