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

Side by Side 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: Remove mentions of things outside net/ from the comments. 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//url/config.gni") 8 import("//url/config.gni")
9 9
10 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni. 10 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni.
(...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 } 1239 }
1240 1240
1241 if (!enable_websockets) { 1241 if (!enable_websockets) {
1242 sources -= [ 1242 sources -= [
1243 "websockets/websocket_basic_stream_test.cc", 1243 "websockets/websocket_basic_stream_test.cc",
1244 "websockets/websocket_channel_test.cc", 1244 "websockets/websocket_channel_test.cc",
1245 "websockets/websocket_deflate_predictor_impl_test.cc", 1245 "websockets/websocket_deflate_predictor_impl_test.cc",
1246 "websockets/websocket_deflate_stream_test.cc", 1246 "websockets/websocket_deflate_stream_test.cc",
1247 "websockets/websocket_deflater_test.cc", 1247 "websockets/websocket_deflater_test.cc",
1248 "websockets/websocket_errors_test.cc", 1248 "websockets/websocket_errors_test.cc",
1249 "websockets/websocket_end_to_end_test.cc",
1249 "websockets/websocket_extension_parser_test.cc", 1250 "websockets/websocket_extension_parser_test.cc",
1250 "websockets/websocket_frame_parser_test.cc", 1251 "websockets/websocket_frame_parser_test.cc",
1251 "websockets/websocket_frame_test.cc", 1252 "websockets/websocket_frame_test.cc",
1252 "websockets/websocket_handshake_challenge_test.cc", 1253 "websockets/websocket_handshake_challenge_test.cc",
1253 "websockets/websocket_handshake_stream_create_helper_test.cc", 1254 "websockets/websocket_handshake_stream_create_helper_test.cc",
1254 "websockets/websocket_inflater_test.cc", 1255 "websockets/websocket_inflater_test.cc",
1255 "websockets/websocket_stream_test.cc", 1256 "websockets/websocket_stream_test.cc",
1256 "websockets/websocket_test_util.cc", 1257 "websockets/websocket_test_util.cc",
1257 "websockets/websocket_test_util.h", 1258 "websockets/websocket_test_util.h",
1258 ] 1259 ]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 "quic/quic_server_bin.cc", 1390 "quic/quic_server_bin.cc",
1390 ] 1391 ]
1391 deps = [ 1392 deps = [
1392 ":quic_tools", 1393 ":quic_tools",
1393 ":net", 1394 ":net",
1394 "//base", 1395 "//base",
1395 "//third_party/boringssl", 1396 "//third_party/boringssl",
1396 ] 1397 ]
1397 } 1398 }
1398 } # !is_android && !is_win && !is_mac 1399 } # !is_android && !is_win && !is_mac
OLDNEW
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698