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

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

Issue 2466513002: Deprecate ServiceWorkerMessageEvent in favor of MessageEvent (Closed)
Patch Set: Rebase and update cross-origin-objects-exceptions-expected.txt Created 4 years 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 f244419c0e79d12e7e8d28a8c0ff8a29dfef8ae9..0e523ae7ecf331db14c5a91eae304020a2d26628 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -242,7 +242,6 @@ modules_idl_files =
"serviceworkers/ServiceWorker.idl",
"serviceworkers/ServiceWorkerContainer.idl",
"serviceworkers/ServiceWorkerGlobalScope.idl",
- "serviceworkers/ServiceWorkerMessageEvent.idl",
"serviceworkers/ServiceWorkerRegistration.idl",
"serviceworkers/WindowClient.idl",
"shapedetection/BarcodeDetector.idl",
@@ -492,7 +491,6 @@ modules_dictionary_idl_files =
"serviceworkers/ForeignFetchResponse.idl",
"serviceworkers/NavigationPreloadState.idl",
"serviceworkers/RegistrationOptions.idl",
- "serviceworkers/ServiceWorkerMessageEventInit.idl",
"shapedetection/FaceDetectorOptions.idl",
"speech/SpeechRecognitionErrorInit.idl",
"speech/SpeechRecognitionEventInit.idl",
@@ -869,8 +867,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/shapedetection/FaceDetectorOptions.cpp",
"$blink_modules_output_dir/shapedetection/FaceDetectorOptions.h",
"$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/events/MessageEvent.idl ('k') | third_party/WebKit/Source/modules/serviceworkers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698