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

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

Issue 551003002: bindings: Removes unnecessary Event-related code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pushed V8EventTargetCustom.cpp back with modification. Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/EventTargetModules.h ('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 '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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'webaudio/AudioProcessingEvent.idl', 275 'webaudio/AudioProcessingEvent.idl',
276 'webaudio/OfflineAudioCompletionEvent.idl', 276 'webaudio/OfflineAudioCompletionEvent.idl',
277 'webmidi/MIDIConnectionEvent.idl', 277 'webmidi/MIDIConnectionEvent.idl',
278 'webmidi/MIDIMessageEvent.idl', 278 'webmidi/MIDIMessageEvent.idl',
279 'websockets/CloseEvent.idl', 279 'websockets/CloseEvent.idl',
280 ], 280 ],
281 'generated_modules_files': [ 281 'generated_modules_files': [
282 # .cpp files from make_modules_generated actions. 282 # .cpp files from make_modules_generated actions.
283 '<(blink_modules_output_dir)/EventModules.cpp', 283 '<(blink_modules_output_dir)/EventModules.cpp',
284 '<(blink_modules_output_dir)/EventModulesHeaders.h', 284 '<(blink_modules_output_dir)/EventModulesHeaders.h',
285 '<(blink_modules_output_dir)/EventModulesInterfaces.h',
286 '<(blink_modules_output_dir)/EventModulesNames.cpp', 285 '<(blink_modules_output_dir)/EventModulesNames.cpp',
287 '<(blink_modules_output_dir)/EventModulesNames.h', 286 '<(blink_modules_output_dir)/EventModulesNames.h',
288 '<(blink_modules_output_dir)/EventTargetModulesHeaders.h',
289 '<(blink_modules_output_dir)/EventTargetModulesInterfaces.h',
290 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', 287 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
291 '<(blink_modules_output_dir)/EventTargetModulesNames.h', 288 '<(blink_modules_output_dir)/EventTargetModulesNames.h',
292 '<(blink_modules_output_dir)/IndexedDBNames.cpp', 289 '<(blink_modules_output_dir)/IndexedDBNames.cpp',
293 '<(blink_modules_output_dir)/IndexedDBNames.h', 290 '<(blink_modules_output_dir)/IndexedDBNames.h',
294 ], 291 ],
295 'modules_files': [ 292 'modules_files': [
296 '<@(extra_blink_module_files)', 293 '<@(extra_blink_module_files)',
297 '<@(generated_modules_files)', 294 '<@(generated_modules_files)',
298 'InitModules.cpp', 295 'InitModules.cpp',
299 'InitModules.h', 296 'InitModules.h',
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'serviceworkers/ServiceWorkerContainerTest.cpp', 1027 'serviceworkers/ServiceWorkerContainerTest.cpp',
1031 'websockets/DOMWebSocketTest.cpp', 1028 'websockets/DOMWebSocketTest.cpp',
1032 'websockets/NewWebSocketChannelImplTest.cpp', 1029 'websockets/NewWebSocketChannelImplTest.cpp',
1033 'websockets/WebSocketDeflaterTest.cpp', 1030 'websockets/WebSocketDeflaterTest.cpp',
1034 'websockets/WebSocketExtensionDispatcherTest.cpp', 1031 'websockets/WebSocketExtensionDispatcherTest.cpp',
1035 'websockets/WebSocketExtensionParserTest.cpp', 1032 'websockets/WebSocketExtensionParserTest.cpp',
1036 'websockets/WebSocketPerMessageDeflateTest.cpp', 1033 'websockets/WebSocketPerMessageDeflateTest.cpp',
1037 ], 1034 ],
1038 }, 1035 },
1039 } 1036 }
OLDNEW
« no previous file with comments | « Source/modules/EventTargetModules.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698