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

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

Issue 2178223002: Refactor Worklet class to use ScriptResource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 'webusb/USBInTransferResult.h', 1969 'webusb/USBInTransferResult.h',
1970 'webusb/USBInterface.cpp', 1970 'webusb/USBInterface.cpp',
1971 'webusb/USBInterface.h', 1971 'webusb/USBInterface.h',
1972 'webusb/USBIsochronousInTransferPacket.h', 1972 'webusb/USBIsochronousInTransferPacket.h',
1973 'webusb/USBIsochronousInTransferResult.h', 1973 'webusb/USBIsochronousInTransferResult.h',
1974 'webusb/USBIsochronousOutTransferPacket.h', 1974 'webusb/USBIsochronousOutTransferPacket.h',
1975 'webusb/USBIsochronousOutTransferResult.h', 1975 'webusb/USBIsochronousOutTransferResult.h',
1976 'webusb/USBOutTransferResult.h', 1976 'webusb/USBOutTransferResult.h',
1977 'worklet/Worklet.cpp', 1977 'worklet/Worklet.cpp',
1978 'worklet/Worklet.h', 1978 'worklet/Worklet.h',
1979 'worklet/WorkletScriptLoader.cpp',
ikilpatrick 2016/07/26 18:16:54 missing file from patch?
Gleb Lanbin 2016/07/26 18:29:22 Done.
1980 'worklet/WorkletScriptLoader.h',
1979 ], 1981 ],
1980 # 'partial interface' or target (right side of) 'implements' 1982 # 'partial interface' or target (right side of) 'implements'
1981 'modules_testing_dependency_idl_files' : [ 1983 'modules_testing_dependency_idl_files' : [
1982 'accessibility/testing/InternalsAccessibility.idl', 1984 'accessibility/testing/InternalsAccessibility.idl',
1983 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1985 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1984 'peerconnection/testing/InternalsRTCCertificate.idl', 1986 'peerconnection/testing/InternalsRTCCertificate.idl',
1985 'serviceworkers/testing/InternalsServiceWorker.idl', 1987 'serviceworkers/testing/InternalsServiceWorker.idl',
1986 'speech/testing/InternalsSpeechSynthesis.idl', 1988 'speech/testing/InternalsSpeechSynthesis.idl',
1987 'vibration/testing/InternalsVibration.idl', 1989 'vibration/testing/InternalsVibration.idl',
1988 'webaudio/testing/InternalsWebAudio.idl', 1990 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
2060 'webaudio/ConvolverNodeTest.cpp', 2062 'webaudio/ConvolverNodeTest.cpp',
2061 'webaudio/DynamicsCompressorNodeTest.cpp', 2063 'webaudio/DynamicsCompressorNodeTest.cpp',
2062 'webaudio/ScriptProcessorNodeTest.cpp', 2064 'webaudio/ScriptProcessorNodeTest.cpp',
2063 'webaudio/StereoPannerNodeTest.cpp', 2065 'webaudio/StereoPannerNodeTest.cpp',
2064 'webdatabase/QuotaTrackerTest.cpp', 2066 'webdatabase/QuotaTrackerTest.cpp',
2065 'websockets/DOMWebSocketTest.cpp', 2067 'websockets/DOMWebSocketTest.cpp',
2066 'websockets/DocumentWebSocketChannelTest.cpp', 2068 'websockets/DocumentWebSocketChannelTest.cpp',
2067 ], 2069 ],
2068 }, 2070 },
2069 } 2071 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/PaintWorklet.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