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

Unified Diff: chromecast/chromecast.gyp

Issue 687723002: Chromecast: adds platform hooks for initializing client-auth support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removes unittest support file. Created 6 years, 2 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/cast_browser_main_parts.cc ('k') | chromecast/common/platform_client_auth.h » ('j') | 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 d7a25e809e2ba12b89b850c0bef8305278698aab..fbe0bcc526574d488ef15e45aa1e2ebc80c45895 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -162,6 +162,7 @@
'common/chromecast_config.h',
'common/chromecast_switches.cc',
'common/chromecast_switches.h',
+ 'common/platform_client_auth.h',
'common/pref_names.cc',
'common/pref_names.h',
'renderer/cast_content_renderer_client.cc',
@@ -181,6 +182,7 @@
'browser/metrics/platform_metrics_providers_simple.cc',
'browser/webui/webui_cast_simple.cc',
'common/chromecast_config_simple.cc',
+ 'common/platform_client_auth_simple.cc',
'renderer/key_systems_cast_simple.cc',
],
'conditions': [
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/common/platform_client_auth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698