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

Unified Diff: services/shell/tests/shell/BUILD.gn

Issue 2179023004: Make Service own ServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/shell/tests/lifecycle/parent.cc ('k') | services/shell/tests/shell/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/shell/BUILD.gn
diff --git a/services/shell/tests/shell/BUILD.gn b/services/shell/tests/shell/BUILD.gn
index 4935bb380fe52ed821c3bd4c0bf1adaf44c7e5fb..bbce4bce7a22be3a89f550e261a9dd6e8a666805 100644
--- a/services/shell/tests/shell/BUILD.gn
+++ b/services/shell/tests/shell/BUILD.gn
@@ -35,6 +35,10 @@ mojom("interfaces") {
"shell_unittest.mojom",
]
+ deps = [
+ "//services/shell/public/interfaces",
+ ]
+
use_new_wrapper_types = false
}
« no previous file with comments | « services/shell/tests/lifecycle/parent.cc ('k') | services/shell/tests/shell/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698