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

Unified Diff: mojo/environment/BUILD.gn

Issue 695593002: Add Chromium environment application test support. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync and rebase. Created 6 years, 2 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/application/application_test_main_chromium.cc ('k') | mojo/environment/default_run_loop_impl.h » ('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 4b6600ddcfae1ed566e5a42700f9a140c3a79e20..804a95139695d91a62a31c1ca508c7e4e6df2703 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -13,10 +13,6 @@ source_set("chromium") {
"../public/cpp/environment/lib/logging.cc",
]
- deps = [
- "//base",
- ]
-
public_deps = [
":chromium_impl",
]
@@ -32,6 +28,8 @@ component("chromium_impl") {
"default_async_waiter_impl.h",
"default_logger_impl.cc",
"default_logger_impl.h",
+ "default_run_loop_impl.cc",
+ "default_run_loop_impl.h",
]
defines = [
« no previous file with comments | « mojo/application/application_test_main_chromium.cc ('k') | mojo/environment/default_run_loop_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698