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

Side by Side Diff: Source/modules/modules.gypi

Issue 942913002: [AppBanner] Blink implementation of an event when an install banner is shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months 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 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'app_banner/BeforeInstallPromptEvent.idl',
17 'battery/BatteryManager.idl', 18 'battery/BatteryManager.idl',
18 'bluetooth/Bluetooth.idl', 19 'bluetooth/Bluetooth.idl',
19 'bluetooth/BluetoothDevice.idl', 20 'bluetooth/BluetoothDevice.idl',
20 'bluetooth/BluetoothDiscovery.idl', 21 'bluetooth/BluetoothDiscovery.idl',
21 'credentialmanager/Credential.idl', 22 'credentialmanager/Credential.idl',
22 'credentialmanager/CredentialsContainer.idl', 23 'credentialmanager/CredentialsContainer.idl',
23 'credentialmanager/FederatedCredential.idl', 24 'credentialmanager/FederatedCredential.idl',
24 'credentialmanager/LocalCredential.idl', 25 'credentialmanager/LocalCredential.idl',
25 'crypto/Crypto.idl', 26 'crypto/Crypto.idl',
26 'crypto/CryptoKey.idl', 27 'crypto/CryptoKey.idl',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'serviceworkers/NavigatorServiceWorker.idl', 270 'serviceworkers/NavigatorServiceWorker.idl',
270 'speech/WindowSpeech.idl', 271 'speech/WindowSpeech.idl',
271 'speech/WindowSpeechSynthesis.idl', 272 'speech/WindowSpeechSynthesis.idl',
272 'vibration/NavigatorVibration.idl', 273 'vibration/NavigatorVibration.idl',
273 'webaudio/WindowWebAudio.idl', 274 'webaudio/WindowWebAudio.idl',
274 'webdatabase/WindowWebDatabase.idl', 275 'webdatabase/WindowWebDatabase.idl',
275 'webmidi/NavigatorWebMIDI.idl', 276 'webmidi/NavigatorWebMIDI.idl',
276 ], 277 ],
277 # interfaces that inherit from Event 278 # interfaces that inherit from Event
278 'modules_event_idl_files': [ 279 'modules_event_idl_files': [
280 'app_banner/BeforeInstallPromptEvent.idl',
279 'device_light/DeviceLightEvent.idl', 281 'device_light/DeviceLightEvent.idl',
280 'device_orientation/DeviceMotionEvent.idl', 282 'device_orientation/DeviceMotionEvent.idl',
281 'device_orientation/DeviceOrientationEvent.idl', 283 'device_orientation/DeviceOrientationEvent.idl',
282 'encryptedmedia/MediaEncryptedEvent.idl', 284 'encryptedmedia/MediaEncryptedEvent.idl',
283 'encryptedmedia/MediaKeyMessageEvent.idl', 285 'encryptedmedia/MediaKeyMessageEvent.idl',
284 'gamepad/GamepadEvent.idl', 286 'gamepad/GamepadEvent.idl',
285 'geofencing/GeofencingEvent.idl', 287 'geofencing/GeofencingEvent.idl',
286 'indexeddb/IDBVersionChangeEvent.idl', 288 'indexeddb/IDBVersionChangeEvent.idl',
287 'mediastream/MediaStreamEvent.idl', 289 'mediastream/MediaStreamEvent.idl',
288 'mediastream/MediaStreamTrackEvent.idl', 290 'mediastream/MediaStreamTrackEvent.idl',
(...skipping 10 matching lines...) Expand all
299 'speech/SpeechRecognitionError.idl', 301 'speech/SpeechRecognitionError.idl',
300 'speech/SpeechRecognitionEvent.idl', 302 'speech/SpeechRecognitionEvent.idl',
301 'speech/SpeechSynthesisEvent.idl', 303 'speech/SpeechSynthesisEvent.idl',
302 'webaudio/AudioProcessingEvent.idl', 304 'webaudio/AudioProcessingEvent.idl',
303 'webaudio/OfflineAudioCompletionEvent.idl', 305 'webaudio/OfflineAudioCompletionEvent.idl',
304 'webmidi/MIDIConnectionEvent.idl', 306 'webmidi/MIDIConnectionEvent.idl',
305 'webmidi/MIDIMessageEvent.idl', 307 'webmidi/MIDIMessageEvent.idl',
306 'websockets/CloseEvent.idl', 308 'websockets/CloseEvent.idl',
307 ], 309 ],
308 'modules_dictionary_idl_files': [ 310 'modules_dictionary_idl_files': [
311 'app_banner/BeforeInstallPromptEventInit.idl',
309 'device_light/DeviceLightEventInit.idl', 312 'device_light/DeviceLightEventInit.idl',
310 'encoding/TextDecodeOptions.idl', 313 'encoding/TextDecodeOptions.idl',
311 'encoding/TextDecoderOptions.idl', 314 'encoding/TextDecoderOptions.idl',
312 'encryptedmedia/MediaEncryptedEventInit.idl', 315 'encryptedmedia/MediaEncryptedEventInit.idl',
313 'encryptedmedia/MediaKeyMessageEventInit.idl', 316 'encryptedmedia/MediaKeyMessageEventInit.idl',
314 'encryptedmedia/MediaKeySystemConfiguration.idl', 317 'encryptedmedia/MediaKeySystemConfiguration.idl',
315 'encryptedmedia/MediaKeySystemMediaCapability.idl', 318 'encryptedmedia/MediaKeySystemMediaCapability.idl',
316 'filesystem/FileSystemFlags.idl', 319 'filesystem/FileSystemFlags.idl',
317 'gamepad/GamepadEventInit.idl', 320 'gamepad/GamepadEventInit.idl',
318 'geofencing/CircularGeofencingRegionInit.idl', 321 'geofencing/CircularGeofencingRegionInit.idl',
(...skipping 26 matching lines...) Expand all
345 '<(blink_modules_output_dir)/EventModules.cpp', 348 '<(blink_modules_output_dir)/EventModules.cpp',
346 '<(blink_modules_output_dir)/EventModulesHeaders.h', 349 '<(blink_modules_output_dir)/EventModulesHeaders.h',
347 '<(blink_modules_output_dir)/EventModulesNames.cpp', 350 '<(blink_modules_output_dir)/EventModulesNames.cpp',
348 '<(blink_modules_output_dir)/EventModulesNames.h', 351 '<(blink_modules_output_dir)/EventModulesNames.h',
349 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', 352 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
350 '<(blink_modules_output_dir)/EventTargetModulesNames.h', 353 '<(blink_modules_output_dir)/EventTargetModulesNames.h',
351 '<(blink_modules_output_dir)/IndexedDBNames.cpp', 354 '<(blink_modules_output_dir)/IndexedDBNames.cpp',
352 '<(blink_modules_output_dir)/IndexedDBNames.h', 355 '<(blink_modules_output_dir)/IndexedDBNames.h',
353 ], 356 ],
354 'generated_modules_dictionary_files': [ 357 'generated_modules_dictionary_files': [
358 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp',
359 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h',
355 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp', 360 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp',
356 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h', 361 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h',
357 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', 362 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp',
358 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', 363 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h',
359 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', 364 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp',
360 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', 365 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h',
361 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp', 366 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp',
362 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h', 367 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h',
363 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp', 368 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp',
364 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h', 369 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'accessibility/AXTableCell.cpp', 481 'accessibility/AXTableCell.cpp',
477 'accessibility/AXTableCell.h', 482 'accessibility/AXTableCell.h',
478 'accessibility/AXTableColumn.cpp', 483 'accessibility/AXTableColumn.cpp',
479 'accessibility/AXTableColumn.h', 484 'accessibility/AXTableColumn.h',
480 'accessibility/AXTableHeaderContainer.cpp', 485 'accessibility/AXTableHeaderContainer.cpp',
481 'accessibility/AXTableHeaderContainer.h', 486 'accessibility/AXTableHeaderContainer.h',
482 'accessibility/AXTableRow.cpp', 487 'accessibility/AXTableRow.cpp',
483 'accessibility/AXTableRow.h', 488 'accessibility/AXTableRow.h',
484 'accessibility/InspectorAccessibilityAgent.cpp', 489 'accessibility/InspectorAccessibilityAgent.cpp',
485 'accessibility/InspectorAccessibilityAgent.h', 490 'accessibility/InspectorAccessibilityAgent.h',
491 'app_banner/AppBannerController.cpp',
492 'app_banner/AppBannerController.h',
493 'app_banner/BeforeInstallPromptEvent.cpp',
494 'app_banner/BeforeInstallPromptEvent.h',
486 'battery/BatteryDispatcher.cpp', 495 'battery/BatteryDispatcher.cpp',
487 'battery/BatteryDispatcher.h', 496 'battery/BatteryDispatcher.h',
488 'battery/BatteryManager.cpp', 497 'battery/BatteryManager.cpp',
489 'battery/BatteryManager.h', 498 'battery/BatteryManager.h',
490 'battery/BatteryStatus.cpp', 499 'battery/BatteryStatus.cpp',
491 'battery/BatteryStatus.h', 500 'battery/BatteryStatus.h',
492 'battery/NavigatorBattery.cpp', 501 'battery/NavigatorBattery.cpp',
493 'battery/NavigatorBattery.h', 502 'battery/NavigatorBattery.h',
494 'beacon/NavigatorBeacon.cpp', 503 'beacon/NavigatorBeacon.cpp',
495 'beacon/NavigatorBeacon.h', 504 'beacon/NavigatorBeacon.h',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'indexeddb/IDBKeyPathTest.cpp', 1247 'indexeddb/IDBKeyPathTest.cpp',
1239 'indexeddb/IDBRequestTest.cpp', 1248 'indexeddb/IDBRequestTest.cpp',
1240 'indexeddb/IDBTransactionTest.cpp', 1249 'indexeddb/IDBTransactionTest.cpp',
1241 'serviceworkers/CacheTest.cpp', 1250 'serviceworkers/CacheTest.cpp',
1242 'serviceworkers/ServiceWorkerContainerTest.cpp', 1251 'serviceworkers/ServiceWorkerContainerTest.cpp',
1243 'websockets/DOMWebSocketTest.cpp', 1252 'websockets/DOMWebSocketTest.cpp',
1244 'websockets/DocumentWebSocketChannelTest.cpp', 1253 'websockets/DocumentWebSocketChannelTest.cpp',
1245 ], 1254 ],
1246 }, 1255 },
1247 } 1256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698