| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 4ac4dd80c1f367f5a94848c5abddcd1a108ff014..35bd03431c9497aba8a6c31f160eb59ac5a8aaf1 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -481,6 +481,7 @@
|
| 'frame/NavigatorOnLine.idl',
|
| 'frame/WindowBase64.idl',
|
| 'frame/WindowEventHandlers.idl',
|
| + 'frame/WindowPrivateScript.idl',
|
| 'frame/WindowTimers.idl',
|
| 'html/canvas/CanvasPathMethods.idl',
|
| 'html/canvas/MouseEventHitRegion.idl',
|
| @@ -1158,6 +1159,8 @@
|
| 'frame/DOMWindowLifecycleNotifier.h',
|
| 'frame/DOMWindowLifecycleObserver.cpp',
|
| 'frame/DOMWindowLifecycleObserver.h',
|
| + 'frame/DOMWindowPrivateScript.cpp',
|
| + 'frame/DOMWindowPrivateScript.h',
|
| 'frame/DOMWindowProperty.cpp',
|
| 'frame/DOMWindowProperty.h',
|
| 'frame/DOMWindowTimers.cpp',
|
|
|