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

Unified Diff: remoting/remoting.gyp

Issue 6461023: Fix up mac test client and simple host for remoting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/protocol/protocol_test_client.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 0ee8142de85cc1db6e7d7184631091800cf6bb90..7356a5e30131566bc6fdbda3902268fbad60ec71 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -294,6 +294,8 @@
'host/capturer_fake_ascii.cc',
'host/capturer_fake_ascii.h',
'host/simple_host_process.cc',
+ '../base/test/mock_chrome_application_mac.mm',
+ '../base/test/mock_chrome_application_mac.h',
],
}, # end of target 'chromoting_simple_host'
@@ -429,6 +431,8 @@
],
'sources': [
'protocol/protocol_test_client.cc',
+ '../base/test/mock_chrome_application_mac.mm',
+ '../base/test/mock_chrome_application_mac.h',
],
}, # end of target 'chromotocol_test_client'
« no previous file with comments | « remoting/protocol/protocol_test_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698