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

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

Issue 275283002: Split EventTargetFactory.in and auto-generate modules-related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline Created 6 years, 7 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 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'speech/SpeechRecognitionEvent.idl', 247 'speech/SpeechRecognitionEvent.idl',
248 'speech/SpeechSynthesisEvent.idl', 248 'speech/SpeechSynthesisEvent.idl',
249 'webaudio/AudioProcessingEvent.idl', 249 'webaudio/AudioProcessingEvent.idl',
250 'webaudio/OfflineAudioCompletionEvent.idl', 250 'webaudio/OfflineAudioCompletionEvent.idl',
251 'webmidi/MIDIConnectionEvent.idl', 251 'webmidi/MIDIConnectionEvent.idl',
252 'webmidi/MIDIMessageEvent.idl', 252 'webmidi/MIDIMessageEvent.idl',
253 'websockets/CloseEvent.idl', 253 'websockets/CloseEvent.idl',
254 ], 254 ],
255 'modules_files': [ 255 'modules_files': [
256 '<@(extra_blink_module_files)', 256 '<@(extra_blink_module_files)',
257 'EventTargetModules.h',
258 'EventTargetModulesHeaders.h', # TODO: Make this auto-generated.
259 'EventTargetModulesInterfaces.h', # TODO: Make this auto-generated.
260 'EventTargetModulesNames.cpp', # TODO: Make this auto-generated.
261 'EventTargetModulesNames.h', # TODO: Make this auto-generated.
262 'InitModules.cpp',
257 'battery/BatteryDispatcher.cpp', 263 'battery/BatteryDispatcher.cpp',
258 'battery/BatteryDispatcher.h', 264 'battery/BatteryDispatcher.h',
259 'battery/BatteryManager.cpp', 265 'battery/BatteryManager.cpp',
260 'battery/BatteryManager.h', 266 'battery/BatteryManager.h',
261 'battery/BatteryStatus.cpp', 267 'battery/BatteryStatus.cpp',
262 'battery/BatteryStatus.h', 268 'battery/BatteryStatus.h',
263 'battery/NavigatorBattery.cpp', 269 'battery/NavigatorBattery.cpp',
264 'battery/NavigatorBattery.h', 270 'battery/NavigatorBattery.h',
265 'crypto/AesKeyAlgorithm.cpp', 271 'crypto/AesKeyAlgorithm.cpp',
266 'crypto/AesKeyAlgorithm.h', 272 'crypto/AesKeyAlgorithm.h',
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'indexeddb/IDBKeyPathTest.cpp', 921 'indexeddb/IDBKeyPathTest.cpp',
916 'indexeddb/IDBRequestTest.cpp', 922 'indexeddb/IDBRequestTest.cpp',
917 'indexeddb/IDBTransactionTest.cpp', 923 'indexeddb/IDBTransactionTest.cpp',
918 'websockets/WebSocketDeflaterTest.cpp', 924 'websockets/WebSocketDeflaterTest.cpp',
919 'websockets/WebSocketExtensionDispatcherTest.cpp', 925 'websockets/WebSocketExtensionDispatcherTest.cpp',
920 'websockets/WebSocketExtensionParserTest.cpp', 926 'websockets/WebSocketExtensionParserTest.cpp',
921 'websockets/WebSocketPerMessageDeflateTest.cpp', 927 'websockets/WebSocketPerMessageDeflateTest.cpp',
922 ], 928 ],
923 }, 929 },
924 } 930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698