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

Unified Diff: remoting/remoting.gyp

Issue 10825121: Remove the need to have separate config for authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index bfd57da464eaf9a90180924fada1e9f8e688eda6..5269e6acc9b9ba2b31a40a4adf1086cd7e2aefca 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1204,6 +1204,8 @@
'host/clipboard_linux.cc',
'host/clipboard_mac.mm',
'host/clipboard_win.cc',
+ 'host/composite_host_config.cc',
+ 'host/composite_host_config.h',
'host/constants.h',
'host/constants_mac.cc',
'host/constants_mac.h',
@@ -1225,10 +1227,10 @@
'host/event_executor_linux.cc',
'host/event_executor_mac.cc',
'host/event_executor_win.cc',
- 'host/heartbeat_sender.cc',
- 'host/heartbeat_sender.h',
'host/gaia_oauth_client.cc',
'host/gaia_oauth_client.h',
+ 'host/heartbeat_sender.cc',
+ 'host/heartbeat_sender.h',
'host/host_config.cc',
'host/host_config.h',
'host/host_key_pair.cc',

Powered by Google App Engine
This is Rietveld 408576698