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

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

Issue 2029163002: Worklets - Change inheritance heirarchy of WorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'webusb/USBConnectionEvent.idl', 320 'webusb/USBConnectionEvent.idl',
321 'webusb/USBDevice.idl', 321 'webusb/USBDevice.idl',
322 'webusb/USBInTransferResult.idl', 322 'webusb/USBInTransferResult.idl',
323 'webusb/USBInterface.idl', 323 'webusb/USBInterface.idl',
324 'webusb/USBIsochronousInTransferPacket.idl', 324 'webusb/USBIsochronousInTransferPacket.idl',
325 'webusb/USBIsochronousInTransferResult.idl', 325 'webusb/USBIsochronousInTransferResult.idl',
326 'webusb/USBIsochronousOutTransferPacket.idl', 326 'webusb/USBIsochronousOutTransferPacket.idl',
327 'webusb/USBIsochronousOutTransferResult.idl', 327 'webusb/USBIsochronousOutTransferResult.idl',
328 'webusb/USBOutTransferResult.idl', 328 'webusb/USBOutTransferResult.idl',
329 'worklet/Worklet.idl', 329 'worklet/Worklet.idl',
330 'worklet/WorkletGlobalScope.idl',
331 ], 330 ],
332 # 'partial interface' or target (right side of) 'implements' 331 # 'partial interface' or target (right side of) 'implements'
333 'modules_dependency_idl_files': [ 332 'modules_dependency_idl_files': [
334 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 333 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
335 'background_sync/ServiceWorkerGlobalScopeSync.idl', 334 'background_sync/ServiceWorkerGlobalScopeSync.idl',
336 'background_sync/ServiceWorkerRegistrationSync.idl', 335 'background_sync/ServiceWorkerRegistrationSync.idl',
337 'battery/NavigatorBattery.idl', 336 'battery/NavigatorBattery.idl',
338 'beacon/NavigatorBeacon.idl', 337 'beacon/NavigatorBeacon.idl',
339 'bluetooth/NavigatorBluetooth.idl', 338 'bluetooth/NavigatorBluetooth.idl',
340 'cachestorage/WindowCacheStorage.idl', 339 'cachestorage/WindowCacheStorage.idl',
(...skipping 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 'webusb/USBInTransferResult.h', 1932 'webusb/USBInTransferResult.h',
1934 'webusb/USBInterface.cpp', 1933 'webusb/USBInterface.cpp',
1935 'webusb/USBInterface.h', 1934 'webusb/USBInterface.h',
1936 'webusb/USBIsochronousInTransferPacket.h', 1935 'webusb/USBIsochronousInTransferPacket.h',
1937 'webusb/USBIsochronousInTransferResult.h', 1936 'webusb/USBIsochronousInTransferResult.h',
1938 'webusb/USBIsochronousOutTransferPacket.h', 1937 'webusb/USBIsochronousOutTransferPacket.h',
1939 'webusb/USBIsochronousOutTransferResult.h', 1938 'webusb/USBIsochronousOutTransferResult.h',
1940 'webusb/USBOutTransferResult.h', 1939 'webusb/USBOutTransferResult.h',
1941 'worklet/Worklet.cpp', 1940 'worklet/Worklet.cpp',
1942 'worklet/Worklet.h', 1941 'worklet/Worklet.h',
1943 'worklet/WorkletGlobalScope.cpp',
1944 'worklet/WorkletGlobalScope.h',
1945 ], 1942 ],
1946 # 'partial interface' or target (right side of) 'implements' 1943 # 'partial interface' or target (right side of) 'implements'
1947 'modules_testing_dependency_idl_files' : [ 1944 'modules_testing_dependency_idl_files' : [
1948 'accessibility/testing/InternalsAccessibility.idl', 1945 'accessibility/testing/InternalsAccessibility.idl',
1949 'mediastream/testing/InternalsRTCCertificate.idl', 1946 'mediastream/testing/InternalsRTCCertificate.idl',
1950 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1947 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1951 'serviceworkers/testing/InternalsServiceWorker.idl', 1948 'serviceworkers/testing/InternalsServiceWorker.idl',
1952 'speech/testing/InternalsSpeechSynthesis.idl', 1949 'speech/testing/InternalsSpeechSynthesis.idl',
1953 'vibration/testing/InternalsVibration.idl', 1950 'vibration/testing/InternalsVibration.idl',
1954 'webaudio/testing/InternalsWebAudio.idl', 1951 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
2022 'webaudio/ConvolverNodeTest.cpp', 2019 'webaudio/ConvolverNodeTest.cpp',
2023 'webaudio/DynamicsCompressorNodeTest.cpp', 2020 'webaudio/DynamicsCompressorNodeTest.cpp',
2024 'webaudio/ScriptProcessorNodeTest.cpp', 2021 'webaudio/ScriptProcessorNodeTest.cpp',
2025 'webaudio/StereoPannerNodeTest.cpp', 2022 'webaudio/StereoPannerNodeTest.cpp',
2026 'webdatabase/QuotaTrackerTest.cpp', 2023 'webdatabase/QuotaTrackerTest.cpp',
2027 'websockets/DOMWebSocketTest.cpp', 2024 'websockets/DOMWebSocketTest.cpp',
2028 'websockets/DocumentWebSocketChannelTest.cpp', 2025 'websockets/DocumentWebSocketChannelTest.cpp',
2029 ], 2026 ],
2030 }, 2027 },
2031 } 2028 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/PaintWorkletTest.cpp ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698