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

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

Issue 298893008: Add WebSocket unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 6 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/websockets/WebSocket.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 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'vibration/testing/InternalsVibration.h', 944 'vibration/testing/InternalsVibration.h',
945 ], 945 ],
946 'modules_unittest_files': [ 946 'modules_unittest_files': [
947 'indexeddb/IDBKeyPathTest.cpp', 947 'indexeddb/IDBKeyPathTest.cpp',
948 'indexeddb/IDBRequestTest.cpp', 948 'indexeddb/IDBRequestTest.cpp',
949 'indexeddb/IDBTransactionTest.cpp', 949 'indexeddb/IDBTransactionTest.cpp',
950 'websockets/WebSocketDeflaterTest.cpp', 950 'websockets/WebSocketDeflaterTest.cpp',
951 'websockets/WebSocketExtensionDispatcherTest.cpp', 951 'websockets/WebSocketExtensionDispatcherTest.cpp',
952 'websockets/WebSocketExtensionParserTest.cpp', 952 'websockets/WebSocketExtensionParserTest.cpp',
953 'websockets/WebSocketPerMessageDeflateTest.cpp', 953 'websockets/WebSocketPerMessageDeflateTest.cpp',
954 'websockets/WebSocketTest.cpp',
954 ], 955 ],
955 }, 956 },
956 } 957 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/websockets/WebSocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698