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

Unified Diff: Source/core/core.gypi

Issue 23308006: Introduce NavigatorOnLine interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No change 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.idl » ('j') | Source/core/page/NavigatorOnLine.h » ('J')
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 f787434979f4f30e3145f6e7bf4622ad64f4cda8..a0a8863d94e1890dae07c9f6df5bd73cbbd0de0c 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/NavigatorOnLine.idl',
'page/PagePopupController.idl',
'page/Performance.idl',
'page/PerformanceEntry.idl',
@@ -1196,6 +1197,7 @@
'page/Navigator.h',
'page/NavigatorBase.cpp',
'page/NavigatorBase.h',
+ 'page/NavigatorOnLine.h',
'page/Page.cpp',
'page/PageConsole.cpp',
'page/PageGroup.cpp',
« no previous file with comments | « no previous file | Source/core/page/Navigator.idl » ('j') | Source/core/page/NavigatorOnLine.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698