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

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

Issue 2956513004: Rename SingleLogSource to SingleLogFileLogSource (Closed)
Patch Set: Rebased Created 3 years, 5 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_log_file_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 d2061becd534c52ee789eecaffc3327fd457d623..00a4d7d6f1b986ac031b8840c92e083947e74aee 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1439,8 +1439,8 @@ source_set("chromeos") {
"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/single_log_file_log_source.cc",
+ "system_logs/single_log_file_log_source.h",
"system_logs/touch_log_source.h",
"system_logs/touch_log_source_ozone.cc",
"system_logs/touch_log_source_x11.cc",
@@ -1870,7 +1870,7 @@ source_set("unit_tests") {
"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",
+ "system_logs/single_log_file_log_source_unittest.cc",
"tether/tether_service_unittest.cc",
"ui/accessibility_focus_ring_controller_unittest.cc",
"ui/idle_app_name_notification_view_unittest.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_logs/single_log_file_log_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698