| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 625b19ea06f39116b873e22ccdcc469f3f0ec51d..632fe0fc61b98c6ded2e2e6e3489b6a8a90b9df5 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -245,7 +245,6 @@
|
| 'page/History.idl',
|
| 'page/ImageBitmap.idl',
|
| 'page/Location.idl',
|
| - 'page/MemoryInfo.idl',
|
| 'page/Navigator.idl',
|
| 'page/NavigatorID.idl',
|
| 'page/NavigatorOnLine.idl',
|
| @@ -254,7 +253,6 @@
|
| 'page/PerformanceEntry.idl',
|
| 'page/PerformanceMark.idl',
|
| 'page/PerformanceMeasure.idl',
|
| - 'page/PerformanceNavigation.idl',
|
| 'page/PerformanceResourceTiming.idl',
|
| 'page/PerformanceTiming.idl',
|
| 'page/Screen.idl',
|
| @@ -313,6 +311,8 @@
|
| 'html/canvas/WebGLTexture.idl',
|
| 'html/canvas/WebGLUniformLocation.idl',
|
| 'html/canvas/WebGLVertexArrayObjectOES.idl',
|
| + 'page/MemoryInfo.idl',
|
| + 'page/PerformanceNavigation.idl',
|
| 'page/WindowBase64.idl',
|
| 'page/WindowPagePopup.idl',
|
| 'page/WindowTimers.idl',
|
| @@ -3699,12 +3699,12 @@
|
| 'testing/InternalSettings.idl',
|
| 'testing/LayerRect.idl',
|
| 'testing/LayerRectList.idl',
|
| - 'testing/MallocStatistics.idl',
|
| 'testing/TypeConversions.idl',
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
|
| ],
|
| 'python_webcore_test_support_idl_files': [
|
| + 'testing/MallocStatistics.idl',
|
| ],
|
| 'webcore_test_support_files': [
|
| 'testing/v8/WebCoreTestSupport.cpp',
|
|
|