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

Unified Diff: remoting/remoting.gyp

Issue 14979008: unittests for Chromoting native messaging host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some clang-format fixes Created 7 years, 7 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 b185270237fcf83443e443319026f43ee7533dbc..1079a15a7f186afbdd53d4b81f25c6a440923d31 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2636,6 +2636,14 @@
'host/resizing_host_observer_unittest.cc',
'host/screen_resolution_unittest.cc',
'host/server_log_entry_unittest.cc',
+ 'host/setup/mock_daemon_controller.cc',
+ 'host/setup/mock_daemon_controller.h',
+ 'host/setup/native_messaging_host.cc',
Sergey Ulanov 2013/05/18 01:59:31 now these files are compiled twice. Move them to r
Lambros 2013/05/22 21:42:18 Done.
+ 'host/setup/native_messaging_host_unittest.cc',
+ 'host/setup/native_messaging_reader.cc',
+ 'host/setup/native_messaging_reader_unittest.cc',
+ 'host/setup/native_messaging_writer.cc',
+ 'host/setup/native_messaging_writer_unittest.cc',
'host/setup/oauth_helper_unittest.cc',
'host/setup/pin_validator_unittest.cc',
'host/token_validator_factory_impl_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698