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

Unified Diff: mojo/environment/BUILD.gn

Issue 342653004: Mojo: Add logging macros (and supporting code) for use in mojo/public/cpp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | mojo/mojo.gyp » ('j') | mojo/public/cpp/environment/logging.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/BUILD.gn
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
index 3144c7b9803d0fb62c221be7ee2a77285e82ce09..d25a94d58ea3184d9bc83c44333f52ec6b65b24d 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -8,6 +8,9 @@ static_library("chromium") {
sources = [
"environment.cc",
+ # TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
+ "../public/cpp/environment/logging.h",
+ "../public/cpp/environment/lib/logging.cc",
]
deps = [
« no previous file with comments | « no previous file | mojo/mojo.gyp » ('j') | mojo/public/cpp/environment/logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698