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

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: Covering BUILD.gn as well. 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
« remoting/client/plugin/BUILD.gn ('K') | « remoting/client/plugin/BUILD.gn ('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 bd0ae5a89ef795ce3e7d297f4bd7d5513ed473d5..1c66fe5867547820d35d96f58fdcffc97e52867d 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',
- '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,9 @@
'dependencies!': [
'remoting_client_plugin',
],
+ 'sources/': [
+ ['exclude', '^client/plugin/'],
+ ]
}],
[ 'OS=="android"', {
'dependencies': [
« remoting/client/plugin/BUILD.gn ('K') | « remoting/client/plugin/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698