OLD | NEW |
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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 "websockets/websocket_extension.cc", | 399 "websockets/websocket_extension.cc", |
400 "websockets/websocket_extension.h", | 400 "websockets/websocket_extension.h", |
401 "websockets/websocket_extension_parser.cc", | 401 "websockets/websocket_extension_parser.cc", |
402 "websockets/websocket_extension_parser.h", | 402 "websockets/websocket_extension_parser.h", |
403 "websockets/websocket_frame.cc", | 403 "websockets/websocket_frame.cc", |
404 "websockets/websocket_frame.h", | 404 "websockets/websocket_frame.h", |
405 "websockets/websocket_frame_parser.cc", | 405 "websockets/websocket_frame_parser.cc", |
406 "websockets/websocket_frame_parser.h", | 406 "websockets/websocket_frame_parser.h", |
407 "websockets/websocket_handshake_constants.cc", | 407 "websockets/websocket_handshake_constants.cc", |
408 "websockets/websocket_handshake_constants.h", | 408 "websockets/websocket_handshake_constants.h", |
409 "websockets/websocket_handshake_handler.cc", | 409 "websockets/websocket_handshake_challenge.cc", |
410 "websockets/websocket_handshake_handler.h", | 410 "websockets/websocket_handshake_challenge.h", |
411 "websockets/websocket_handshake_request_info.cc", | 411 "websockets/websocket_handshake_request_info.cc", |
412 "websockets/websocket_handshake_request_info.h", | 412 "websockets/websocket_handshake_request_info.h", |
413 "websockets/websocket_handshake_response_info.cc", | 413 "websockets/websocket_handshake_response_info.cc", |
414 "websockets/websocket_handshake_response_info.h", | 414 "websockets/websocket_handshake_response_info.h", |
415 "websockets/websocket_handshake_stream_base.h", | 415 "websockets/websocket_handshake_stream_base.h", |
416 "websockets/websocket_handshake_stream_create_helper.cc", | 416 "websockets/websocket_handshake_stream_create_helper.cc", |
417 "websockets/websocket_handshake_stream_create_helper.h", | 417 "websockets/websocket_handshake_stream_create_helper.h", |
418 "websockets/websocket_inflater.cc", | 418 "websockets/websocket_inflater.cc", |
419 "websockets/websocket_inflater.h", | 419 "websockets/websocket_inflater.h", |
420 "websockets/websocket_mux.h", | 420 "websockets/websocket_mux.h", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 deps = [ | 602 deps = [ |
603 "//base", | 603 "//base", |
604 ":net", | 604 ":net", |
605 ":test_support", | 605 ":test_support", |
606 ] | 606 ] |
607 } | 607 } |
608 | 608 |
609 source_set("test_support") { | 609 source_set("test_support") { |
610 testonly = true | 610 testonly = true |
611 sources = [ | 611 sources = [ |
| 612 "base/captured_net_log_entry.cc", |
| 613 "base/captured_net_log_entry.h", |
612 "base/capturing_net_log.cc", | 614 "base/capturing_net_log.cc", |
613 "base/capturing_net_log.h", | 615 "base/capturing_net_log.h", |
| 616 "base/capturing_net_log_observer.cc", |
| 617 "base/capturing_net_log_observer.h", |
614 "base/load_timing_info_test_util.cc", | 618 "base/load_timing_info_test_util.cc", |
615 "base/load_timing_info_test_util.h", | 619 "base/load_timing_info_test_util.h", |
616 "base/mock_file_stream.cc", | 620 "base/mock_file_stream.cc", |
617 "base/mock_file_stream.h", | 621 "base/mock_file_stream.h", |
618 "base/test_completion_callback.cc", | 622 "base/test_completion_callback.cc", |
619 "base/test_completion_callback.h", | 623 "base/test_completion_callback.h", |
620 "base/test_data_directory.cc", | 624 "base/test_data_directory.cc", |
621 "base/test_data_directory.h", | 625 "base/test_data_directory.h", |
622 "cert/mock_cert_verifier.cc", | 626 "cert/mock_cert_verifier.cc", |
623 "cert/mock_cert_verifier.h", | 627 "cert/mock_cert_verifier.h", |
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1231 sources -= [ | 1235 sources -= [ |
1232 "websockets/websocket_basic_stream_test.cc", | 1236 "websockets/websocket_basic_stream_test.cc", |
1233 "websockets/websocket_channel_test.cc", | 1237 "websockets/websocket_channel_test.cc", |
1234 "websockets/websocket_deflate_predictor_impl_test.cc", | 1238 "websockets/websocket_deflate_predictor_impl_test.cc", |
1235 "websockets/websocket_deflate_stream_test.cc", | 1239 "websockets/websocket_deflate_stream_test.cc", |
1236 "websockets/websocket_deflater_test.cc", | 1240 "websockets/websocket_deflater_test.cc", |
1237 "websockets/websocket_errors_test.cc", | 1241 "websockets/websocket_errors_test.cc", |
1238 "websockets/websocket_extension_parser_test.cc", | 1242 "websockets/websocket_extension_parser_test.cc", |
1239 "websockets/websocket_frame_parser_test.cc", | 1243 "websockets/websocket_frame_parser_test.cc", |
1240 "websockets/websocket_frame_test.cc", | 1244 "websockets/websocket_frame_test.cc", |
1241 "websockets/websocket_handshake_handler_spdy_test.cc", | 1245 "websockets/websocket_handshake_challenge_test.cc", |
1242 "websockets/websocket_handshake_handler_test.cc", | |
1243 "websockets/websocket_handshake_stream_create_helper_test.cc", | 1246 "websockets/websocket_handshake_stream_create_helper_test.cc", |
1244 "websockets/websocket_inflater_test.cc", | 1247 "websockets/websocket_inflater_test.cc", |
1245 "websockets/websocket_stream_test.cc", | 1248 "websockets/websocket_stream_test.cc", |
1246 "websockets/websocket_test_util.cc", | 1249 "websockets/websocket_test_util.cc", |
1247 "websockets/websocket_test_util.h", | 1250 "websockets/websocket_test_util.h", |
1248 ] | 1251 ] |
1249 } | 1252 } |
1250 | 1253 |
1251 if (disable_file_support) { | 1254 if (disable_file_support) { |
1252 sources -= [ | 1255 sources -= [ |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1376 sources = [ "quic/quic_server_bin.cc" ] | 1379 sources = [ "quic/quic_server_bin.cc" ] |
1377 deps = [ | 1380 deps = [ |
1378 ":quic_tools", | 1381 ":quic_tools", |
1379 ":net", | 1382 ":net", |
1380 "//base", | 1383 "//base", |
1381 "//third_party/boringssl", | 1384 "//third_party/boringssl", |
1382 ] | 1385 ] |
1383 } | 1386 } |
1384 | 1387 |
1385 } # !is_android && !is_win && !is_mac | 1388 } # !is_android && !is_win && !is_mac |
OLD | NEW |