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

Side by Side Diff: net/net.gyp

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 | « net/BUILD.gn ('k') | net/test/url_request/url_request_mock_data_job.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 'test/spawned_test_server/local_test_server_win.cc', 956 'test/spawned_test_server/local_test_server_win.cc',
957 'test/spawned_test_server/local_test_server.cc', 957 'test/spawned_test_server/local_test_server.cc',
958 'test/spawned_test_server/local_test_server.h', 958 'test/spawned_test_server/local_test_server.h',
959 'test/spawned_test_server/remote_test_server.cc', 959 'test/spawned_test_server/remote_test_server.cc',
960 'test/spawned_test_server/remote_test_server.h', 960 'test/spawned_test_server/remote_test_server.h',
961 'test/spawned_test_server/spawned_test_server.h', 961 'test/spawned_test_server/spawned_test_server.h',
962 'test/spawned_test_server/spawner_communicator.cc', 962 'test/spawned_test_server/spawner_communicator.cc',
963 'test/spawned_test_server/spawner_communicator.h', 963 'test/spawned_test_server/spawner_communicator.h',
964 'test/url_request/url_request_failed_job.cc', 964 'test/url_request/url_request_failed_job.cc',
965 'test/url_request/url_request_failed_job.h', 965 'test/url_request/url_request_failed_job.h',
966 'test/url_request/url_request_mock_data_job.cc',
967 'test/url_request/url_request_mock_data_job.h',
966 'test/url_request/url_request_mock_http_job.cc', 968 'test/url_request/url_request_mock_http_job.cc',
967 'test/url_request/url_request_mock_http_job.h', 969 'test/url_request/url_request_mock_http_job.h',
968 'url_request/test_url_fetcher_factory.cc', 970 'url_request/test_url_fetcher_factory.cc',
969 'url_request/test_url_fetcher_factory.h', 971 'url_request/test_url_fetcher_factory.h',
970 'url_request/test_url_request_interceptor.cc', 972 'url_request/test_url_request_interceptor.cc',
971 'url_request/test_url_request_interceptor.h', 973 'url_request/test_url_request_interceptor.h',
972 'url_request/url_request_test_util.cc', 974 'url_request/url_request_test_util.cc',
973 'url_request/url_request_test_util.h', 975 'url_request/url_request_test_util.h',
974 ], 976 ],
975 'conditions': [ 977 'conditions': [
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 '../build/isolate.gypi', 1746 '../build/isolate.gypi',
1745 ], 1747 ],
1746 'sources': [ 1748 'sources': [
1747 'net_unittests.isolate', 1749 'net_unittests.isolate',
1748 ], 1750 ],
1749 }, 1751 },
1750 ], 1752 ],
1751 }], 1753 }],
1752 ], 1754 ],
1753 } 1755 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/test/url_request/url_request_mock_data_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698