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

Unified Diff: Source/modules/modules.gypi

Issue 299883004: Adds WebWorker support to NetInfo v3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo3
Patch Set: Regolding webexposed/ layout tests 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b59615c47cf88c5b77587f67e77f9d4e1aab2770..af8fa1c74664b8e28007015e3f0b6698e89620c0 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -218,6 +218,7 @@
'mediastream/WindowMediaStream.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
'netinfo/NavigatorNetworkInformation.idl',
+ 'netinfo/WorkerNavigatorNetworkInformation.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'push_messaging/NavigatorPushManager.idl',
@@ -585,6 +586,8 @@
'netinfo/NavigatorNetworkInformation.h',
'netinfo/NetworkInformation.cpp',
'netinfo/NetworkInformation.h',
+ 'netinfo/WorkerNavigatorNetworkInformation.cpp',
+ 'netinfo/WorkerNavigatorNetworkInformation.h',
'notifications/Notification.cpp',
'notifications/Notification.h',
'notifications/NotificationClient.h',

Powered by Google App Engine
This is Rietveld 408576698