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

Unified Diff: remoting/remoting_test.gypi

Issue 543243003: Remote Assistance on Chrome OS Part I - Aura Desktop Capturer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« remoting/remoting_host.gypi ('K') | « remoting/remoting_host.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 0b90f4789a6298656ba40b6dd1f4ec1bfe43bcdc..3bd537a000a669ad5164cedb5c1be1da0941a804 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -131,6 +131,7 @@
'host/branding.cc',
'host/branding.h',
'host/capture_scheduler_unittest.cc',
+ 'host/chromeos/aura_desktop_capturer_unittest.cc',
'host/chromoting_host_context_unittest.cc',
'host/chromoting_host_unittest.cc',
'host/client_session_unittest.cc',
@@ -242,13 +243,13 @@
[ 'chromeos==0', {
'sources!': [
'client/plugin/normalizing_input_filter_cros_unittest.cc',
+ 'host/chromeos/aura_desktop_capturer_unittest.cc',
],
}],
['enable_remoting_host == 0', {
'dependencies!': [
'remoting_host',
'remoting_host_setup_base',
- 'remoting_it2me_host_static',
'remoting_native_messaging_base',
],
'sources/': [
@@ -257,6 +258,14 @@
['exclude', '^base/resources_unittest\\.cc$'],
]
}],
+ ['enable_it2me_host == 0', {
+ 'dependencies!': [
+ 'remoting_it2me_host_static',
+ ],
+ 'sources/': [
+ ['exclude', '^host/it2me/'],
+ ]
+ }],
[ 'OS == "linux" and use_allocator!="none"', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
« remoting/remoting_host.gypi ('K') | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698