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

Unified Diff: mojo/mojo.gyp

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: split lines 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 | « mojo/environment/BUILD.gn ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 4aff6d599eb0fbf5de5a5e781ccb5283b6612105..9421a9a90b7faafe320f4819b9ecf8705c68add7 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -395,6 +395,9 @@
],
'sources': [
'environment/environment.cc',
+ # TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
+ "public/cpp/environment/logging.h",
+ "public/cpp/environment/lib/logging.h",
],
'include_dirs': [
'..',
« no previous file with comments | « mojo/environment/BUILD.gn ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698