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

Unified Diff: chromecast/chromecast.gyp

Issue 701633002: Chromecast: adds handler to log metrics from external processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style nit Created 6 years, 1 month 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: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index efb445cab1dabf99d219e3764ebd20b1369608e7..22a8085c6aa3f2ae3579559f232f92029f8e9bd8 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -199,6 +199,18 @@
}],
],
}],
+ # ExternalMetrics not necessary on Android and (as of this writing) uses
+ # non-portable filesystem operations. Also webcrypto is not used on
+ # Android either.
+ ['OS=="linux"', {
+ 'sources': [
+ 'browser/metrics/external_metrics.cc',
+ 'browser/metrics/external_metrics.h',
+ ],
+ 'dependencies': [
+ '../components/components.gyp:metrics_serialization',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698