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

Side by Side Diff: net/net.gypi

Issue 1879743002: Expose cellular signal strength on Android to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Paul's comments Created 4 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 # 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'ssl/ssl_config_service.h', 220 'ssl/ssl_config_service.h',
221 'ssl/ssl_info.cc', 221 'ssl/ssl_info.cc',
222 'ssl/ssl_info.h', 222 'ssl/ssl_info.h',
223 'ssl/ssl_private_key.h', 223 'ssl/ssl_private_key.h',
224 'ssl/ssl_server_config.cc', 224 'ssl/ssl_server_config.cc',
225 'ssl/ssl_server_config.h', 225 'ssl/ssl_server_config.h',
226 'ssl/token_binding.cc', 226 'ssl/token_binding.cc',
227 'ssl/token_binding.h', 227 'ssl/token_binding.h',
228 ], 228 ],
229 'net_non_nacl_sources': [ 229 'net_non_nacl_sources': [
230 'android/cellular_signal_strength.cc',
231 'android/cellular_signal_strength.h',
230 'android/cert_verify_result_android.cc', 232 'android/cert_verify_result_android.cc',
231 'android/cert_verify_result_android.h', 233 'android/cert_verify_result_android.h',
232 'android/gurl_utils.cc', 234 'android/gurl_utils.cc',
233 'android/gurl_utils.h', 235 'android/gurl_utils.h',
234 'android/http_auth_negotiate_android.cc', 236 'android/http_auth_negotiate_android.cc',
235 'android/http_auth_negotiate_android.h', 237 'android/http_auth_negotiate_android.h',
236 'android/keystore.cc', 238 'android/keystore.cc',
237 'android/keystore.h', 239 'android/keystore.h',
238 'android/keystore_openssl.cc', 240 'android/keystore_openssl.cc',
239 'android/keystore_openssl.h', 241 'android/keystore_openssl.h',
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 'websockets/websocket_handshake_response_info.h', 1323 'websockets/websocket_handshake_response_info.h',
1322 ], 1324 ],
1323 'net_extras_sources': [ 1325 'net_extras_sources': [
1324 'extras/sqlite/cookie_crypto_delegate.h', 1326 'extras/sqlite/cookie_crypto_delegate.h',
1325 'extras/sqlite/sqlite_channel_id_store.cc', 1327 'extras/sqlite/sqlite_channel_id_store.cc',
1326 'extras/sqlite/sqlite_channel_id_store.h', 1328 'extras/sqlite/sqlite_channel_id_store.h',
1327 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1329 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1328 'extras/sqlite/sqlite_persistent_cookie_store.h', 1330 'extras/sqlite/sqlite_persistent_cookie_store.h',
1329 ], 1331 ],
1330 'net_test_sources': [ 1332 'net_test_sources': [
1333 'android/cellular_signal_strength_unittest.cc',
1331 'android/dummy_spnego_authenticator.cc', 1334 'android/dummy_spnego_authenticator.cc',
1332 'android/dummy_spnego_authenticator.h', 1335 'android/dummy_spnego_authenticator.h',
1333 'android/http_auth_negotiate_android_unittest.cc', 1336 'android/http_auth_negotiate_android_unittest.cc',
1334 'android/keystore_unittest.cc', 1337 'android/keystore_unittest.cc',
1335 'android/network_change_notifier_android_unittest.cc', 1338 'android/network_change_notifier_android_unittest.cc',
1336 'android/traffic_stats_unittest.cc', 1339 'android/traffic_stats_unittest.cc',
1337 'base/address_family_unittest.cc', 1340 'base/address_family_unittest.cc',
1338 'base/address_list_unittest.cc', 1341 'base/address_list_unittest.cc',
1339 'base/address_tracker_linux_unittest.cc', 1342 'base/address_tracker_linux_unittest.cc',
1340 'base/arena_unittest.cc', 1343 'base/arena_unittest.cc',
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3155 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3158 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3156 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3159 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3157 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3160 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3158 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3161 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3159 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3162 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3160 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3163 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3161 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3164 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3162 ], 3165 ],
3163 } 3166 }
3164 } 3167 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698