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

Unified Diff: remoting/client/BUILD.gn

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
Index: remoting/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index b47888aa8e3cd2d572ee31453a9b6fdfbcb14287..ecbb86d3ec447ff72865f90948c98066ead3feef 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -30,15 +30,9 @@ source_set("unit_tests") {
"audio_player_unittest.cc",
"client_status_logger_unittest.cc",
"key_event_mapper_unittest.cc",
- "plugin/empty_cursor_filter_unittest.cc",
- "plugin/normalizing_input_filter_mac_unittest.cc",
"server_log_entry_client_unittest.cc",
]
- if (is_chromeos) {
- sources += [ "plugin/normalizing_input_filter_cros_unittest.cc" ]
- }
-
deps = [
":client",
"//remoting/proto",

Powered by Google App Engine
This is Rietveld 408576698