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

Unified Diff: Source/modules/modules.gypi

Issue 400903002: Check that Service Workers are registered from secure origins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Do not open testing namespace for Windows build. Created 6 years, 5 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 1c16f428df1b6f31baaad9056256d5a7b6f0bad6..b72d0672cbcd78694e5f623ce9974bf879eff76e 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -973,6 +973,7 @@
'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
+ 'serviceworkers/MockWebServiceWorkerClient.h',
'speech/testing/InternalsSpeechSynthesis.cpp',
'speech/testing/InternalsSpeechSynthesis.h',
'speech/testing/PlatformSpeechSynthesizerMock.cpp',
@@ -984,6 +985,7 @@
'indexeddb/IDBKeyPathTest.cpp',
'indexeddb/IDBRequestTest.cpp',
'indexeddb/IDBTransactionTest.cpp',
+ 'serviceworkers/ServiceWorkerContainerTest.cpp',
'websockets/DOMWebSocketTest.cpp',
'websockets/WebSocketDeflaterTest.cpp',
'websockets/WebSocketExtensionDispatcherTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698