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

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: Created 6 years, 7 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 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 'vibration/testing/InternalsVibration.h', 941 'vibration/testing/InternalsVibration.h',
942 ], 942 ],
943 'modules_unittest_files': [ 943 'modules_unittest_files': [
944 'indexeddb/IDBKeyPathTest.cpp', 944 'indexeddb/IDBKeyPathTest.cpp',
945 'indexeddb/IDBRequestTest.cpp', 945 'indexeddb/IDBRequestTest.cpp',
946 'indexeddb/IDBTransactionTest.cpp', 946 'indexeddb/IDBTransactionTest.cpp',
947 'websockets/WebSocketDeflaterTest.cpp', 947 'websockets/WebSocketDeflaterTest.cpp',
948 'websockets/WebSocketExtensionDispatcherTest.cpp', 948 'websockets/WebSocketExtensionDispatcherTest.cpp',
949 'websockets/WebSocketExtensionParserTest.cpp', 949 'websockets/WebSocketExtensionParserTest.cpp',
950 'websockets/WebSocketPerMessageDeflateTest.cpp', 950 'websockets/WebSocketPerMessageDeflateTest.cpp',
951 'websockets/WebSocketTest.cpp',
951 ], 952 ],
952 }, 953 },
953 } 954 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/websockets/WebSocket.h » ('j') | Source/modules/websockets/WebSocket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698