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

Unified 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: Test Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gyp ('k') | net/nqe/network_quality_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 5c91e9ea5b3e1f92476367ab8b0eab643ff61559..7dabdaa9a9b105efe3d5c7aa474e015a86c34548 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -227,6 +227,8 @@
'ssl/token_binding.h',
],
'net_non_nacl_sources': [
+ 'android/cellular_signal_strength.cc',
+ 'android/cellular_signal_strength.h',
'android/cert_verify_result_android.cc',
'android/cert_verify_result_android.h',
'android/gurl_utils.cc',
@@ -1330,6 +1332,7 @@
'extras/sqlite/sqlite_persistent_cookie_store.h',
],
'net_test_sources': [
+ 'android/cellular_signal_strength_unittest.cc',
'android/dummy_spnego_authenticator.cc',
'android/dummy_spnego_authenticator.h',
'android/http_auth_negotiate_android_unittest.cc',
« no previous file with comments | « net/net.gyp ('k') | net/nqe/network_quality_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698