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

Unified Diff: webrtc/api/api.gyp

Issue 2403463002: Allow custom metrics implementations on Android. (Closed)
Patch Set: Created 4 years, 2 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 | « webrtc/api/android/jni/androidmetrics_jni.cc ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index d017cda2d621f18b51e05a48ba8027ca580e9a7c..e84e5c45a45c7e7eaa9e27b7eae6aadbe00e86be 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -40,7 +40,7 @@
'android/jni/androidmediadecoder_jni.h',
'android/jni/androidmediaencoder_jni.cc',
'android/jni/androidmediaencoder_jni.h',
- 'android/jni/androidmetrics_jni.cc',
+ 'android/jni/androidhistogram_jni.cc',
'android/jni/androidnetworkmonitor_jni.cc',
'android/jni/androidnetworkmonitor_jni.h',
'android/jni/androidvideotracksource_jni.cc',
@@ -82,6 +82,7 @@
'libjingle_peerconnection_jni',
],
'sources': [
+ 'android/jni/androidmetrics_jni.cc',
'android/jni/jni_onload.cc',
],
'variables': {
« no previous file with comments | « webrtc/api/android/jni/androidmetrics_jni.cc ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698