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

Unified Diff: chromecast/chromecast.gyp

Issue 1134183004: Chromecast: adds CastMetricsHelper API from Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index ed8261946da5e80e41803afbee1fc4a7099238a4..dd7d56af62777ca78d8a717d47ce4931085d7220 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -448,6 +448,8 @@
'sources': [
'android/cast_jni_registrar.cc',
'android/cast_jni_registrar.h',
+ 'android/cast_metrics_helper_android.cc',
+ 'android/cast_metrics_helper_android.h',
'android/chromecast_config_android.cc',
'android/chromecast_config_android.h',
'android/platform_jni_loader.h',
@@ -532,6 +534,7 @@
'type': 'none',
'sources': [
'browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java',
+ 'browser/android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java',
'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowAndroid.java',
'browser/android/apk/src/org/chromium/chromecast/shell/CastWindowManager.java',
],
« no previous file with comments | « chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698