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

Side by Side Diff: net/net.gypi

Issue 2486393004: Expose API to detect when captive portal probe was blocked on Android (Closed)
Patch Set: Add permission to AndroidManifest.xml for running the unittest Created 4 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/android/unittest_support/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 'extras/sqlite/sqlite_channel_id_store.h', 1414 'extras/sqlite/sqlite_channel_id_store.h',
1415 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1415 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1416 'extras/sqlite/sqlite_persistent_cookie_store.h', 1416 'extras/sqlite/sqlite_persistent_cookie_store.h',
1417 ], 1417 ],
1418 'net_test_sources': [ 1418 'net_test_sources': [
1419 'android/cellular_signal_strength_unittest.cc', 1419 'android/cellular_signal_strength_unittest.cc',
1420 'android/dummy_spnego_authenticator.cc', 1420 'android/dummy_spnego_authenticator.cc',
1421 'android/dummy_spnego_authenticator.h', 1421 'android/dummy_spnego_authenticator.h',
1422 'android/http_auth_negotiate_android_unittest.cc', 1422 'android/http_auth_negotiate_android_unittest.cc',
1423 'android/network_change_notifier_android_unittest.cc', 1423 'android/network_change_notifier_android_unittest.cc',
1424 'android/network_library_unittest.cc',
1424 'android/traffic_stats_unittest.cc', 1425 'android/traffic_stats_unittest.cc',
1425 'base/address_family_unittest.cc', 1426 'base/address_family_unittest.cc',
1426 'base/address_list_unittest.cc', 1427 'base/address_list_unittest.cc',
1427 'base/address_tracker_linux_unittest.cc', 1428 'base/address_tracker_linux_unittest.cc',
1428 'base/arena_unittest.cc', 1429 'base/arena_unittest.cc',
1429 'base/backoff_entry_serializer_unittest.cc', 1430 'base/backoff_entry_serializer_unittest.cc',
1430 'base/backoff_entry_unittest.cc', 1431 'base/backoff_entry_unittest.cc',
1431 'base/chunked_upload_data_stream_unittest.cc', 1432 'base/chunked_upload_data_stream_unittest.cc',
1432 'base/data_url_unittest.cc', 1433 'base/data_url_unittest.cc',
1433 'base/directory_lister_unittest.cc', 1434 'base/directory_lister_unittest.cc',
(...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3333 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3334 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3334 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3335 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3335 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3336 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3336 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3337 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3337 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3338 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3338 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3339 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3339 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3340 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3340 ], 3341 ],
3341 } 3342 }
3342 } 3343 }
OLDNEW
« no previous file with comments | « net/android/unittest_support/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698