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

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

Issue 640803004: Add a basic DOMWindow base class and use it in WindowProxy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 2 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 | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/frame/DOMWindow.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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 'frame/BarProp.cpp', 1166 'frame/BarProp.cpp',
1167 'frame/BarProp.h', 1167 'frame/BarProp.h',
1168 'frame/Console.cpp', 1168 'frame/Console.cpp',
1169 'frame/Console.h', 1169 'frame/Console.h',
1170 'frame/ConsoleBase.cpp', 1170 'frame/ConsoleBase.cpp',
1171 'frame/ConsoleBase.h', 1171 'frame/ConsoleBase.h',
1172 'frame/DOMTimer.cpp', 1172 'frame/DOMTimer.cpp',
1173 'frame/DOMTimer.h', 1173 'frame/DOMTimer.h',
1174 'frame/DOMWindowBase64.cpp', 1174 'frame/DOMWindowBase64.cpp',
1175 'frame/DOMWindowBase64.h', 1175 'frame/DOMWindowBase64.h',
1176 'frame/DOMWindow.h',
1176 'frame/DOMWindowEventHandlers.h', 1177 'frame/DOMWindowEventHandlers.h',
1177 'frame/DOMWindowLifecycleNotifier.cpp', 1178 'frame/DOMWindowLifecycleNotifier.cpp',
1178 'frame/DOMWindowLifecycleNotifier.h', 1179 'frame/DOMWindowLifecycleNotifier.h',
1179 'frame/DOMWindowLifecycleObserver.cpp', 1180 'frame/DOMWindowLifecycleObserver.cpp',
1180 'frame/DOMWindowLifecycleObserver.h', 1181 'frame/DOMWindowLifecycleObserver.h',
1181 'frame/DOMWindowProperty.cpp', 1182 'frame/DOMWindowProperty.cpp',
1182 'frame/DOMWindowProperty.h', 1183 'frame/DOMWindowProperty.h',
1183 'frame/DOMWindowTimers.cpp', 1184 'frame/DOMWindowTimers.cpp',
1184 'frame/DOMWindowTimers.h', 1185 'frame/DOMWindowTimers.h',
1185 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1186 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
(...skipping 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after
3650 'rendering/shapes/BoxShapeTest.cpp', 3651 'rendering/shapes/BoxShapeTest.cpp',
3651 'rendering/style/OutlineValueTest.cpp', 3652 'rendering/style/OutlineValueTest.cpp',
3652 'testing/PrivateScriptTestTest.cpp', 3653 'testing/PrivateScriptTestTest.cpp',
3653 'streams/ReadableStreamTest.cpp', 3654 'streams/ReadableStreamTest.cpp',
3654 'testing/UnitTestHelpers.cpp', 3655 'testing/UnitTestHelpers.cpp',
3655 'testing/UnitTestHelpers.h', 3656 'testing/UnitTestHelpers.h',
3656 'xml/parser/SharedBufferReaderTest.cpp', 3657 'xml/parser/SharedBufferReaderTest.cpp',
3657 ], 3658 ],
3658 } 3659 }
3659 } 3660 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698