summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-02-27 15:24:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-27 23:25:09 +0000
commitd0437210926b14b1b7e06b2b56174fc92ade9c37 (patch)
treeab29c67796b2f7b5223826630505bbbce13a3a51 /remoting/remoting_host.gypi
parent56d7f6d8776081bccab0fb7c42188af2d9ae3101 (diff)
downloadchromium_src-d0437210926b14b1b7e06b2b56174fc92ade9c37.zip
chromium_src-d0437210926b14b1b7e06b2b56174fc92ade9c37.tar.gz
chromium_src-d0437210926b14b1b7e06b2b56174fc92ade9c37.tar.bz2
Add remoting and PPAPI tests to GN build
BUG= Review URL: https://codereview.chromium.org/965633002 Cr-Commit-Position: refs/heads/master@{#318539}
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r--remoting/remoting_host.gypi34
1 files changed, 4 insertions, 30 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index e818a97..8978ffc 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -211,6 +211,7 @@
}, # end of target 'remoting_host'
{
+ # GN version: //remoting/host/native_messaging
'target_name': 'remoting_native_messaging_base',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -218,18 +219,12 @@
'../base/base.gyp:base',
],
'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_host_native_messaging_sources)',
],
}, # end of target 'remoting_native_messaging_base'
{
+ # GN version: //remoting/host/setup
'target_name': 'remoting_host_setup_base',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -242,28 +237,7 @@
'VERSION=<(version_full)',
],
'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_setup_sources)',
],
'conditions': [
['OS=="win"', {