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: third_party/WebKit/Source/modules/modules.gypi

Issue 2074263002: [Experimental] Fool around with exposing extension bindings via blink Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'device_orientation/DeviceOrientationEvent.idl', 51 'device_orientation/DeviceOrientationEvent.idl',
52 'device_orientation/DeviceRotationRate.idl', 52 'device_orientation/DeviceRotationRate.idl',
53 'encoding/TextDecoder.idl', 53 'encoding/TextDecoder.idl',
54 'encoding/TextEncoder.idl', 54 'encoding/TextEncoder.idl',
55 'encryptedmedia/MediaEncryptedEvent.idl', 55 'encryptedmedia/MediaEncryptedEvent.idl',
56 'encryptedmedia/MediaKeyMessageEvent.idl', 56 'encryptedmedia/MediaKeyMessageEvent.idl',
57 'encryptedmedia/MediaKeySession.idl', 57 'encryptedmedia/MediaKeySession.idl',
58 'encryptedmedia/MediaKeyStatusMap.idl', 58 'encryptedmedia/MediaKeyStatusMap.idl',
59 'encryptedmedia/MediaKeySystemAccess.idl', 59 'encryptedmedia/MediaKeySystemAccess.idl',
60 'encryptedmedia/MediaKeys.idl', 60 'encryptedmedia/MediaKeys.idl',
61 'extensions/DeveloperPrivate.idl',
62 'extensions/Chrome.idl',
61 'fetch/Body.idl', 63 'fetch/Body.idl',
62 'fetch/Headers.idl', 64 'fetch/Headers.idl',
63 'fetch/Request.idl', 65 'fetch/Request.idl',
64 'fetch/Response.idl', 66 'fetch/Response.idl',
65 'filesystem/DOMFileSystem.idl', 67 'filesystem/DOMFileSystem.idl',
66 'filesystem/DOMFileSystemSync.idl', 68 'filesystem/DOMFileSystemSync.idl',
67 'filesystem/DirectoryEntry.idl', 69 'filesystem/DirectoryEntry.idl',
68 'filesystem/DirectoryEntrySync.idl', 70 'filesystem/DirectoryEntrySync.idl',
69 'filesystem/DirectoryReader.idl', 71 'filesystem/DirectoryReader.idl',
70 'filesystem/DirectoryReaderSync.idl', 72 'filesystem/DirectoryReaderSync.idl',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'credentialmanager/NavigatorCredentials.idl', 346 'credentialmanager/NavigatorCredentials.idl',
345 'crypto/WindowCrypto.idl', 347 'crypto/WindowCrypto.idl',
346 'crypto/WorkerGlobalScopeCrypto.idl', 348 'crypto/WorkerGlobalScopeCrypto.idl',
347 'csspaint/WindowPaintWorklet.idl', 349 'csspaint/WindowPaintWorklet.idl',
348 'device_light/WindowDeviceLight.idl', 350 'device_light/WindowDeviceLight.idl',
349 'device_orientation/WindowDeviceMotion.idl', 351 'device_orientation/WindowDeviceMotion.idl',
350 'device_orientation/WindowDeviceOrientation.idl', 352 'device_orientation/WindowDeviceOrientation.idl',
351 'donottrack/NavigatorDoNotTrack.idl', 353 'donottrack/NavigatorDoNotTrack.idl',
352 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 354 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
353 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', 355 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl',
356 'extensions/WindowChrome.idl',
354 'fetch/WindowFetch.idl', 357 'fetch/WindowFetch.idl',
355 'fetch/WorkerFetch.idl', 358 'fetch/WorkerFetch.idl',
356 'filesystem/DataTransferItemFileSystem.idl', 359 'filesystem/DataTransferItemFileSystem.idl',
357 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl', 360 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl',
358 'filesystem/DevToolsHostFileSystem.idl', 361 'filesystem/DevToolsHostFileSystem.idl',
359 'filesystem/HTMLInputElementFileSystem.idl', 362 'filesystem/HTMLInputElementFileSystem.idl',
360 'filesystem/SharedWorkerGlobalScopeFileSystem.idl', 363 'filesystem/SharedWorkerGlobalScopeFileSystem.idl',
361 'filesystem/WindowFileSystem.idl', 364 'filesystem/WindowFileSystem.idl',
362 'gamepad/NavigatorGamepad.idl', 365 'gamepad/NavigatorGamepad.idl',
363 'geolocation/NavigatorGeolocation.idl', 366 'geolocation/NavigatorGeolocation.idl',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'credentialmanager/FormDataOptions.idl', 467 'credentialmanager/FormDataOptions.idl',
465 'credentialmanager/LocallyStoredCredentialData.idl', 468 'credentialmanager/LocallyStoredCredentialData.idl',
466 'credentialmanager/PasswordCredentialData.idl', 469 'credentialmanager/PasswordCredentialData.idl',
467 'device_light/DeviceLightEventInit.idl', 470 'device_light/DeviceLightEventInit.idl',
468 'encoding/TextDecodeOptions.idl', 471 'encoding/TextDecodeOptions.idl',
469 'encoding/TextDecoderOptions.idl', 472 'encoding/TextDecoderOptions.idl',
470 'encryptedmedia/MediaEncryptedEventInit.idl', 473 'encryptedmedia/MediaEncryptedEventInit.idl',
471 'encryptedmedia/MediaKeyMessageEventInit.idl', 474 'encryptedmedia/MediaKeyMessageEventInit.idl',
472 'encryptedmedia/MediaKeySystemConfiguration.idl', 475 'encryptedmedia/MediaKeySystemConfiguration.idl',
473 'encryptedmedia/MediaKeySystemMediaCapability.idl', 476 'encryptedmedia/MediaKeySystemMediaCapability.idl',
477 'extensions/UpdateExtensionConfigurationParams.idl',
474 'filesystem/FileSystemFlags.idl', 478 'filesystem/FileSystemFlags.idl',
475 'gamepad/GamepadEventInit.idl', 479 'gamepad/GamepadEventInit.idl',
476 'geolocation/PositionOptions.idl', 480 'geolocation/PositionOptions.idl',
477 'indexeddb/IDBIndexParameters.idl', 481 'indexeddb/IDBIndexParameters.idl',
478 'indexeddb/IDBObjectStoreParameters.idl', 482 'indexeddb/IDBObjectStoreParameters.idl',
479 'indexeddb/IDBVersionChangeEventInit.idl', 483 'indexeddb/IDBVersionChangeEventInit.idl',
480 'mediarecorder/BlobEventInit.idl', 484 'mediarecorder/BlobEventInit.idl',
481 'mediarecorder/MediaRecorderOptions.idl', 485 'mediarecorder/MediaRecorderOptions.idl',
482 'mediasession/MediaMetadataInit.idl', 486 'mediasession/MediaMetadataInit.idl',
483 'mediastream/ConstrainBooleanParameters.idl', 487 'mediastream/ConstrainBooleanParameters.idl',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', 600 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp',
597 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', 601 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h',
598 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp', 602 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp',
599 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h', 603 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h',
600 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp', 604 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp',
601 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h', 605 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h',
602 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemConfiguration.cp p', 606 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemConfiguration.cp p',
603 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemConfiguration.h' , 607 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemConfiguration.h' ,
604 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemMediaCapability. cpp', 608 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemMediaCapability. cpp',
605 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemMediaCapability. h', 609 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemMediaCapability. h',
610 '<(blink_modules_output_dir)/extensions/UpdateExtensionConfigurationParams .cpp',
611 '<(blink_modules_output_dir)/extensions/UpdateExtensionConfigurationParams .h',
606 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.cpp', 612 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.cpp',
607 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.h', 613 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.h',
608 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.cpp', 614 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.cpp',
609 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.h', 615 '<(blink_modules_output_dir)/gamepad/GamepadEventInit.h',
610 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp', 616 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp',
611 '<(blink_modules_output_dir)/geolocation/PositionOptions.h', 617 '<(blink_modules_output_dir)/geolocation/PositionOptions.h',
612 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp', 618 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp',
613 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h', 619 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h',
614 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp', 620 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.cpp',
615 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h', 621 '<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 'encryptedmedia/MediaKeySystemAccess.h', 1022 'encryptedmedia/MediaKeySystemAccess.h',
1017 'encryptedmedia/MediaKeys.cpp', 1023 'encryptedmedia/MediaKeys.cpp',
1018 'encryptedmedia/MediaKeys.h', 1024 'encryptedmedia/MediaKeys.h',
1019 'encryptedmedia/MediaKeysClient.h', 1025 'encryptedmedia/MediaKeysClient.h',
1020 'encryptedmedia/MediaKeysController.cpp', 1026 'encryptedmedia/MediaKeysController.cpp',
1021 'encryptedmedia/MediaKeysController.h', 1027 'encryptedmedia/MediaKeysController.h',
1022 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp', 1028 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp',
1023 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h', 1029 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
1024 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 1030 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
1025 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 1031 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
1032 'extensions/Chrome.cpp',
1033 'extensions/Chrome.h',
1034 'extensions/DeveloperPrivate.cpp',
1035 'extensions/DeveloperPrivate.h',
1036 'extensions/WindowChrome.cpp',
1037 'extensions/WindowChrome.h',
1026 'fetch/CompositeDataConsumerHandle.cpp', 1038 'fetch/CompositeDataConsumerHandle.cpp',
1027 'fetch/CompositeDataConsumerHandle.h', 1039 'fetch/CompositeDataConsumerHandle.h',
1028 'fetch/DataConsumerHandleUtil.cpp', 1040 'fetch/DataConsumerHandleUtil.cpp',
1029 'fetch/DataConsumerHandleUtil.h', 1041 'fetch/DataConsumerHandleUtil.h',
1030 'fetch/Body.cpp', 1042 'fetch/Body.cpp',
1031 'fetch/Body.h', 1043 'fetch/Body.h',
1032 'fetch/BodyStreamBuffer.cpp', 1044 'fetch/BodyStreamBuffer.cpp',
1033 'fetch/BodyStreamBuffer.h', 1045 'fetch/BodyStreamBuffer.h',
1034 'fetch/CrossThreadHolder.h', 1046 'fetch/CrossThreadHolder.h',
1035 'fetch/DataConsumerTee.cpp', 1047 'fetch/DataConsumerTee.cpp',
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 'webaudio/ConvolverNodeTest.cpp', 2036 'webaudio/ConvolverNodeTest.cpp',
2025 'webaudio/DynamicsCompressorNodeTest.cpp', 2037 'webaudio/DynamicsCompressorNodeTest.cpp',
2026 'webaudio/ScriptProcessorNodeTest.cpp', 2038 'webaudio/ScriptProcessorNodeTest.cpp',
2027 'webaudio/StereoPannerNodeTest.cpp', 2039 'webaudio/StereoPannerNodeTest.cpp',
2028 'webdatabase/QuotaTrackerTest.cpp', 2040 'webdatabase/QuotaTrackerTest.cpp',
2029 'websockets/DOMWebSocketTest.cpp', 2041 'websockets/DOMWebSocketTest.cpp',
2030 'websockets/DocumentWebSocketChannelTest.cpp', 2042 'websockets/DocumentWebSocketChannelTest.cpp',
2031 ], 2043 ],
2032 }, 2044 },
2033 } 2045 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698