| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 22b49bfc93bc49aa4bf8869ceb4f567656c9a2d2..08d13d8ef24a5c82026a3fbdf42481877d3260b7 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -261,26 +261,26 @@
|
| 'inspector/InspectorOverlayHost.idl',
|
| 'inspector/JavaScriptCallFrame.idl',
|
| 'loader/appcache/ApplicationCache.idl',
|
| - 'page/PerformanceNavigation.idl',
|
| + 'timing/PerformanceNavigation.idl',
|
| 'page/BarProp.idl',
|
| - 'page/ConsoleBase.idl',
|
| - 'page/Console.idl',
|
| + 'frame/ConsoleBase.idl',
|
| + 'frame/Console.idl',
|
| 'page/EventSource.idl',
|
| - 'page/History.idl',
|
| + 'frame/History.idl',
|
| 'page/ImageBitmap.idl',
|
| - 'page/Location.idl',
|
| - 'page/MemoryInfo.idl',
|
| - 'page/Navigator.idl',
|
| - 'page/NavigatorID.idl',
|
| - 'page/NavigatorOnLine.idl',
|
| + 'frame/Location.idl',
|
| + 'timing/MemoryInfo.idl',
|
| + 'frame/Navigator.idl',
|
| + 'frame/NavigatorID.idl',
|
| + 'frame/NavigatorOnLine.idl',
|
| 'page/PagePopupController.idl',
|
| - 'page/Performance.idl',
|
| - 'page/PerformanceEntry.idl',
|
| - 'page/PerformanceMark.idl',
|
| - 'page/PerformanceMeasure.idl',
|
| - 'page/PerformanceResourceTiming.idl',
|
| - 'page/PerformanceTiming.idl',
|
| - 'page/Screen.idl',
|
| + 'timing/Performance.idl',
|
| + 'timing/PerformanceEntry.idl',
|
| + 'timing/PerformanceMark.idl',
|
| + 'timing/PerformanceMeasure.idl',
|
| + 'timing/PerformanceResourceTiming.idl',
|
| + 'timing/PerformanceTiming.idl',
|
| + 'frame/Screen.idl',
|
| 'page/SecurityPolicy.idl',
|
| 'page/Selection.idl',
|
| 'page/WebKitPoint.idl',
|
| @@ -1175,10 +1175,10 @@
|
| 'page/BarProp.cpp',
|
| 'page/BarProp.h',
|
| 'page/Chrome.cpp',
|
| - 'page/Console.cpp',
|
| - 'page/Console.h',
|
| - 'page/ConsoleBase.cpp',
|
| - 'page/ConsoleBase.h',
|
| + 'frame/Console.cpp',
|
| + 'frame/Console.h',
|
| + 'frame/ConsoleBase.cpp',
|
| + 'frame/ConsoleBase.h',
|
| 'page/ContentSecurityPolicy.cpp',
|
| 'page/ContentSecurityPolicyResponseHeaders.cpp',
|
| 'page/ContextMenuController.cpp',
|
| @@ -1215,21 +1215,21 @@
|
| 'page/FrameDestructionObserver.h',
|
| 'page/FrameTree.cpp',
|
| 'page/FrameView.cpp',
|
| - 'page/History.cpp',
|
| - 'page/History.h',
|
| + 'frame/History.cpp',
|
| + 'frame/History.h',
|
| 'page/ImageBitmap.cpp',
|
| 'page/ImageBitmap.h',
|
| - 'page/Location.cpp',
|
| - 'page/Location.h',
|
| - 'page/MemoryInfo.cpp',
|
| + 'frame/Location.cpp',
|
| + 'frame/Location.h',
|
| + 'timing/MemoryInfo.cpp',
|
| 'page/MouseEventWithHitTestResults.cpp',
|
| 'page/MouseEventWithHitTestResults.h',
|
| - 'page/Navigator.cpp',
|
| - 'page/Navigator.h',
|
| - 'page/NavigatorBase.h',
|
| - 'page/NavigatorID.cpp',
|
| - 'page/NavigatorID.h',
|
| - 'page/NavigatorOnLine.h',
|
| + 'frame/Navigator.cpp',
|
| + 'frame/Navigator.h',
|
| + 'frame/NavigatorBase.h',
|
| + 'frame/NavigatorID.cpp',
|
| + 'frame/NavigatorID.h',
|
| + 'frame/NavigatorOnLine.h',
|
| 'page/NetworkStateNotifier.cpp',
|
| 'page/NetworkStateNotifier.h',
|
| 'page/Page.cpp',
|
| @@ -1249,20 +1249,20 @@
|
| 'page/PageScaleConstraints.h',
|
| 'page/PageSerializer.cpp',
|
| 'page/PageVisibilityState.cpp',
|
| - 'page/Performance.cpp',
|
| - 'page/Performance.h',
|
| - 'page/PerformanceEntry.cpp',
|
| - 'page/PerformanceEntry.h',
|
| - 'page/PerformanceMark.h',
|
| - 'page/PerformanceMeasure.h',
|
| - 'page/PerformanceNavigation.cpp',
|
| - 'page/PerformanceNavigation.h',
|
| - 'page/PerformanceResourceTiming.cpp',
|
| - 'page/PerformanceResourceTiming.h',
|
| - 'page/PerformanceTiming.cpp',
|
| - 'page/PerformanceTiming.h',
|
| - 'page/PerformanceUserTiming.cpp',
|
| - 'page/PerformanceUserTiming.h',
|
| + 'timing/Performance.cpp',
|
| + 'timing/Performance.h',
|
| + 'timing/PerformanceEntry.cpp',
|
| + 'timing/PerformanceEntry.h',
|
| + 'timing/PerformanceMark.h',
|
| + 'timing/PerformanceMeasure.h',
|
| + 'timing/PerformanceNavigation.cpp',
|
| + 'timing/PerformanceNavigation.h',
|
| + 'timing/PerformanceResourceTiming.cpp',
|
| + 'timing/PerformanceResourceTiming.h',
|
| + 'timing/PerformanceTiming.cpp',
|
| + 'timing/PerformanceTiming.h',
|
| + 'timing/PerformanceUserTiming.cpp',
|
| + 'timing/PerformanceUserTiming.h',
|
| 'page/PointerLockController.cpp',
|
| 'page/PointerLockController.h',
|
| 'page/PopupOpeningObserver.h',
|
| @@ -1271,8 +1271,8 @@
|
| 'page/RuntimeCSSEnabled.cpp',
|
| 'page/RuntimeCSSEnabled.h',
|
| 'page/RuntimeEnabledFeaturesCustom.cpp',
|
| - 'page/Screen.cpp',
|
| - 'page/Screen.h',
|
| + 'frame/Screen.cpp',
|
| + 'frame/Screen.h',
|
| 'page/Settings.cpp',
|
| 'page/SpatialNavigation.cpp',
|
| 'page/SuspendableTimer.cpp',
|
|
|