| 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", | 22 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEv
ent.idl", |
| 23 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchEvent.i
dl", | 23 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchEvent.i
dl", |
| 24 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEve
nt.idl", | 24 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEve
nt.idl", |
| 25 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent
.idl", | 25 "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent
.idl", |
| 26 "//third_party/WebKit/Source/modules/background_sync/SyncEvent.idl", | 26 "//third_party/WebKit/Source/modules/background_sync/SyncEvent.idl", |
| 27 "//third_party/WebKit/Source/modules/device_light/DeviceLightEvent.idl", | |
| 28 "//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.id
l", | 27 "//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.id
l", |
| 29 "//third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEve
nt.idl", | 28 "//third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEve
nt.idl", |
| 30 "//third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl"
, | 29 "//third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl"
, |
| 31 "//third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl
", | 30 "//third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl
", |
| 32 "//third_party/WebKit/Source/modules/gamepad/GamepadEvent.idl", | 31 "//third_party/WebKit/Source/modules/gamepad/GamepadEvent.idl", |
| 33 "//third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl", | 32 "//third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl", |
| 34 "//third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl", | 33 "//third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl", |
| 35 "//third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.idl", | 34 "//third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.idl", |
| 36 "//third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl", | 35 "//third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl", |
| 37 "//third_party/WebKit/Source/modules/notifications/NotificationEvent.idl", | 36 "//third_party/WebKit/Source/modules/notifications/NotificationEvent.idl", |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 | 191 |
| 193 deps = [ | 192 deps = [ |
| 194 ":event_modules", | 193 ":event_modules", |
| 195 ":event_modules_names", | 194 ":event_modules_names", |
| 196 ":event_target_modules_names", | 195 ":event_target_modules_names", |
| 197 "//third_party/WebKit/Source/core", | 196 "//third_party/WebKit/Source/core", |
| 198 "//third_party/WebKit/Source/wtf", | 197 "//third_party/WebKit/Source/wtf", |
| 199 "//v8", | 198 "//v8", |
| 200 ] | 199 ] |
| 201 } | 200 } |
| OLD | NEW |