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

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

Issue 2510833002: PaymentApp: Add interfaces for PaymentRequestEvent. (Closed)
Patch Set: PaymentApp: Add interfaces for PaymentRequestEvent. 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 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 13 matching lines...) Expand all
24 "//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.id l", 24 "//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.id l",
25 "//third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEve nt.idl", 25 "//third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEve nt.idl",
26 "//third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl" , 26 "//third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl" ,
27 "//third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl ", 27 "//third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl ",
28 "//third_party/WebKit/Source/modules/gamepad/GamepadEvent.idl", 28 "//third_party/WebKit/Source/modules/gamepad/GamepadEvent.idl",
29 "//third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl", 29 "//third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl",
30 "//third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl", 30 "//third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl",
31 "//third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.idl", 31 "//third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.idl",
32 "//third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl", 32 "//third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl",
33 "//third_party/WebKit/Source/modules/notifications/NotificationEvent.idl", 33 "//third_party/WebKit/Source/modules/notifications/NotificationEvent.idl",
34 "//third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl",
34 "//third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.idl" , 35 "//third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.idl" ,
35 "//third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.i dl", 36 "//third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.i dl",
36 "//third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl" , 37 "//third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl" ,
37 "//third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEven t.idl", 38 "//third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEven t.idl",
38 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionAvai lableEvent.idl", 39 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionAvai lableEvent.idl",
39 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionClos eEvent.idl", 40 "//third_party/WebKit/Source/modules/presentation/PresentationConnectionClos eEvent.idl",
40 "//third_party/WebKit/Source/modules/push_messaging/PushEvent.idl", 41 "//third_party/WebKit/Source/modules/push_messaging/PushEvent.idl",
41 "//third_party/WebKit/Source/modules/sensor/SensorErrorEvent.idl", 42 "//third_party/WebKit/Source/modules/sensor/SensorErrorEvent.idl",
42 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl", 43 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.idl",
43 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.i dl", 44 "//third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.i dl",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 190
190 deps = [ 191 deps = [
191 ":event_modules", 192 ":event_modules",
192 ":event_modules_names", 193 ":event_modules_names",
193 ":event_target_modules_names", 194 ":event_target_modules_names",
194 "//third_party/WebKit/Source/core", 195 "//third_party/WebKit/Source/core",
195 "//third_party/WebKit/Source/wtf", 196 "//third_party/WebKit/Source/wtf",
196 "//v8", 197 "//v8",
197 ] 198 ]
198 } 199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698