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

Unified Diff: base/BUILD.gn

Issue 2296783002: Adds new logging type SYSLOG which logs to the system log. (Closed)
Patch Set: Moved the SYSLOG code to a separate file. Created 4 years, 3 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 8bec3f9dbbe9c3eaf0e42858311135b69f6754f1..73ed2b9687e42e9d95c1e0c97c0fa71fde5bd93a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -744,6 +744,8 @@ component("base") {
"sys_info.h",
"sys_info_android.cc",
"sys_info_chromeos.cc",
+ "syslog_logging.cc",
+ "syslog_logging.h",
#"sys_info_freebsd.cc", # Unused in Chromium build.
"sys_info_ios.mm",
« no previous file with comments | « PRESUBMIT_test_mocks.py ('k') | base/logging.h » ('j') | base/syslog_logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698