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

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

Issue 208393014: Remove [NoHeader] interface extended attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'mediasource/URLMediaSource.cpp', 456 'mediasource/URLMediaSource.cpp',
457 'mediasource/URLMediaSource.h', 457 'mediasource/URLMediaSource.h',
458 'mediasource/VideoPlaybackQuality.cpp', 458 'mediasource/VideoPlaybackQuality.cpp',
459 'mediasource/VideoPlaybackQuality.h', 459 'mediasource/VideoPlaybackQuality.h',
460 'mediasource/WebKitMediaSource.cpp', 460 'mediasource/WebKitMediaSource.cpp',
461 'mediasource/WebKitMediaSource.h', 461 'mediasource/WebKitMediaSource.h',
462 'mediasource/WebKitSourceBuffer.cpp', 462 'mediasource/WebKitSourceBuffer.cpp',
463 'mediasource/WebKitSourceBuffer.h', 463 'mediasource/WebKitSourceBuffer.h',
464 'mediasource/WebKitSourceBufferList.cpp', 464 'mediasource/WebKitSourceBufferList.cpp',
465 'mediasource/WebKitSourceBufferList.h', 465 'mediasource/WebKitSourceBufferList.h',
466 'mediasource/WindowMediaSource.h',
466 'mediastream/MediaConstraintsImpl.cpp', 467 'mediastream/MediaConstraintsImpl.cpp',
467 'mediastream/MediaConstraintsImpl.h', 468 'mediastream/MediaConstraintsImpl.h',
468 'mediastream/MediaDeviceInfo.cpp', 469 'mediastream/MediaDeviceInfo.cpp',
469 'mediastream/MediaDeviceInfo.h', 470 'mediastream/MediaDeviceInfo.h',
470 'mediastream/MediaDeviceInfoCallback.h', 471 'mediastream/MediaDeviceInfoCallback.h',
471 'mediastream/MediaDevicesRequest.cpp', 472 'mediastream/MediaDevicesRequest.cpp',
472 'mediastream/MediaDevicesRequest.h', 473 'mediastream/MediaDevicesRequest.h',
473 'mediastream/MediaStream.cpp', 474 'mediastream/MediaStream.cpp',
474 'mediastream/MediaStream.h', 475 'mediastream/MediaStream.h',
475 'mediastream/MediaStreamEvent.cpp', 476 'mediastream/MediaStreamEvent.cpp',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'indexeddb/IDBKeyPathTest.cpp', 881 'indexeddb/IDBKeyPathTest.cpp',
881 'indexeddb/IDBRequestTest.cpp', 882 'indexeddb/IDBRequestTest.cpp',
882 'indexeddb/IDBTransactionTest.cpp', 883 'indexeddb/IDBTransactionTest.cpp',
883 'websockets/WebSocketDeflaterTest.cpp', 884 'websockets/WebSocketDeflaterTest.cpp',
884 'websockets/WebSocketExtensionDispatcherTest.cpp', 885 'websockets/WebSocketExtensionDispatcherTest.cpp',
885 'websockets/WebSocketExtensionParserTest.cpp', 886 'websockets/WebSocketExtensionParserTest.cpp',
886 'websockets/WebSocketPerMessageDeflateTest.cpp', 887 'websockets/WebSocketPerMessageDeflateTest.cpp',
887 ], 888 ],
888 }, 889 },
889 } 890 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698