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

Unified Diff: remoting/signaling/BUILD.gn

Issue 1972793002: TelemetryLogWriter cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: client_telemetry_logger_unittest: remove unused includes Created 4 years, 7 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/signaling/BUILD.gn
diff --git a/remoting/signaling/BUILD.gn b/remoting/signaling/BUILD.gn
index 7afaad376c3d192e02f1e4dcb07e1c316613c0ff..db2cf9820bed6189fd51f6ca67032f115e66325f 100644
--- a/remoting/signaling/BUILD.gn
+++ b/remoting/signaling/BUILD.gn
@@ -29,10 +29,8 @@ source_set("signaling") {
if (is_nacl) {
sources -= [
- "chromoting_event.cc",
"log_to_server.cc",
"server_log_entry.cc",
- "telemetry_log_writer.cc",
"xmpp_signal_strategy.cc",
]
}
@@ -64,7 +62,6 @@ source_set("unit_tests") {
"push_notification_subscriber_unittest.cc",
"server_log_entry_unittest.cc",
"server_log_entry_unittest.h",
- "telemetry_log_writer_unittest.cc",
"xmpp_login_handler_unittest.cc",
"xmpp_signal_strategy_unittest.cc",
"xmpp_stream_parser_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698