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', |
+ ], |
+ }], |
], |
}, |
{ |