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

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: Added UrlRequestMockDataJob and tests that use it. 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 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 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'test/spawned_test_server/local_test_server_win.cc', 952 'test/spawned_test_server/local_test_server_win.cc',
953 'test/spawned_test_server/local_test_server.cc', 953 'test/spawned_test_server/local_test_server.cc',
954 'test/spawned_test_server/local_test_server.h', 954 'test/spawned_test_server/local_test_server.h',
955 'test/spawned_test_server/remote_test_server.cc', 955 'test/spawned_test_server/remote_test_server.cc',
956 'test/spawned_test_server/remote_test_server.h', 956 'test/spawned_test_server/remote_test_server.h',
957 'test/spawned_test_server/spawned_test_server.h', 957 'test/spawned_test_server/spawned_test_server.h',
958 'test/spawned_test_server/spawner_communicator.cc', 958 'test/spawned_test_server/spawner_communicator.cc',
959 'test/spawned_test_server/spawner_communicator.h', 959 'test/spawned_test_server/spawner_communicator.h',
960 'test/url_request/url_request_failed_job.cc', 960 'test/url_request/url_request_failed_job.cc',
961 'test/url_request/url_request_failed_job.h', 961 'test/url_request/url_request_failed_job.h',
962 'test/url_request/url_request_mock_data_job.cc',
963 'test/url_request/url_request_mock_data_job.h',
962 'test/url_request/url_request_mock_http_job.cc', 964 'test/url_request/url_request_mock_http_job.cc',
963 'test/url_request/url_request_mock_http_job.h', 965 'test/url_request/url_request_mock_http_job.h',
964 'url_request/test_url_fetcher_factory.cc', 966 'url_request/test_url_fetcher_factory.cc',
965 'url_request/test_url_fetcher_factory.h', 967 'url_request/test_url_fetcher_factory.h',
966 'url_request/test_url_request_interceptor.cc', 968 'url_request/test_url_request_interceptor.cc',
967 'url_request/test_url_request_interceptor.h', 969 'url_request/test_url_request_interceptor.h',
968 'url_request/url_request_test_util.cc', 970 'url_request/url_request_test_util.cc',
969 'url_request/url_request_test_util.h', 971 'url_request/url_request_test_util.h',
970 ], 972 ],
971 'conditions': [ 973 'conditions': [
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 '../build/isolate.gypi', 1740 '../build/isolate.gypi',
1739 ], 1741 ],
1740 'sources': [ 1742 'sources': [
1741 'net_unittests.isolate', 1743 'net_unittests.isolate',
1742 ], 1744 ],
1743 }, 1745 },
1744 ], 1746 ],
1745 }], 1747 }],
1746 ], 1748 ],
1747 } 1749 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698