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

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: Simplify layout test 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 d2da3e761e01c2903aa71e6bd8adaa5afde6b062..d08fd065f91ddf78f26e71973a65ed9466951820 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -216,6 +216,7 @@
'mediastream/WindowMediaStream.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
'netinfo/NavigatorNetworkInfoConnection.idl',
+ 'netinfo/WorkerNavigatorNetworkInfoConnection.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'push_messaging/NavigatorPushManager.idl',
@@ -583,6 +584,8 @@
'netinfo/NavigatorNetworkInfoConnection.h',
'netinfo/NetworkInfoConnection.cpp',
'netinfo/NetworkInfoConnection.h',
+ 'netinfo/WorkerNavigatorNetworkInfoConnection.cpp',
+ 'netinfo/WorkerNavigatorNetworkInfoConnection.h',
'notifications/Notification.cpp',
'notifications/Notification.h',
'notifications/NotificationClient.h',

Powered by Google App Engine
This is Rietveld 408576698