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

Unified Diff: remoting/remoting_host_srcs.gypi

Issue 961323004: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync tests Created 5 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/remoting_host.gypi ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_srcs.gypi
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index fbdfc71c21f814495fffac3dc14fd66a5010efc6..c393acc6d8be1ea3db603574a97a766f1ec693c2 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -259,7 +259,41 @@
'host/win/wts_terminal_monitor.h',
'host/win/wts_terminal_observer.h',
],
- 'remoting_cast_sources' : [
+ 'remoting_host_setup_sources': [
+ 'host/setup/daemon_controller.cc',
+ 'host/setup/daemon_controller.h',
+ '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/me2me_native_messaging_host.cc',
+ 'host/setup/me2me_native_messaging_host.h',
+ 'host/setup/oauth_client.cc',
+ 'host/setup/oauth_client.h',
+ 'host/setup/oauth_helper.cc',
+ 'host/setup/oauth_helper.h',
+ 'host/setup/pin_validator.cc',
+ 'host/setup/pin_validator.h',
+ 'host/setup/service_client.cc',
+ 'host/setup/service_client.h',
+ 'host/setup/test_util.cc',
+ 'host/setup/test_util.h',
+ 'host/setup/win/auth_code_getter.cc',
+ 'host/setup/win/auth_code_getter.h',
+ ],
+ 'remoting_host_native_messaging_sources': [
+ 'host/native_messaging/native_messaging_pipe.cc',
+ 'host/native_messaging/native_messaging_pipe.h',
+ 'host/native_messaging/native_messaging_reader.cc',
+ 'host/native_messaging/native_messaging_reader.h',
+ 'host/native_messaging/native_messaging_writer.cc',
+ 'host/native_messaging/native_messaging_writer.h',
+ 'host/native_messaging/pipe_messaging_channel.cc',
+ 'host/native_messaging/pipe_messaging_channel.h',
+ ],
+ 'remoting_cast_sources': [
'host/cast_extension.cc',
'host/cast_extension.h',
'host/cast_extension_session.cc',
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698