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

Unified Diff: mojo/mojo_public.gypi

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_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 760a849eb531fe969fe334ea0350c58c484b5697..516f6f6d6a9424d6d79cb3a9db8d417bea6344a0 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -161,6 +161,7 @@
],
'sources': [
'public/cpp/environment/tests/async_waiter_unittest.cc',
+ 'public/cpp/environment/tests/logger_unittest.cc',
],
},
{
@@ -316,9 +317,13 @@
'target_name': 'mojo_environment_standalone',
'type': 'static_library',
'sources': [
+ 'public/c/environment/async_waiter.h',
+ 'public/c/environment/logger.h',
'public/cpp/environment/default_async_waiter.h',
+ 'public/cpp/environment/default_logger.h',
'public/cpp/environment/environment.h',
'public/cpp/environment/lib/default_async_waiter.cc',
+ 'public/cpp/environment/lib/default_logger.cc',
'public/cpp/environment/lib/environment.cc',
],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698