summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_nacl.gyp
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-07-16 14:05:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-16 21:06:47 +0000
commit15945fd48ba40b6133434c8dfb7c31b4525af64a (patch)
treee2ec9e92eaf4ad51324675748ff740bf5dfb6959 /remoting/remoting_nacl.gyp
parent983bc7cb4593bba22510e31ab73e33c21231e009 (diff)
downloadchromium_src-15945fd48ba40b6133434c8dfb7c31b4525af64a.zip
chromium_src-15945fd48ba40b6133434c8dfb7c31b4525af64a.tar.gz
chromium_src-15945fd48ba40b6133434c8dfb7c31b4525af64a.tar.bz2
Cleanup inconsistencies between GN and GYP in //remoting
1. GN builds were not including some tests included in GYP. 2. Replaced test_common target in gyp with test_support. 3. Removed extra *_common targets for test_driver and moved everything to test_support. 4. test_driver can be compiled using GN now. 5. Various other small cleanups. Review URL: https://codereview.chromium.org/1228283004 Cr-Commit-Position: refs/heads/master@{#339119}
Diffstat (limited to 'remoting/remoting_nacl.gyp')
-rw-r--r--remoting/remoting_nacl.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp
index bbe8f44..be51588 100644
--- a/remoting/remoting_nacl.gyp
+++ b/remoting/remoting_nacl.gyp
@@ -119,6 +119,7 @@
'<@(remoting_client_plugin_sources)',
'<@(remoting_client_sources)',
'<@(remoting_protocol_sources)',
+ '<@(remoting_signaling_sources)',
],
'sources!': [
'base/url_request_context_getter.cc',