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

Unified Diff: chromecast/chromecast.gyp

Issue 1298473004: [Chromecast] Moves persistent UMA client ID handling to common code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: persistedclientid --> forceclientid, review comments Created 5 years, 4 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: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index cfa9f1bf9492bc1c2707d88739f70ea90741abcc..24cd72ef49db34371addd840e1f433651bfb0cc4 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -346,7 +346,6 @@
'browser/metrics/cast_metrics_service_client.h',
'browser/metrics/cast_stability_metrics_provider.cc',
'browser/metrics/cast_stability_metrics_provider.h',
- 'browser/metrics/platform_metrics_providers.h',
'browser/pref_service_helper.cc',
'browser/pref_service_helper.h',
'browser/service/cast_service.cc',
@@ -382,7 +381,6 @@
'browser/cast_content_browser_client_simple.cc',
'browser/cast_network_delegate_simple.cc',
'browser/devtools/remote_debugging_server_simple.cc',
- 'browser/metrics/platform_metrics_providers_simple.cc',
'browser/pref_service_helper_simple.cc',
'browser/service/cast_service_android.cc',
'browser/service/cast_service_android.h',
@@ -416,6 +414,7 @@
['OS=="android"', {
'dependencies': [
'../components/components.gyp:cdm_browser',
+ '../components/components.gyp:external_video_surface',
'cast_jni_headers',
],
}],
@@ -521,7 +520,6 @@
'cast_version_header',
'../base/base.gyp:base',
'../components/components.gyp:breakpad_host',
- '../components/components.gyp:external_video_surface',
'../content/content.gyp:content',
'../skia/skia.gyp:skia',
'../ui/gfx/gfx.gyp:gfx',

Powered by Google App Engine
This is Rietveld 408576698