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

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: Addressed Paul's comments 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index d938c56cbc4517f0ccd6bb95ad56b01fd37f1dcc..78c180e63f7c4847d17e286213bac01f7e478ac4 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -226,6 +226,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',
@@ -1321,6 +1323,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',

Powered by Google App Engine
This is Rietveld 408576698