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

Unified Diff: remoting/protocol/BUILD.gn

Issue 1460593005: Make protocol::ConnectionToClient an abstract interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index f5d79ca57b59e1f0bce76b30830ab6958ce1e9ed..0d638075d9ccb5945a82197e8a886c4578d2e521 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -76,8 +76,8 @@ source_set("unit_tests") {
"clipboard_filter_unittest.cc",
"connection_tester.cc",
"connection_tester.h",
- "connection_to_client_unittest.cc",
"content_description_unittest.cc",
+ "ice_connection_to_client_unittest.cc",
"input_event_tracker_unittest.cc",
"input_filter_unittest.cc",
"jingle_messages_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698