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

Unified Diff: remoting/remoting_test.gypi

Issue 579583003: Revert of 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
« no previous file with comments | « 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 3bd537a000a669ad5164cedb5c1be1da0941a804..0b90f4789a6298656ba40b6dd1f4ec1bfe43bcdc 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -131,7 +131,6 @@
'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',
@@ -243,27 +242,19 @@
[ '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/': [
['exclude', '^codec/'],
['exclude', '^host/'],
['exclude', '^base/resources_unittest\\.cc$'],
- ]
- }],
- ['enable_it2me_host == 0', {
- 'dependencies!': [
- 'remoting_it2me_host_static',
- ],
- 'sources/': [
- ['exclude', '^host/it2me/'],
]
}],
[ 'OS == "linux" and use_allocator!="none"', {
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698