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

Unified Diff: mojo/mojo.gyp

Issue 330933004: Mojo: Add basic logging facilities to environment. (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
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 34b32ee814c99598a4963e580f9c6a0e6a435b16..bac17f3e785c31886c649beb33ed1ea9821abc2e 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -394,6 +394,7 @@
],
'sources': [
'environment/default_async_waiter.cc',
+ 'environment/default_logger.cc',
'environment/environment.cc',
],
'include_dirs': [
@@ -417,6 +418,8 @@
'sources': [
'environment/default_async_waiter_impl.cc',
'environment/default_async_waiter_impl.h',
+ 'environment/default_logger_impl.cc',
+ 'environment/default_logger_impl.h',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698