OLD | NEW |
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/*" ] |
11 public_deps = [ | 11 public_deps = [ |
12 ":event_modules", | 12 ":event_modules", |
13 ":event_modules_names", | 13 ":event_modules_names", |
14 ":event_target_modules_names", | 14 ":event_target_modules_names", |
15 ":modules_bindings_generated_event_interfaces", | 15 ":modules_bindings_generated_event_interfaces", |
16 ] | 16 ] |
17 } | 17 } |
18 | 18 |
19 generate_event_interfaces("modules_bindings_generated_event_interfaces") { | 19 generate_event_interfaces("modules_bindings_generated_event_interfaces") { |
20 sources = [ | 20 sources = [ |
21 "//third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
", | 21 "//third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
", |
| 22 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEv
ent.idl", |
| 23 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchEvent.i
dl", |
| 24 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEve
nt.idl", |
| 25 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent
.idl", |
22 "//third_party/WebKit/Source/modules/background_sync/SyncEvent.idl", | 26 "//third_party/WebKit/Source/modules/background_sync/SyncEvent.idl", |
23 "//third_party/WebKit/Source/modules/device_light/DeviceLightEvent.idl", | 27 "//third_party/WebKit/Source/modules/device_light/DeviceLightEvent.idl", |
24 "//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.id
l", | 28 "//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.id
l", |
25 "//third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEve
nt.idl", | 29 "//third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEve
nt.idl", |
26 "//third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl"
, | 30 "//third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl"
, |
27 "//third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl
", | 31 "//third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl
", |
28 "//third_party/WebKit/Source/modules/gamepad/GamepadEvent.idl", | 32 "//third_party/WebKit/Source/modules/gamepad/GamepadEvent.idl", |
29 "//third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl", | 33 "//third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl", |
30 "//third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl", | 34 "//third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl", |
31 "//third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.idl", | 35 "//third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.idl", |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 | 192 |
189 deps = [ | 193 deps = [ |
190 ":event_modules", | 194 ":event_modules", |
191 ":event_modules_names", | 195 ":event_modules_names", |
192 ":event_target_modules_names", | 196 ":event_target_modules_names", |
193 "//third_party/WebKit/Source/core", | 197 "//third_party/WebKit/Source/core", |
194 "//third_party/WebKit/Source/wtf", | 198 "//third_party/WebKit/Source/wtf", |
195 "//v8", | 199 "//v8", |
196 ] | 200 ] |
197 } | 201 } |
OLD | NEW |