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

Unified Diff: remoting/remoting.gyp

Issue 11018004: Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows build. Created 8 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 | « remoting/host/win/session_desktop_environment_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e9d43d9014c5ed45717c02a917437ad16c4ac8c7..4afd75895f8ce3bae8f8c703b78ad3429e51066d 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1347,6 +1347,8 @@
'host/dns_blackhole_checker.cc',
'host/dns_blackhole_checker.h',
'host/event_executor.h',
+ 'host/event_executor_fake.cc',
+ 'host/event_executor_fake.h',
'host/event_executor_linux.cc',
'host/event_executor_mac.cc',
'host/event_executor_win.cc',
@@ -1892,8 +1894,6 @@
'host/client_session_unittest.cc',
'host/differ_block_unittest.cc',
'host/differ_unittest.cc',
- 'host/event_executor_fake.cc',
- 'host/event_executor_fake.h',
'host/heartbeat_sender_unittest.cc',
'host/host_key_pair_unittest.cc',
'host/host_mock_objects.cc',
« no previous file with comments | « remoting/host/win/session_desktop_environment_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698