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

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

Issue 30063003: Revert r160289 "Vibration cannot be canceled during pattern vibration." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/modules.gyp ('k') | Source/modules/vibration/NavigatorVibration.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 '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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 'websockets/WebSocketHandshake.h', 768 'websockets/WebSocketHandshake.h',
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' : [
779 'vibration/testing/InternalsVibration.idl',
780 ],
781 'modules_testing_support_files': [
782 'vibration/testing/InternalsVibration.cpp',
783 'vibration/testing/InternalsVibration.h',
784 ],
785 'modules_unittest_files': [ 778 'modules_unittest_files': [
786 'indexeddb/IDBDatabaseTest.cpp', 779 'indexeddb/IDBDatabaseTest.cpp',
787 'indexeddb/IDBKeyPathTest.cpp', 780 'indexeddb/IDBKeyPathTest.cpp',
788 'indexeddb/IDBRequestTest.cpp', 781 'indexeddb/IDBRequestTest.cpp',
789 'indexeddb/IDBTransactionTest.cpp', 782 'indexeddb/IDBTransactionTest.cpp',
790 'websockets/WebSocketDeflaterTest.cpp', 783 'websockets/WebSocketDeflaterTest.cpp',
791 'websockets/WebSocketExtensionDispatcherTest.cpp', 784 'websockets/WebSocketExtensionDispatcherTest.cpp',
792 'websockets/WebSocketExtensionParserTest.cpp', 785 'websockets/WebSocketExtensionParserTest.cpp',
793 'websockets/WebSocketPerMessageDeflateTest.cpp', 786 'websockets/WebSocketPerMessageDeflateTest.cpp',
794 ], 787 ],
795 }, 788 },
796 } 789 }
OLDNEW
« no previous file with comments | « Source/modules/modules.gyp ('k') | Source/modules/vibration/NavigatorVibration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698