| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f787434979f4f30e3145f6e7bf4622ad64f4cda8..77ec1f25aebd58508055bf4e68b1d9abb436f613 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/PagePopupController.idl',
|
| 'page/Performance.idl',
|
| 'page/PerformanceEntry.idl',
|
| @@ -1196,6 +1197,8 @@
|
| 'page/Navigator.h',
|
| 'page/NavigatorBase.cpp',
|
| 'page/NavigatorBase.h',
|
| + 'page/NavigatorID.cpp',
|
| + 'page/NavigatorID.h',
|
| 'page/Page.cpp',
|
| 'page/PageConsole.cpp',
|
| 'page/PageGroup.cpp',
|
|
|