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

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

Issue 298893006: Split modules-dependent Event code in core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/modules/modules.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'speech/SpeechRecognitionEvent.idl', 251 'speech/SpeechRecognitionEvent.idl',
252 'speech/SpeechSynthesisEvent.idl', 252 'speech/SpeechSynthesisEvent.idl',
253 'webaudio/AudioProcessingEvent.idl', 253 'webaudio/AudioProcessingEvent.idl',
254 'webaudio/OfflineAudioCompletionEvent.idl', 254 'webaudio/OfflineAudioCompletionEvent.idl',
255 'webmidi/MIDIConnectionEvent.idl', 255 'webmidi/MIDIConnectionEvent.idl',
256 'webmidi/MIDIMessageEvent.idl', 256 'webmidi/MIDIMessageEvent.idl',
257 'websockets/CloseEvent.idl', 257 'websockets/CloseEvent.idl',
258 ], 258 ],
259 'generated_modules_files': [ 259 'generated_modules_files': [
260 # .cpp files from make_modules_generated actions. 260 # .cpp files from make_modules_generated actions.
261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModules.cpp',
262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesHeaders.h',
263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesInterfaces.h',
264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.cpp',
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.h',
261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', 266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h',
262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', 267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h',
263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp',
264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h',
265 ], 270 ],
266 'modules_files': [ 271 'modules_files': [
267 '<@(extra_blink_module_files)', 272 '<@(extra_blink_module_files)',
268 '<@(generated_modules_files)', 273 '<@(generated_modules_files)',
269 'InitModules.cpp', 274 'InitModules.cpp',
270 'InitModules.h', 275 'InitModules.h',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'indexeddb/IDBKeyPathTest.cpp', 942 'indexeddb/IDBKeyPathTest.cpp',
938 'indexeddb/IDBRequestTest.cpp', 943 'indexeddb/IDBRequestTest.cpp',
939 'indexeddb/IDBTransactionTest.cpp', 944 'indexeddb/IDBTransactionTest.cpp',
940 'websockets/WebSocketDeflaterTest.cpp', 945 'websockets/WebSocketDeflaterTest.cpp',
941 'websockets/WebSocketExtensionDispatcherTest.cpp', 946 'websockets/WebSocketExtensionDispatcherTest.cpp',
942 'websockets/WebSocketExtensionParserTest.cpp', 947 'websockets/WebSocketExtensionParserTest.cpp',
943 'websockets/WebSocketPerMessageDeflateTest.cpp', 948 'websockets/WebSocketPerMessageDeflateTest.cpp',
944 ], 949 ],
945 }, 950 },
946 } 951 }
OLDNEW
« no previous file with comments | « Source/modules/modules.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698