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

Side by Side Diff: net/net.gypi

Issue 2486393004: Expose API to detect when captive portal probe was blocked on Android (Closed)
Patch Set: Move back to network library from NCN Created 4 years, 1 month 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 # 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 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 'extras/sqlite/sqlite_channel_id_store.h', 1385 'extras/sqlite/sqlite_channel_id_store.h',
1386 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1386 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1387 'extras/sqlite/sqlite_persistent_cookie_store.h', 1387 'extras/sqlite/sqlite_persistent_cookie_store.h',
1388 ], 1388 ],
1389 'net_test_sources': [ 1389 'net_test_sources': [
1390 'android/cellular_signal_strength_unittest.cc', 1390 'android/cellular_signal_strength_unittest.cc',
1391 'android/dummy_spnego_authenticator.cc', 1391 'android/dummy_spnego_authenticator.cc',
1392 'android/dummy_spnego_authenticator.h', 1392 'android/dummy_spnego_authenticator.h',
1393 'android/http_auth_negotiate_android_unittest.cc', 1393 'android/http_auth_negotiate_android_unittest.cc',
1394 'android/network_change_notifier_android_unittest.cc', 1394 'android/network_change_notifier_android_unittest.cc',
1395 'android/network_library_unittest.cc',
1395 'android/traffic_stats_unittest.cc', 1396 'android/traffic_stats_unittest.cc',
1396 'base/address_family_unittest.cc', 1397 'base/address_family_unittest.cc',
1397 'base/address_list_unittest.cc', 1398 'base/address_list_unittest.cc',
1398 'base/address_tracker_linux_unittest.cc', 1399 'base/address_tracker_linux_unittest.cc',
1399 'base/arena_unittest.cc', 1400 'base/arena_unittest.cc',
1400 'base/backoff_entry_serializer_unittest.cc', 1401 'base/backoff_entry_serializer_unittest.cc',
1401 'base/backoff_entry_unittest.cc', 1402 'base/backoff_entry_unittest.cc',
1402 'base/chunked_upload_data_stream_unittest.cc', 1403 'base/chunked_upload_data_stream_unittest.cc',
1403 'base/data_url_unittest.cc', 1404 'base/data_url_unittest.cc',
1404 'base/directory_lister_unittest.cc', 1405 'base/directory_lister_unittest.cc',
(...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after
3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3297 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3297 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3298 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3298 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3299 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3301 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3301 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3302 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3302 ], 3303 ],
3303 } 3304 }
3304 } 3305 }
OLDNEW
« net/android/network_library_unittest.cc ('K') | « net/android/network_library_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698