summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-03-02 13:08:54 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-02 21:09:32 +0000
commit66c53eef76f7dff97b1bc76d51740c3a9c07844f (patch)
treee2bf20034d59bffefdb7e8d871148b8fc5626cbd /remoting/remoting_test.gypi
parent32e6c72188d6b0b948d668afdc1cb209d44c2e70 (diff)
downloadchromium_src-66c53eef76f7dff97b1bc76d51740c3a9c07844f.zip
chromium_src-66c53eef76f7dff97b1bc76d51740c3a9c07844f.tar.gz
chromium_src-66c53eef76f7dff97b1bc76d51740c3a9c07844f.tar.bz2
Add remoting and PPAPI tests to GN build
Reland of https://codereview.chromium.org/965633002/ TBR=dpranke Review URL: https://codereview.chromium.org/961323004 Cr-Commit-Position: refs/heads/master@{#318756}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 2c34855..055a351 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //remoting:test_support
'target_name': 'remoting_test_common',
'type': 'static_library',
'dependencies': [
@@ -20,6 +21,7 @@
'remoting_resources',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'host/fake_desktop_capturer.cc',
'host/fake_desktop_capturer.h',
'host/fake_desktop_environment.cc',
@@ -71,6 +73,9 @@
# Remoting unit tests
{
+ # GN version: //remoting:remoting_unittests
+ # Note that many of the sources are broken out into subdir-specific unit
+ # test source set targets that then GN version then brings together.
'target_name': 'remoting_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -107,6 +112,7 @@
'../testing/gmock/include',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'base/auto_thread_task_runner_unittest.cc',
'base/auto_thread_unittest.cc',
'base/breakpad_win_unittest.cc',