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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2955463002: Add log source to read from one DebugDaemon log (Closed)
Patch Set: Rebased: updated to latest DebugDaemonClient; Browser thread bundle Created 3 years, 6 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 | chrome/browser/chromeos/system_logs/single_debug_daemon_log_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index c4c84a32eca134c27ad7053ef9d548e14f28bb65..6e4bd4831584ab0f367041de1fd2c3550a1ea6a9 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1435,6 +1435,8 @@ source_set("chromeos") {
"system_logs/device_event_log_source.h",
"system_logs/lsb_release_log_source.cc",
"system_logs/lsb_release_log_source.h",
+ "system_logs/single_debug_daemon_log_source.cc",
+ "system_logs/single_debug_daemon_log_source.h",
"system_logs/single_log_source.cc",
"system_logs/single_log_source.h",
"system_logs/touch_log_source.h",
@@ -1864,6 +1866,7 @@ source_set("unit_tests") {
"status/data_promo_notification_unittest.cc",
"system/automatic_reboot_manager_unittest.cc",
"system/device_disabling_manager_unittest.cc",
+ "system_logs/single_debug_daemon_log_source_unittest.cc",
"system_logs/single_log_source_unittest.cc",
"tether/tether_service_unittest.cc",
"ui/accessibility_focus_ring_controller_unittest.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_logs/single_debug_daemon_log_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698