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

Unified Diff: components/cronet.gypi

Issue 1239543003: [Cronet] Surface SSL cert error through CronetURLRequestAdapter::OnSSLCertificateError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a test 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 side-by-side diff with in-line comments
Download patch
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index 1d7a1ddfcd639c88fef9c5f86912e5ecec02f4d8..5fbf3c6eac5bdcaed8f15df546194991f97525bb 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -359,6 +359,8 @@
'cronet/android/test/test_upload_data_stream_handler.h',
'cronet/android/test/network_change_notifier_util.cc',
'cronet/android/test/network_change_notifier_util.h',
+ 'cronet/android/test/ssl_certificate_error_job.cc',
+ 'cronet/android/test/ssl_certificate_error_job.h',
],
'dependencies': [
'cronet_static',

Powered by Google App Engine
This is Rietveld 408576698