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

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: Fix Windows linker error. 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
« no previous file with comments | « components/cronet/android/url_request_adapter.cc ('k') | net/net.gyp » ('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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "test/spawned_test_server/local_test_server_win.cc", 668 "test/spawned_test_server/local_test_server_win.cc",
669 "test/spawned_test_server/local_test_server.cc", 669 "test/spawned_test_server/local_test_server.cc",
670 "test/spawned_test_server/local_test_server.h", 670 "test/spawned_test_server/local_test_server.h",
671 "test/spawned_test_server/remote_test_server.cc", 671 "test/spawned_test_server/remote_test_server.cc",
672 "test/spawned_test_server/remote_test_server.h", 672 "test/spawned_test_server/remote_test_server.h",
673 "test/spawned_test_server/spawned_test_server.h", 673 "test/spawned_test_server/spawned_test_server.h",
674 "test/spawned_test_server/spawner_communicator.cc", 674 "test/spawned_test_server/spawner_communicator.cc",
675 "test/spawned_test_server/spawner_communicator.h", 675 "test/spawned_test_server/spawner_communicator.h",
676 "test/url_request/url_request_failed_job.cc", 676 "test/url_request/url_request_failed_job.cc",
677 "test/url_request/url_request_failed_job.h", 677 "test/url_request/url_request_failed_job.h",
678 "test/url_request/url_request_mock_data_job.cc",
679 "test/url_request/url_request_mock_data_job.h",
678 "test/url_request/url_request_mock_http_job.cc", 680 "test/url_request/url_request_mock_http_job.cc",
679 "test/url_request/url_request_mock_http_job.h", 681 "test/url_request/url_request_mock_http_job.h",
680 "url_request/test_url_fetcher_factory.cc", 682 "url_request/test_url_fetcher_factory.cc",
681 "url_request/test_url_fetcher_factory.h", 683 "url_request/test_url_fetcher_factory.h",
682 "url_request/test_url_request_interceptor.cc", 684 "url_request/test_url_request_interceptor.cc",
683 "url_request/test_url_request_interceptor.h", 685 "url_request/test_url_request_interceptor.h",
684 "url_request/url_request_test_util.cc", 686 "url_request/url_request_test_util.cc",
685 "url_request/url_request_test_util.h", 687 "url_request/url_request_test_util.h",
686 ] 688 ]
687 689
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 "quic/quic_server_bin.cc", 1398 "quic/quic_server_bin.cc",
1397 ] 1399 ]
1398 deps = [ 1400 deps = [
1399 ":quic_tools", 1401 ":quic_tools",
1400 ":net", 1402 ":net",
1401 "//base", 1403 "//base",
1402 "//third_party/boringssl", 1404 "//third_party/boringssl",
1403 ] 1405 ]
1404 } 1406 }
1405 } # !is_android && !is_win && !is_mac 1407 } # !is_android && !is_win && !is_mac
OLDNEW
« no previous file with comments | « components/cronet/android/url_request_adapter.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698