Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: Source/core/core.gypi

Issue 22927015: Introduce NavigatorID IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/page/Navigator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/core/page/Navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698