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

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

Issue 556193002: Add NotificationOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@dic-webmidi
Patch Set: Pointers -> References 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
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.h » ('j') | 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'speech/SpeechRecognitionError.idl', 269 'speech/SpeechRecognitionError.idl',
270 'speech/SpeechRecognitionEvent.idl', 270 'speech/SpeechRecognitionEvent.idl',
271 'speech/SpeechSynthesisEvent.idl', 271 'speech/SpeechSynthesisEvent.idl',
272 'webaudio/AudioProcessingEvent.idl', 272 'webaudio/AudioProcessingEvent.idl',
273 'webaudio/OfflineAudioCompletionEvent.idl', 273 'webaudio/OfflineAudioCompletionEvent.idl',
274 'webmidi/MIDIConnectionEvent.idl', 274 'webmidi/MIDIConnectionEvent.idl',
275 'webmidi/MIDIMessageEvent.idl', 275 'webmidi/MIDIMessageEvent.idl',
276 'websockets/CloseEvent.idl', 276 'websockets/CloseEvent.idl',
277 ], 277 ],
278 'modules_dictionary_idl_files': [ 278 'modules_dictionary_idl_files': [
279 'notifications/NotificationOptions.idl',
279 'webmidi/MIDIOptions.idl', 280 'webmidi/MIDIOptions.idl',
280 ], 281 ],
281 'generated_modules_files': [ 282 'generated_modules_files': [
282 # .cpp files from make_modules_generated actions. 283 # .cpp files from make_modules_generated actions.
283 '<(blink_modules_output_dir)/EventModules.cpp', 284 '<(blink_modules_output_dir)/EventModules.cpp',
284 '<(blink_modules_output_dir)/EventModulesHeaders.h', 285 '<(blink_modules_output_dir)/EventModulesHeaders.h',
285 '<(blink_modules_output_dir)/EventModulesNames.cpp', 286 '<(blink_modules_output_dir)/EventModulesNames.cpp',
286 '<(blink_modules_output_dir)/EventModulesNames.h', 287 '<(blink_modules_output_dir)/EventModulesNames.h',
287 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', 288 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
288 '<(blink_modules_output_dir)/EventTargetModulesNames.h', 289 '<(blink_modules_output_dir)/EventTargetModulesNames.h',
289 '<(blink_modules_output_dir)/IndexedDBNames.cpp', 290 '<(blink_modules_output_dir)/IndexedDBNames.cpp',
290 '<(blink_modules_output_dir)/IndexedDBNames.h', 291 '<(blink_modules_output_dir)/IndexedDBNames.h',
291 ], 292 ],
292 'generated_modules_dictionary_files': [ 293 'generated_modules_dictionary_files': [
294 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
295 '<(blink_modules_output_dir)/notifications/NotificationOptions.h',
293 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', 296 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
294 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', 297 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
295 ], 298 ],
296 'modules_files': [ 299 'modules_files': [
297 '<@(extra_blink_module_files)', 300 '<@(extra_blink_module_files)',
298 '<@(generated_modules_dictionary_files)', 301 '<@(generated_modules_dictionary_files)',
299 '<@(generated_modules_files)', 302 '<@(generated_modules_files)',
300 'InitModules.cpp', 303 'InitModules.cpp',
301 'InitModules.h', 304 'InitModules.h',
302 'battery/BatteryDispatcher.cpp', 305 'battery/BatteryDispatcher.cpp',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 'serviceworkers/ServiceWorkerContainerTest.cpp', 1021 'serviceworkers/ServiceWorkerContainerTest.cpp',
1019 'websockets/DOMWebSocketTest.cpp', 1022 'websockets/DOMWebSocketTest.cpp',
1020 'websockets/NewWebSocketChannelImplTest.cpp', 1023 'websockets/NewWebSocketChannelImplTest.cpp',
1021 'websockets/WebSocketDeflaterTest.cpp', 1024 'websockets/WebSocketDeflaterTest.cpp',
1022 'websockets/WebSocketExtensionDispatcherTest.cpp', 1025 'websockets/WebSocketExtensionDispatcherTest.cpp',
1023 'websockets/WebSocketExtensionParserTest.cpp', 1026 'websockets/WebSocketExtensionParserTest.cpp',
1024 'websockets/WebSocketPerMessageDeflateTest.cpp', 1027 'websockets/WebSocketPerMessageDeflateTest.cpp',
1025 ], 1028 ],
1026 }, 1029 },
1027 } 1030 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698