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

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

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 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
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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'fileapi/Stream.h', 1125 'fileapi/Stream.h',
1126 'frame/BarProp.cpp', 1126 'frame/BarProp.cpp',
1127 'frame/BarProp.h', 1127 'frame/BarProp.h',
1128 'frame/Console.cpp', 1128 'frame/Console.cpp',
1129 'frame/Console.h', 1129 'frame/Console.h',
1130 'frame/ConsoleBase.cpp', 1130 'frame/ConsoleBase.cpp',
1131 'frame/ConsoleBase.h', 1131 'frame/ConsoleBase.h',
1132 'frame/DOMPoint.h', 1132 'frame/DOMPoint.h',
1133 'frame/DOMTimer.cpp', 1133 'frame/DOMTimer.cpp',
1134 'frame/DOMTimer.h', 1134 'frame/DOMTimer.h',
1135 'frame/DOMWindow.cpp',
1136 'frame/DOMWindow.h',
1137 'frame/DOMWindowBase64.cpp', 1135 'frame/DOMWindowBase64.cpp',
1138 'frame/DOMWindowBase64.h', 1136 'frame/DOMWindowBase64.h',
1139 'frame/DOMWindowEventHandlers.h', 1137 'frame/DOMWindowEventHandlers.h',
1140 'frame/DOMWindowLifecycleNotifier.cpp', 1138 'frame/DOMWindowLifecycleNotifier.cpp',
1141 'frame/DOMWindowLifecycleNotifier.h', 1139 'frame/DOMWindowLifecycleNotifier.h',
1142 'frame/DOMWindowLifecycleObserver.cpp', 1140 'frame/DOMWindowLifecycleObserver.cpp',
1143 'frame/DOMWindowLifecycleObserver.h', 1141 'frame/DOMWindowLifecycleObserver.h',
1144 'frame/DOMWindowProperty.cpp', 1142 'frame/DOMWindowProperty.cpp',
1145 'frame/DOMWindowProperty.h', 1143 'frame/DOMWindowProperty.h',
1146 'frame/DOMWindowTimers.cpp', 1144 'frame/DOMWindowTimers.cpp',
(...skipping 18 matching lines...) Expand all
1165 'frame/FrameDestructionObserver.cpp', 1163 'frame/FrameDestructionObserver.cpp',
1166 'frame/FrameDestructionObserver.h', 1164 'frame/FrameDestructionObserver.h',
1167 'frame/FrameHost.cpp', 1165 'frame/FrameHost.cpp',
1168 'frame/FrameHost.h', 1166 'frame/FrameHost.h',
1169 'frame/FrameOwner.h', 1167 'frame/FrameOwner.h',
1170 'frame/FrameView.cpp', 1168 'frame/FrameView.cpp',
1171 'frame/History.cpp', 1169 'frame/History.cpp',
1172 'frame/History.h', 1170 'frame/History.h',
1173 'frame/ImageBitmap.cpp', 1171 'frame/ImageBitmap.cpp',
1174 'frame/ImageBitmap.h', 1172 'frame/ImageBitmap.h',
1173 'frame/LocalDOMWindow.h',
1174 'frame/LocalDOMWindow.cpp',
1175 'frame/LocalFrame.cpp', 1175 'frame/LocalFrame.cpp',
1176 'frame/LocalFrame.h', 1176 'frame/LocalFrame.h',
1177 'frame/Location.cpp', 1177 'frame/Location.cpp',
1178 'frame/Location.h', 1178 'frame/Location.h',
1179 'frame/Navigator.cpp', 1179 'frame/Navigator.cpp',
1180 'frame/Navigator.h', 1180 'frame/Navigator.h',
1181 'frame/NavigatorCPU.cpp', 1181 'frame/NavigatorCPU.cpp',
1182 'frame/NavigatorCPU.h', 1182 'frame/NavigatorCPU.h',
1183 'frame/NavigatorID.cpp', 1183 'frame/NavigatorID.cpp',
1184 'frame/NavigatorID.h', 1184 'frame/NavigatorID.h',
(...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after
3429 'loader/MixedContentCheckerTest.cpp', 3429 'loader/MixedContentCheckerTest.cpp',
3430 'page/NetworkStateNotifierTest.cpp', 3430 'page/NetworkStateNotifierTest.cpp',
3431 'rendering/RenderOverflowTest.cpp', 3431 'rendering/RenderOverflowTest.cpp',
3432 'rendering/shapes/BoxShapeTest.cpp', 3432 'rendering/shapes/BoxShapeTest.cpp',
3433 'testing/UnitTestHelpers.cpp', 3433 'testing/UnitTestHelpers.cpp',
3434 'testing/UnitTestHelpers.h', 3434 'testing/UnitTestHelpers.h',
3435 'xml/parser/SharedBufferReaderTest.cpp', 3435 'xml/parser/SharedBufferReaderTest.cpp',
3436 ], 3436 ],
3437 } 3437 }
3438 } 3438 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698