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

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

Issue 18478003: Vibration cannot be canceled during pattern vibration. (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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'websockets/WebSocketHandshake.h', 771 'websockets/WebSocketHandshake.h',
772 'websockets/WebSocketHandshakeRequest.cpp', 772 'websockets/WebSocketHandshakeRequest.cpp',
773 'websockets/WebSocketHandshakeRequest.h', 773 'websockets/WebSocketHandshakeRequest.h',
774 'websockets/WebSocketHandshakeResponse.cpp', 774 'websockets/WebSocketHandshakeResponse.cpp',
775 'websockets/WebSocketHandshakeResponse.h', 775 'websockets/WebSocketHandshakeResponse.h',
776 'websockets/WebSocketPerMessageDeflate.cpp', 776 'websockets/WebSocketPerMessageDeflate.cpp',
777 'websockets/WebSocketPerMessageDeflate.h', 777 'websockets/WebSocketPerMessageDeflate.h',
778 'websockets/WorkerThreadableWebSocketChannel.cpp', 778 'websockets/WorkerThreadableWebSocketChannel.cpp',
779 'websockets/WorkerThreadableWebSocketChannel.h', 779 'websockets/WorkerThreadableWebSocketChannel.h',
780 ], 780 ],
781 'modules_testing_support_idl_files' : [
782 'testing/InternalsVibration.idl',
783 ],
784 'modules_testing_support_files': [
785 'testing/InternalsVibration.cpp',
786 'testing/InternalsVibration.h',
787 ],
abarth-chromium 2013/10/15 23:56:55 These should be in vibration/testing/InternalsVibr
kihong 2013/10/16 00:18:36 Currently Internals includes these modules headers
kihong 2013/10/16 01:16:50 Done.
781 'modules_unittest_files': [ 788 'modules_unittest_files': [
782 'indexeddb/IDBDatabaseTest.cpp', 789 'indexeddb/IDBDatabaseTest.cpp',
783 'indexeddb/IDBKeyPathTest.cpp', 790 'indexeddb/IDBKeyPathTest.cpp',
784 'indexeddb/IDBRequestTest.cpp', 791 'indexeddb/IDBRequestTest.cpp',
785 'indexeddb/IDBTransactionTest.cpp', 792 'indexeddb/IDBTransactionTest.cpp',
786 'websockets/WebSocketDeflaterTest.cpp', 793 'websockets/WebSocketDeflaterTest.cpp',
787 'websockets/WebSocketExtensionDispatcherTest.cpp', 794 'websockets/WebSocketExtensionDispatcherTest.cpp',
788 'websockets/WebSocketExtensionParserTest.cpp', 795 'websockets/WebSocketExtensionParserTest.cpp',
789 'websockets/WebSocketPerMessageDeflateTest.cpp', 796 'websockets/WebSocketPerMessageDeflateTest.cpp',
790 ], 797 ],
791 }, 798 },
792 } 799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698