| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index b0297a05cd7dea7a7188eb8e9a218b41878e0672..67655aa3d2c65c16508d2f3380bbef3f73e67d53 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -245,6 +245,7 @@
|
| 'page/Location.idl',
|
| 'page/MemoryInfo.idl',
|
| 'page/Navigator.idl',
|
| + 'page/NavigatorID.idl',
|
| 'page/NavigatorOnLine.idl',
|
| 'page/PagePopupController.idl',
|
| 'page/Performance.idl',
|
| @@ -1197,6 +1198,8 @@
|
| 'page/Navigator.h',
|
| 'page/NavigatorBase.cpp',
|
| 'page/NavigatorBase.h',
|
| + 'page/NavigatorID.cpp',
|
| + 'page/NavigatorID.h',
|
| 'page/NavigatorOnLine.h',
|
| 'page/Page.cpp',
|
| 'page/PageConsole.cpp',
|
|
|