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

Unified Diff: remoting/remoting.gyp

Issue 23606019: Refactor the daemon controller so that the callbacks are called on the caller thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 848328903706ae9fe89098f86ccf466e35f48b6d..bef623f8b15579b60afc5d87fd2ae1b69be16519 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -577,10 +577,14 @@
'VERSION=<(version_full)',
],
'sources': [
+ 'host/setup/daemon_controller.cc',
'host/setup/daemon_controller.h',
- 'host/setup/daemon_controller_linux.cc',
- 'host/setup/daemon_controller_mac.mm',
- 'host/setup/daemon_controller_win.cc',
+ 'host/setup/daemon_controller_delegate_linux.cc',
+ 'host/setup/daemon_controller_delegate_linux.h',
+ 'host/setup/daemon_controller_delegate_mac.h',
+ 'host/setup/daemon_controller_delegate_mac.mm',
+ 'host/setup/daemon_controller_delegate_win.cc',
+ 'host/setup/daemon_controller_delegate_win.h',
'host/setup/daemon_installer_win.cc',
'host/setup/daemon_installer_win.h',
'host/setup/host_starter.cc',

Powered by Google App Engine
This is Rietveld 408576698