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

Unified Diff: remoting/remoting_test.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_srcs.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 2c34855efb2a58a3c91f75a2f1d48c5fc73b5580..055a351d67525d4409820fbdf33122a7448304de 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',
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698