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

Unified Diff: Source/modules/modules.gypi

Issue 695643002: Add terminateServiceWorker method for layout tests - blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 ba1e44e7f59791fd173ee3719765ffa0c9bd8628..36d966f3bffbedbc8593b014be1f71f1a7355ccd 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1019,6 +1019,7 @@
'modules_testing_dependency_idl_files' : [
'geolocation/testing/InternalsGeolocation.idl',
'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
+ 'serviceworkers/testing/InternalsServiceWorker.idl',
'speech/testing/InternalsSpeechSynthesis.idl',
'vibration/testing/InternalsVibration.idl',
],
@@ -1031,6 +1032,8 @@
'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
+ 'serviceworkers/testing/InternalsServiceWorker.cpp',
+ 'serviceworkers/testing/InternalsServiceWorker.h',
'speech/testing/InternalsSpeechSynthesis.cpp',
'speech/testing/InternalsSpeechSynthesis.h',
'speech/testing/PlatformSpeechSynthesizerMock.cpp',

Powered by Google App Engine
This is Rietveld 408576698