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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added missing tests Created 4 years, 8 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'webusb/USBConnectionEvent.idl', 318 'webusb/USBConnectionEvent.idl',
319 'webusb/USBDevice.idl', 319 'webusb/USBDevice.idl',
320 'webusb/USBInTransferResult.idl', 320 'webusb/USBInTransferResult.idl',
321 'webusb/USBInterface.idl', 321 'webusb/USBInterface.idl',
322 'webusb/USBIsochronousInTransferPacket.idl', 322 'webusb/USBIsochronousInTransferPacket.idl',
323 'webusb/USBIsochronousInTransferResult.idl', 323 'webusb/USBIsochronousInTransferResult.idl',
324 'webusb/USBIsochronousOutTransferPacket.idl', 324 'webusb/USBIsochronousOutTransferPacket.idl',
325 'webusb/USBIsochronousOutTransferResult.idl', 325 'webusb/USBIsochronousOutTransferResult.idl',
326 'webusb/USBOutTransferResult.idl', 326 'webusb/USBOutTransferResult.idl',
327 'worklet/Worklet.idl', 327 'worklet/Worklet.idl',
328 'worklet/WorkletConsole.idl',
329 'worklet/WorkletGlobalScope.idl', 328 'worklet/WorkletGlobalScope.idl',
330 ], 329 ],
331 # 'partial interface' or target (right side of) 'implements' 330 # 'partial interface' or target (right side of) 'implements'
332 'modules_dependency_idl_files': [ 331 'modules_dependency_idl_files': [
333 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 332 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
334 'background_sync/ServiceWorkerGlobalScopeSync.idl', 333 'background_sync/ServiceWorkerGlobalScopeSync.idl',
335 'background_sync/ServiceWorkerRegistrationSync.idl', 334 'background_sync/ServiceWorkerRegistrationSync.idl',
336 'battery/NavigatorBattery.idl', 335 'battery/NavigatorBattery.idl',
337 'beacon/NavigatorBeacon.idl', 336 'beacon/NavigatorBeacon.idl',
338 'bluetooth/NavigatorBluetooth.idl', 337 'bluetooth/NavigatorBluetooth.idl',
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1907 'webusb/USBInTransferResult.h', 1906 'webusb/USBInTransferResult.h',
1908 'webusb/USBInterface.cpp', 1907 'webusb/USBInterface.cpp',
1909 'webusb/USBInterface.h', 1908 'webusb/USBInterface.h',
1910 'webusb/USBIsochronousInTransferPacket.h', 1909 'webusb/USBIsochronousInTransferPacket.h',
1911 'webusb/USBIsochronousInTransferResult.h', 1910 'webusb/USBIsochronousInTransferResult.h',
1912 'webusb/USBIsochronousOutTransferPacket.h', 1911 'webusb/USBIsochronousOutTransferPacket.h',
1913 'webusb/USBIsochronousOutTransferResult.h', 1912 'webusb/USBIsochronousOutTransferResult.h',
1914 'webusb/USBOutTransferResult.h', 1913 'webusb/USBOutTransferResult.h',
1915 'worklet/Worklet.cpp', 1914 'worklet/Worklet.cpp',
1916 'worklet/Worklet.h', 1915 'worklet/Worklet.h',
1917 'worklet/WorkletConsole.cpp',
1918 'worklet/WorkletConsole.h',
1919 'worklet/WorkletGlobalScope.cpp', 1916 'worklet/WorkletGlobalScope.cpp',
1920 'worklet/WorkletGlobalScope.h', 1917 'worklet/WorkletGlobalScope.h',
1921 ], 1918 ],
1922 # 'partial interface' or target (right side of) 'implements' 1919 # 'partial interface' or target (right side of) 'implements'
1923 'modules_testing_dependency_idl_files' : [ 1920 'modules_testing_dependency_idl_files' : [
1924 'accessibility/testing/InternalsAccessibility.idl', 1921 'accessibility/testing/InternalsAccessibility.idl',
1925 'geolocation/testing/InternalsGeolocation.idl', 1922 'geolocation/testing/InternalsGeolocation.idl',
1926 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1923 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1927 'serviceworkers/testing/InternalsServiceWorker.idl', 1924 'serviceworkers/testing/InternalsServiceWorker.idl',
1928 'speech/testing/InternalsSpeechSynthesis.idl', 1925 'speech/testing/InternalsSpeechSynthesis.idl',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1994 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1998 'webaudio/ConvolverNodeTest.cpp', 1995 'webaudio/ConvolverNodeTest.cpp',
1999 'webaudio/DynamicsCompressorNodeTest.cpp', 1996 'webaudio/DynamicsCompressorNodeTest.cpp',
2000 'webaudio/ScriptProcessorNodeTest.cpp', 1997 'webaudio/ScriptProcessorNodeTest.cpp',
2001 'webaudio/StereoPannerNodeTest.cpp', 1998 'webaudio/StereoPannerNodeTest.cpp',
2002 'websockets/DOMWebSocketTest.cpp', 1999 'websockets/DOMWebSocketTest.cpp',
2003 'websockets/DocumentWebSocketChannelTest.cpp', 2000 'websockets/DocumentWebSocketChannelTest.cpp',
2004 ], 2001 ],
2005 }, 2002 },
2006 } 2003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698