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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'conditions': [ 6 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 # TODO(mef): Figure out what needs to be done for gn script. 8 # TODO(mef): Figure out what needs to be done for gn script.
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'cronet/android/test/native_test_server.cc', 352 'cronet/android/test/native_test_server.cc',
353 'cronet/android/test/native_test_server.h', 353 'cronet/android/test/native_test_server.h',
354 'cronet/android/test/quic_test_server.cc', 354 'cronet/android/test/quic_test_server.cc',
355 'cronet/android/test/quic_test_server.h', 355 'cronet/android/test/quic_test_server.h',
356 'cronet/android/test/sdch_test_util.cc', 356 'cronet/android/test/sdch_test_util.cc',
357 'cronet/android/test/sdch_test_util.h', 357 'cronet/android/test/sdch_test_util.h',
358 'cronet/android/test/test_upload_data_stream_handler.cc', 358 'cronet/android/test/test_upload_data_stream_handler.cc',
359 'cronet/android/test/test_upload_data_stream_handler.h', 359 'cronet/android/test/test_upload_data_stream_handler.h',
360 'cronet/android/test/network_change_notifier_util.cc', 360 'cronet/android/test/network_change_notifier_util.cc',
361 'cronet/android/test/network_change_notifier_util.h', 361 'cronet/android/test/network_change_notifier_util.h',
362 'cronet/android/test/ssl_certificate_error_job.cc',
363 'cronet/android/test/ssl_certificate_error_job.h',
362 ], 364 ],
363 'dependencies': [ 365 'dependencies': [
364 'cronet_static', 366 'cronet_static',
365 'cronet_tests_jni_headers', 367 'cronet_tests_jni_headers',
366 '../base/base.gyp:base', 368 '../base/base.gyp:base',
367 '../net/net.gyp:net', 369 '../net/net.gyp:net',
368 '../net/net.gyp:net_quic_proto', 370 '../net/net.gyp:net_quic_proto',
369 '../net/net.gyp:net_test_support', 371 '../net/net.gyp:net_test_support',
370 '../net/net.gyp:simple_quic_tools', 372 '../net/net.gyp:simple_quic_tools',
371 '../url/url.gyp:url_lib', 373 '../url/url.gyp:url_lib',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 }, 585 },
584 ], 586 ],
585 }, 587 },
586 ], 588 ],
587 'variables': { 589 'variables': {
588 'enable_data_reduction_proxy_support%': 0, 590 'enable_data_reduction_proxy_support%': 0,
589 }, 591 },
590 }], # OS=="android" 592 }], # OS=="android"
591 ], 593 ],
592 } 594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698