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

Unified Diff: Source/core/core.gypi

Issue 26917003: Move DOMWindow and related clases from page/ to frame/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp ('k') | Source/core/css/MediaList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index e51fbe46e47b54d5e6023b0d886738c28b269e64..7e1429b19db9692855946729d8d3448da2b966b2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -262,12 +262,12 @@
'inspector/JavaScriptCallFrame.idl',
'loader/appcache/ApplicationCache.idl',
'timing/PerformanceNavigation.idl',
- 'page/BarProp.idl',
+ 'frame/BarProp.idl',
'frame/ConsoleBase.idl',
'frame/Console.idl',
'page/EventSource.idl',
'frame/History.idl',
- 'page/ImageBitmap.idl',
+ 'frame/ImageBitmap.idl',
'frame/Location.idl',
'timing/MemoryInfo.idl',
'frame/Navigator.idl',
@@ -284,10 +284,10 @@
'page/SecurityPolicy.idl',
'page/Selection.idl',
'frame/WebKitPoint.idl',
- 'page/Window.idl',
- 'page/WindowBase64.idl',
+ 'frame/Window.idl',
+ 'frame/WindowBase64.idl',
'page/WindowPagePopup.idl',
- 'page/WindowTimers.idl',
+ 'frame/WindowTimers.idl',
'page/WorkerNavigator.idl',
'plugins/MimeType.idl',
'plugins/MimeTypeArray.idl',
@@ -1172,8 +1172,8 @@
'loader/archive/MHTMLParser.h',
'page/AutoscrollController.cpp',
'page/AutoscrollController.h',
- 'page/BarProp.cpp',
- 'page/BarProp.h',
+ 'frame/BarProp.cpp',
+ 'frame/BarProp.h',
'page/Chrome.cpp',
'frame/Console.cpp',
'frame/Console.h',
@@ -1191,34 +1191,34 @@
'page/DOMSelection.h',
'page/DOMTimer.cpp',
'page/DOMTimer.h',
- 'page/DOMWindow.cpp',
- 'page/DOMWindow.h',
- 'page/DOMWindowBase64.cpp',
- 'page/DOMWindowBase64.h',
- 'page/DOMWindowLifecycleNotifier.cpp',
- 'page/DOMWindowLifecycleNotifier.h',
- 'page/DOMWindowLifecycleObserver.cpp',
- 'page/DOMWindowLifecycleObserver.h',
- 'page/DOMWindowTimers.cpp',
- 'page/DOMWindowTimers.h',
+ 'frame/DOMWindow.cpp',
+ 'frame/DOMWindow.h',
+ 'frame/DOMWindowBase64.cpp',
+ 'frame/DOMWindowBase64.h',
+ 'frame/DOMWindowLifecycleNotifier.cpp',
+ 'frame/DOMWindowLifecycleNotifier.h',
+ 'frame/DOMWindowLifecycleObserver.cpp',
+ 'frame/DOMWindowLifecycleObserver.h',
+ 'frame/DOMWindowTimers.cpp',
+ 'frame/DOMWindowTimers.h',
'page/DOMWindowPagePopup.cpp',
'page/DOMWindowPagePopup.h',
- 'page/DOMWindowProperty.cpp',
- 'page/DOMWindowProperty.h',
+ 'frame/DOMWindowProperty.cpp',
+ 'frame/DOMWindowProperty.h',
'page/DragController.cpp',
'page/EventHandler.cpp',
'page/EventSource.cpp',
'page/EventSource.h',
'page/FocusController.cpp',
'frame/Frame.cpp',
- 'page/FrameDestructionObserver.cpp',
- 'page/FrameDestructionObserver.h',
+ 'frame/FrameDestructionObserver.cpp',
+ 'frame/FrameDestructionObserver.h',
'page/FrameTree.cpp',
'frame/FrameView.cpp',
'frame/History.cpp',
'frame/History.h',
- 'page/ImageBitmap.cpp',
- 'page/ImageBitmap.h',
+ 'frame/ImageBitmap.cpp',
+ 'frame/ImageBitmap.h',
'frame/Location.cpp',
'frame/Location.h',
'timing/MemoryInfo.cpp',
@@ -3610,7 +3610,7 @@
'html/HTMLDimensionTest.cpp',
'html/LinkRelAttributeTest.cpp',
'html/TimeRangesTest.cpp',
- 'page/ImageBitmapTest.cpp',
+ 'frame/ImageBitmapTest.cpp',
'platform/animation/AnimationTranslationUtilTest.cpp',
'platform/graphics/BitmapImageTest.cpp',
'platform/graphics/FontTest.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp ('k') | Source/core/css/MediaList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698