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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2466513002: Deprecate ServiceWorkerMessageEvent in favor of MessageEvent (Closed)
Patch Set: Remove ServiceWorkerMessageEvent codes; update layout tests Created 4 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: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 86ecd6286858ee934a6d979bff68f955ec4a8c5f..9f019c9abbae08d4be466ad610015a61f6b6a1d1 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -235,7 +235,6 @@ modules_idl_files =
"serviceworkers/ServiceWorker.idl",
"serviceworkers/ServiceWorkerContainer.idl",
"serviceworkers/ServiceWorkerGlobalScope.idl",
- "serviceworkers/ServiceWorkerMessageEvent.idl",
"serviceworkers/ServiceWorkerRegistration.idl",
"serviceworkers/WindowClient.idl",
"shapedetection/DetectedFace.idl",
@@ -473,7 +472,6 @@ modules_dictionary_idl_files =
"serviceworkers/ForeignFetchResponse.idl",
"serviceworkers/NavigationPreloadState.idl",
"serviceworkers/RegistrationOptions.idl",
- "serviceworkers/ServiceWorkerMessageEventInit.idl",
"speech/SpeechRecognitionErrorInit.idl",
"speech/SpeechRecognitionEventInit.idl",
"storage/StorageEventInit.idl",
@@ -823,8 +821,6 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/serviceworkers/NavigationPreloadState.h",
"$blink_modules_output_dir/serviceworkers/RegistrationOptions.cpp",
"$blink_modules_output_dir/serviceworkers/RegistrationOptions.h",
- "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.cpp",
- "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.h",
"$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp",
"$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h",
"$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp",

Powered by Google App Engine
This is Rietveld 408576698