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

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: 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 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 d4b6d140c5de3f5701b4e38e850ad86800f4675c..51958689695546e2d0453b96c8d9ff352b1931dc 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -417,6 +417,8 @@
'quic/reliable_quic_stream.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',
@@ -1332,6 +1334,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',
« 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