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

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

Issue 38743004: Remove modules/speech dependencies from Internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch Created 7 years, 2 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 'modules_idl_files': [ 10 'modules_idl_files': [
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'websockets/WebSocketHandshakeRequest.cpp', 769 'websockets/WebSocketHandshakeRequest.cpp',
770 'websockets/WebSocketHandshakeRequest.h', 770 'websockets/WebSocketHandshakeRequest.h',
771 'websockets/WebSocketHandshakeResponse.cpp', 771 'websockets/WebSocketHandshakeResponse.cpp',
772 'websockets/WebSocketHandshakeResponse.h', 772 'websockets/WebSocketHandshakeResponse.h',
773 'websockets/WebSocketPerMessageDeflate.cpp', 773 'websockets/WebSocketPerMessageDeflate.cpp',
774 'websockets/WebSocketPerMessageDeflate.h', 774 'websockets/WebSocketPerMessageDeflate.h',
775 'websockets/WorkerThreadableWebSocketChannel.cpp', 775 'websockets/WorkerThreadableWebSocketChannel.cpp',
776 'websockets/WorkerThreadableWebSocketChannel.h', 776 'websockets/WorkerThreadableWebSocketChannel.h',
777 ], 777 ],
778 'modules_testing_support_idl_files' : [ 778 'modules_testing_support_idl_files' : [
779 'speech/testing/InternalsSpeechSynthesis.idl',
779 'vibration/testing/InternalsVibration.idl', 780 'vibration/testing/InternalsVibration.idl',
780 ], 781 ],
781 'modules_testing_support_files': [ 782 'modules_testing_support_files': [
783 'speech/testing/InternalsSpeechSynthesis.cpp',
784 'speech/testing/InternalsSpeechSynthesis.h',
782 'vibration/testing/InternalsVibration.cpp', 785 'vibration/testing/InternalsVibration.cpp',
783 'vibration/testing/InternalsVibration.h', 786 'vibration/testing/InternalsVibration.h',
784 ], 787 ],
785 'modules_unittest_files': [ 788 'modules_unittest_files': [
786 'indexeddb/IDBDatabaseTest.cpp', 789 'indexeddb/IDBDatabaseTest.cpp',
787 'indexeddb/IDBKeyPathTest.cpp', 790 'indexeddb/IDBKeyPathTest.cpp',
788 'indexeddb/IDBRequestTest.cpp', 791 'indexeddb/IDBRequestTest.cpp',
789 'indexeddb/IDBTransactionTest.cpp', 792 'indexeddb/IDBTransactionTest.cpp',
790 'websockets/WebSocketDeflaterTest.cpp', 793 'websockets/WebSocketDeflaterTest.cpp',
791 'websockets/WebSocketExtensionDispatcherTest.cpp', 794 'websockets/WebSocketExtensionDispatcherTest.cpp',
792 'websockets/WebSocketExtensionParserTest.cpp', 795 'websockets/WebSocketExtensionParserTest.cpp',
793 'websockets/WebSocketPerMessageDeflateTest.cpp', 796 'websockets/WebSocketPerMessageDeflateTest.cpp',
794 ], 797 ],
795 }, 798 },
796 } 799 }
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | Source/modules/speech/testing/InternalsSpeechSynthesis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698