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

Unified Diff: mojo/logging/BUILD.gn

Issue 1304893008: Adds a common way to initialize logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « mandoline/services/core_services/core_services_application_delegate.cc ('k') | mojo/logging/init_logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/logging/BUILD.gn
diff --git a/components/crash_keys/BUILD.gn b/mojo/logging/BUILD.gn
similarity index 75%
copy from components/crash_keys/BUILD.gn
copy to mojo/logging/BUILD.gn
index d15cd18be91424972fa2fe50d60cb58c01aee8b5..6cdea1d1f1f0705a1bf2a687232df7118b4c90d2 100644
--- a/components/crash_keys/BUILD.gn
+++ b/mojo/logging/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("crash_keys") {
+source_set("logging") {
sources = [
- "crash_keys.cc",
- "crash_keys.h",
+ "init_logging.cc",
+ "init_logging.h",
]
deps = [
« no previous file with comments | « mandoline/services/core_services/core_services_application_delegate.cc ('k') | mojo/logging/init_logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698