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

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

Issue 2466513002: Deprecate ServiceWorkerMessageEvent in favor of MessageEvent (Closed)
Patch Set: Merge layout tests; add arg name comments; cleanup global-interface-listing-expected files. 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 07b2c77d54b15d9b4ef4636b4894d739d6673f49..4ad7273b458c20825b306cec3534e77faa657ffe 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",
@@ -474,7 +473,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",
@@ -827,8 +825,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