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

Side by Side Diff: net/BUILD.gn

Issue 743713002: Cronet Fix Channel Write after Close when request is canceled after success. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Matt's comments. Created 6 years 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 # 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "test/spawned_test_server/local_test_server_win.cc", 666 "test/spawned_test_server/local_test_server_win.cc",
667 "test/spawned_test_server/local_test_server.cc", 667 "test/spawned_test_server/local_test_server.cc",
668 "test/spawned_test_server/local_test_server.h", 668 "test/spawned_test_server/local_test_server.h",
669 "test/spawned_test_server/remote_test_server.cc", 669 "test/spawned_test_server/remote_test_server.cc",
670 "test/spawned_test_server/remote_test_server.h", 670 "test/spawned_test_server/remote_test_server.h",
671 "test/spawned_test_server/spawned_test_server.h", 671 "test/spawned_test_server/spawned_test_server.h",
672 "test/spawned_test_server/spawner_communicator.cc", 672 "test/spawned_test_server/spawner_communicator.cc",
673 "test/spawned_test_server/spawner_communicator.h", 673 "test/spawned_test_server/spawner_communicator.h",
674 "test/url_request/url_request_failed_job.cc", 674 "test/url_request/url_request_failed_job.cc",
675 "test/url_request/url_request_failed_job.h", 675 "test/url_request/url_request_failed_job.h",
676 "test/url_request/url_request_mock_data_job.cc",
677 "test/url_request/url_request_mock_data_job.h",
676 "test/url_request/url_request_mock_http_job.cc", 678 "test/url_request/url_request_mock_http_job.cc",
677 "test/url_request/url_request_mock_http_job.h", 679 "test/url_request/url_request_mock_http_job.h",
678 "url_request/test_url_fetcher_factory.cc", 680 "url_request/test_url_fetcher_factory.cc",
679 "url_request/test_url_fetcher_factory.h", 681 "url_request/test_url_fetcher_factory.h",
680 "url_request/test_url_request_interceptor.cc", 682 "url_request/test_url_request_interceptor.cc",
681 "url_request/test_url_request_interceptor.h", 683 "url_request/test_url_request_interceptor.h",
682 "url_request/url_request_test_util.cc", 684 "url_request/url_request_test_util.cc",
683 "url_request/url_request_test_util.h", 685 "url_request/url_request_test_util.h",
684 ] 686 ]
685 687
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 "quic/quic_server_bin.cc", 1391 "quic/quic_server_bin.cc",
1390 ] 1392 ]
1391 deps = [ 1393 deps = [
1392 ":quic_tools", 1394 ":quic_tools",
1393 ":net", 1395 ":net",
1394 "//base", 1396 "//base",
1395 "//third_party/boringssl", 1397 "//third_party/boringssl",
1396 ] 1398 ]
1397 } 1399 }
1398 } # !is_android && !is_win && !is_mac 1400 } # !is_android && !is_win && !is_mac
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698