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

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: Rebased Created 4 years, 8 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'quic/quic_unacked_packet_map.h', 410 'quic/quic_unacked_packet_map.h',
411 'quic/quic_utils.cc', 411 'quic/quic_utils.cc',
412 'quic/quic_utils.h', 412 'quic/quic_utils.h',
413 'quic/quic_utils_chromium.h', 413 'quic/quic_utils_chromium.h',
414 'quic/quic_write_blocked_list.cc', 414 'quic/quic_write_blocked_list.cc',
415 'quic/quic_write_blocked_list.h', 415 'quic/quic_write_blocked_list.h',
416 'quic/reliable_quic_stream.cc', 416 'quic/reliable_quic_stream.cc',
417 'quic/reliable_quic_stream.h', 417 'quic/reliable_quic_stream.h',
418 ], 418 ],
419 'net_non_nacl_sources': [ 419 'net_non_nacl_sources': [
420 'android/cellular_signal_strength.cc',
421 'android/cellular_signal_strength.h',
420 'android/cert_verify_result_android.cc', 422 'android/cert_verify_result_android.cc',
421 'android/cert_verify_result_android.h', 423 'android/cert_verify_result_android.h',
422 'android/gurl_utils.cc', 424 'android/gurl_utils.cc',
423 'android/gurl_utils.h', 425 'android/gurl_utils.h',
424 'android/http_auth_negotiate_android.cc', 426 'android/http_auth_negotiate_android.cc',
425 'android/http_auth_negotiate_android.h', 427 'android/http_auth_negotiate_android.h',
426 'android/keystore.cc', 428 'android/keystore.cc',
427 'android/keystore.h', 429 'android/keystore.h',
428 'android/keystore_openssl.cc', 430 'android/keystore_openssl.cc',
429 'android/keystore_openssl.h', 431 'android/keystore_openssl.h',
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'websockets/websocket_handshake_response_info.h', 1327 'websockets/websocket_handshake_response_info.h',
1326 ], 1328 ],
1327 'net_extras_sources': [ 1329 'net_extras_sources': [
1328 'extras/sqlite/cookie_crypto_delegate.h', 1330 'extras/sqlite/cookie_crypto_delegate.h',
1329 'extras/sqlite/sqlite_channel_id_store.cc', 1331 'extras/sqlite/sqlite_channel_id_store.cc',
1330 'extras/sqlite/sqlite_channel_id_store.h', 1332 'extras/sqlite/sqlite_channel_id_store.h',
1331 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1333 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1332 'extras/sqlite/sqlite_persistent_cookie_store.h', 1334 'extras/sqlite/sqlite_persistent_cookie_store.h',
1333 ], 1335 ],
1334 'net_test_sources': [ 1336 'net_test_sources': [
1337 'android/cellular_signal_strength_unittest.cc',
1335 'android/dummy_spnego_authenticator.cc', 1338 'android/dummy_spnego_authenticator.cc',
1336 'android/dummy_spnego_authenticator.h', 1339 'android/dummy_spnego_authenticator.h',
1337 'android/http_auth_negotiate_android_unittest.cc', 1340 'android/http_auth_negotiate_android_unittest.cc',
1338 'android/keystore_unittest.cc', 1341 'android/keystore_unittest.cc',
1339 'android/network_change_notifier_android_unittest.cc', 1342 'android/network_change_notifier_android_unittest.cc',
1340 'android/traffic_stats_unittest.cc', 1343 'android/traffic_stats_unittest.cc',
1341 'base/address_family_unittest.cc', 1344 'base/address_family_unittest.cc',
1342 'base/address_list_unittest.cc', 1345 'base/address_list_unittest.cc',
1343 'base/address_tracker_linux_unittest.cc', 1346 'base/address_tracker_linux_unittest.cc',
1344 'base/backoff_entry_serializer_unittest.cc', 1347 'base/backoff_entry_serializer_unittest.cc',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 "websockets/websocket_handshake_stream_create_helper.cc", 2005 "websockets/websocket_handshake_stream_create_helper.cc",
2003 "websockets/websocket_handshake_stream_create_helper.h", 2006 "websockets/websocket_handshake_stream_create_helper.h",
2004 "websockets/websocket_inflater.cc", 2007 "websockets/websocket_inflater.cc",
2005 "websockets/websocket_inflater.h", 2008 "websockets/websocket_inflater.h",
2006 "websockets/websocket_mux.h", 2009 "websockets/websocket_mux.h",
2007 "websockets/websocket_stream.cc", 2010 "websockets/websocket_stream.cc",
2008 "websockets/websocket_stream.h", 2011 "websockets/websocket_stream.h",
2009 ], 2012 ],
2010 } 2013 }
2011 } 2014 }
OLDNEW
« net/android/java/src/org/chromium/net/AndroidCellularSignalStrength.java ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698