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

Unified Diff: remoting/remoting_test.gypi

Issue 1010803014: Fixing building of remoting_unittests_apk target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | 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 bd0ae5a89ef795ce3e7d297f4bd7d5513ed473d5..832524d11c877417d76017ca49dcf9a4ba7dcca9 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -246,8 +246,6 @@
'protocol/ssl_hmac_channel_authenticator_unittest.cc',
'protocol/third_party_authenticator_unittest.cc',
'protocol/v2_authenticator_unittest.cc',
- 'signaling/fake_signal_strategy.cc',
Łukasz Anforowicz 2015/03/23 23:57:11 The removed source files are also present in remot
- 'signaling/fake_signal_strategy.h',
'signaling/iq_sender_unittest.cc',
'signaling/log_to_server_unittest.cc',
'signaling/server_log_entry_unittest.cc',
@@ -279,6 +277,12 @@
'dependencies!': [
'remoting_client_plugin',
],
+ 'sources!': [
Lambros 2015/03/24 00:19:20 I think you should remove everything from plugin/
Łukasz Anforowicz 2015/03/24 17:10:23 Good point. Done.
+ 'client/plugin/empty_cursor_filter_unittest.cc',
+ 'client/plugin/normalizing_input_filter_cros_unittest.cc',
+ 'client/plugin/normalizing_input_filter_mac_unittest.cc',
+ 'client/plugin/touch_input_scaler_unittest.cc',
Łukasz Anforowicz 2015/03/23 23:57:11 Since we are removing remoting_client_plugin when
+ ],
}],
[ 'OS=="android"', {
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698