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

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: rebased 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 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'webusb/USBInTransferResult.h', 1916 'webusb/USBInTransferResult.h',
1918 'webusb/USBInterface.cpp', 1917 'webusb/USBInterface.cpp',
1919 'webusb/USBInterface.h', 1918 'webusb/USBInterface.h',
1920 'webusb/USBIsochronousInTransferPacket.h', 1919 'webusb/USBIsochronousInTransferPacket.h',
1921 'webusb/USBIsochronousInTransferResult.h', 1920 'webusb/USBIsochronousInTransferResult.h',
1922 'webusb/USBIsochronousOutTransferPacket.h', 1921 'webusb/USBIsochronousOutTransferPacket.h',
1923 'webusb/USBIsochronousOutTransferResult.h', 1922 'webusb/USBIsochronousOutTransferResult.h',
1924 'webusb/USBOutTransferResult.h', 1923 'webusb/USBOutTransferResult.h',
1925 'worklet/Worklet.cpp', 1924 'worklet/Worklet.cpp',
1926 'worklet/Worklet.h', 1925 'worklet/Worklet.h',
1927 'worklet/WorkletConsole.cpp',
1928 'worklet/WorkletConsole.h',
1929 'worklet/WorkletGlobalScope.cpp', 1926 'worklet/WorkletGlobalScope.cpp',
1930 'worklet/WorkletGlobalScope.h', 1927 'worklet/WorkletGlobalScope.h',
1931 ], 1928 ],
1932 # 'partial interface' or target (right side of) 'implements' 1929 # 'partial interface' or target (right side of) 'implements'
1933 'modules_testing_dependency_idl_files' : [ 1930 'modules_testing_dependency_idl_files' : [
1934 'accessibility/testing/InternalsAccessibility.idl', 1931 'accessibility/testing/InternalsAccessibility.idl',
1935 'geolocation/testing/InternalsGeolocation.idl', 1932 'geolocation/testing/InternalsGeolocation.idl',
1936 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1933 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1937 'serviceworkers/testing/InternalsServiceWorker.idl', 1934 'serviceworkers/testing/InternalsServiceWorker.idl',
1938 'speech/testing/InternalsSpeechSynthesis.idl', 1935 'speech/testing/InternalsSpeechSynthesis.idl',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2009 'webaudio/ConvolverNodeTest.cpp', 2006 'webaudio/ConvolverNodeTest.cpp',
2010 'webaudio/DynamicsCompressorNodeTest.cpp', 2007 'webaudio/DynamicsCompressorNodeTest.cpp',
2011 'webaudio/ScriptProcessorNodeTest.cpp', 2008 'webaudio/ScriptProcessorNodeTest.cpp',
2012 'webaudio/StereoPannerNodeTest.cpp', 2009 'webaudio/StereoPannerNodeTest.cpp',
2013 'websockets/DOMWebSocketTest.cpp', 2010 'websockets/DOMWebSocketTest.cpp',
2014 'websockets/DocumentWebSocketChannelTest.cpp', 2011 'websockets/DocumentWebSocketChannelTest.cpp',
2015 ], 2012 ],
2016 }, 2013 },
2017 } 2014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698