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

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: GN updates, initialize pointer to nullptr 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
« no previous file with comments | « chromecast/browser/metrics/platform_metrics_providers_simple.cc ('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 c0ae948200f41a6c33b978b07a21567f8d2bbe28..39db0d4e2de19cf8a5b033682b97ef5f518c866a 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -345,7 +345,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',
@@ -381,7 +380,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',
@@ -415,6 +413,7 @@
['OS=="android"', {
'dependencies': [
'../components/components.gyp:cdm_browser',
+ '../components/components.gyp:external_video_surface',
'cast_jni_headers',
],
}],
@@ -520,7 +519,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',
« no previous file with comments | « chromecast/browser/metrics/platform_metrics_providers_simple.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698