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

Unified Diff: Source/modules/modules.gypi

Issue 291203002: Adds NetInfo v3 Web API to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo1
Patch Set: Comment typo Created 6 years, 7 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 | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/netinfo/NavigatorNetworkInformation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index e3f48d9ceb56bac69811708748645ae800e25a65..4f3a550969b1cd787a1f0d48358182bf1538e646 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -100,6 +100,7 @@
'mediastream/RTCStatsReport.idl',
'mediastream/RTCStatsResponse.idl',
'mediastream/SourceInfo.idl',
+ 'netinfo/NetworkInformation.idl',
'notifications/Notification.idl',
'notifications/NotificationPermissionCallback.idl',
'performance/WorkerPerformance.idl',
@@ -216,6 +217,7 @@
'mediastream/URLMediaStream.idl',
'mediastream/WindowMediaStream.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
+ 'netinfo/NavigatorNetworkInformation.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'push_messaging/NavigatorPushManager.idl',
@@ -579,6 +581,10 @@
'navigatorcontentutils/NavigatorContentUtils.cpp',
'navigatorcontentutils/NavigatorContentUtils.h',
'navigatorcontentutils/NavigatorContentUtilsClient.h',
+ 'netinfo/NavigatorNetworkInformation.cpp',
+ 'netinfo/NavigatorNetworkInformation.h',
+ 'netinfo/NetworkInformation.cpp',
+ 'netinfo/NetworkInformation.h',
'notifications/Notification.cpp',
'notifications/Notification.h',
'notifications/NotificationClient.h',
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/netinfo/NavigatorNetworkInformation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698