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

Side by Side Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 Tfe Chromium Authors. All rights reserved. 1 # Copyright 2014 Tfe Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 8
9 group("bindings_modules_generated") { 9 group("bindings_modules_generated") {
10 visibility = [ "//third_party/WebKit/*" ] 10 visibility = [ "//third_party/WebKit/*" ]
(...skipping 27 matching lines...) Expand all
38 "//third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEven t.idl", 38 "//third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEven t.idl",
39 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionAvai lableEvent.idl", 39 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionAvai lableEvent.idl",
40 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionClos eEvent.idl", 40 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionClos eEvent.idl",
41 "//third_party/WebKit/Source/modules/push_messaging/PushEvent.idl", 41 "//third_party/WebKit/Source/modules/push_messaging/PushEvent.idl",
42 "//third_party/WebKit/Source/modules/sensor/SensorErrorEvent.idl", 42 "//third_party/WebKit/Source/modules/sensor/SensorErrorEvent.idl",
43 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl", 43 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl",
44 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.i dl", 44 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.i dl",
45 "//third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl", 45 "//third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl",
46 "//third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl", 46 "//third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.idl",
47 "//third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl", 47 "//third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl",
48 "//third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEven t.idl",
49 "//third_party/WebKit/Source/modules/speech/SpeechRecognitionError.idl", 48 "//third_party/WebKit/Source/modules/speech/SpeechRecognitionError.idl",
50 "//third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.idl", 49 "//third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.idl",
51 "//third_party/WebKit/Source/modules/speech/SpeechSynthesisEvent.idl", 50 "//third_party/WebKit/Source/modules/speech/SpeechSynthesisEvent.idl",
52 "//third_party/WebKit/Source/modules/storage/StorageEvent.idl", 51 "//third_party/WebKit/Source/modules/storage/StorageEvent.idl",
53 "//third_party/WebKit/Source/modules/vr/VRDisplayEvent.idl", 52 "//third_party/WebKit/Source/modules/vr/VRDisplayEvent.idl",
54 "//third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.idl", 53 "//third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.idl",
55 "//third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.id l", 54 "//third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.id l",
56 "//third_party/WebKit/Source/modules/webgl/WebGLContextEvent.idl", 55 "//third_party/WebKit/Source/modules/webgl/WebGLContextEvent.idl",
57 "//third_party/WebKit/Source/modules/webmidi/MIDIConnectionEvent.idl", 56 "//third_party/WebKit/Source/modules/webmidi/MIDIConnectionEvent.idl",
58 "//third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl", 57 "//third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 189
191 deps = [ 190 deps = [
192 ":event_modules", 191 ":event_modules",
193 ":event_modules_names", 192 ":event_modules_names",
194 ":event_target_modules_names", 193 ":event_target_modules_names",
195 "//third_party/WebKit/Source/core", 194 "//third_party/WebKit/Source/core",
196 "//third_party/WebKit/Source/wtf", 195 "//third_party/WebKit/Source/wtf",
197 "//v8", 196 "//v8",
198 ] 197 ]
199 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698