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

Unified Diff: mojo/environment/BUILD.gn

Issue 339403003: Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of 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
« no previous file with comments | « mojo/bindings/js/waiting_callback.cc ('k') | mojo/environment/default_async_waiter.cc » ('j') | no next file with comments »
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 8cead32ddcb398904ca61fa868c98ba9dae86ba9..3144c7b9803d0fb62c221be7ee2a77285e82ce09 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -7,7 +7,6 @@ static_library("chromium") {
output_name = "mojo_environment_chromium"
sources = [
- "default_async_waiter.cc",
"environment.cc",
]
@@ -29,6 +28,8 @@ component("chromium_impl") {
sources = [
"default_async_waiter_impl.cc",
"default_async_waiter_impl.h",
+ "default_logger_impl.cc",
+ "default_logger_impl.h",
]
defines = [
« no previous file with comments | « mojo/bindings/js/waiting_callback.cc ('k') | mojo/environment/default_async_waiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698