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

Unified Diff: remoting/base/BUILD.gn

Issue 1972793002: TelemetryLogWriter cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback 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
« no previous file with comments | « no previous file | remoting/base/chromoting_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/BUILD.gn
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index 7139befbc3d0f7d4fca4b3ce8d7b337db7ee7c42..ff2b38f1b0d3f73cd1daf48265b0e06bc284f3bb 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -27,6 +27,8 @@ source_set("base") {
if (is_nacl) {
sources -= [
"chromium_url_request.cc",
+ "chromoting_event.cc",
+ "telemetry_log_writer.cc",
"url_request_context_getter.cc",
]
}
@@ -67,6 +69,7 @@ source_set("unit_tests") {
"rsa_key_pair_unittest.cc",
"run_all_unittests.cc",
"running_samples_unittest.cc",
+ "telemetry_log_writer_unittest.cc",
"test_rsa_key_pair.h",
"typed_buffer_unittest.cc",
"util_unittest.cc",
« no previous file with comments | « no previous file | remoting/base/chromoting_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698