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

Unified Diff: net/BUILD.gn

Issue 722343003: Add end to end tests for WebSockets in net/websockets/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarify comment concerning fail() Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/websockets/websocket_end_to_end_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 73eb465851fa9ee85c17000848b843b0f5479119..511c4523df7af4a1fb6209fe48d287030d8529a6 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1246,6 +1246,7 @@ if (!is_android && !is_win && !is_mac) {
"websockets/websocket_deflate_stream_test.cc",
"websockets/websocket_deflater_test.cc",
"websockets/websocket_errors_test.cc",
+ "websockets/websocket_end_to_end_test.cc",
"websockets/websocket_extension_parser_test.cc",
"websockets/websocket_frame_parser_test.cc",
"websockets/websocket_frame_test.cc",
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/websockets/websocket_end_to_end_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698