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

Side by Side Diff: net/net.gyp

Issue 1239543003: [Cronet] Surface SSL cert error through CronetURLRequestAdapter::OnSSLCertificateError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add include Created 5 years, 5 months 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 # Defines an extra set of libs with an alternate copy of org.apache.http. 8 # Defines an extra set of libs with an alternate copy of org.apache.http.
9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed. 9 # TODO(yfriedman): Remove this when crbug.com/488192 is fixed.
10 'net_test_extra_libs': [], 10 'net_test_extra_libs': [],
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'test/net_test_suite.h', 581 'test/net_test_suite.h',
582 'test/python_utils.cc', 582 'test/python_utils.cc',
583 'test/python_utils.h', 583 'test/python_utils.h',
584 'test/spawned_test_server/base_test_server.cc', 584 'test/spawned_test_server/base_test_server.cc',
585 'test/spawned_test_server/base_test_server.h', 585 'test/spawned_test_server/base_test_server.h',
586 'test/spawned_test_server/local_test_server.cc', 586 'test/spawned_test_server/local_test_server.cc',
587 'test/spawned_test_server/local_test_server.h', 587 'test/spawned_test_server/local_test_server.h',
588 'test/spawned_test_server/local_test_server_posix.cc', 588 'test/spawned_test_server/local_test_server_posix.cc',
589 'test/spawned_test_server/local_test_server_win.cc', 589 'test/spawned_test_server/local_test_server_win.cc',
590 'test/spawned_test_server/spawned_test_server.h', 590 'test/spawned_test_server/spawned_test_server.h',
591 'test/url_request/ssl_certificate_error_job.cc',
592 'test/url_request/ssl_certificate_error_job.h',
591 'test/url_request/url_request_failed_job.cc', 593 'test/url_request/url_request_failed_job.cc',
592 'test/url_request/url_request_failed_job.h', 594 'test/url_request/url_request_failed_job.h',
593 'test/url_request/url_request_mock_data_job.cc', 595 'test/url_request/url_request_mock_data_job.cc',
594 'test/url_request/url_request_mock_data_job.h', 596 'test/url_request/url_request_mock_data_job.h',
595 'test/url_request/url_request_slow_download_job.cc', 597 'test/url_request/url_request_slow_download_job.cc',
596 'test/url_request/url_request_slow_download_job.h', 598 'test/url_request/url_request_slow_download_job.h',
597 'url_request/test_url_fetcher_factory.cc', 599 'url_request/test_url_fetcher_factory.cc',
598 'url_request/test_url_fetcher_factory.h', 600 'url_request/test_url_fetcher_factory.h',
599 'url_request/url_request_test_util.cc', 601 'url_request/url_request_test_util.cc',
600 'url_request/url_request_test_util.h', 602 'url_request/url_request_test_util.h',
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1559 '../build/isolate.gypi', 1561 '../build/isolate.gypi',
1560 ], 1562 ],
1561 'sources': [ 1563 'sources': [
1562 'net_unittests.isolate', 1564 'net_unittests.isolate',
1563 ], 1565 ],
1564 }, 1566 },
1565 ], 1567 ],
1566 }], 1568 }],
1567 ], 1569 ],
1568 } 1570 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698