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

Unified Diff: services/service_manager/runner/common/BUILD.gn

Issue 2680973006: Mojo EDK: Add safe process connection API (Closed)
Patch Set: . Created 3 years, 10 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/service_manager/README.md ('k') | services/service_manager/runner/common/client_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/runner/common/BUILD.gn
diff --git a/services/service_manager/runner/common/BUILD.gn b/services/service_manager/runner/common/BUILD.gn
index be0442a6b0503d3c107a0e565b59e4baa050e733..c4ba43a15514bad2ae1ea2311b9a89298725e1c3 100644
--- a/services/service_manager/runner/common/BUILD.gn
+++ b/services/service_manager/runner/common/BUILD.gn
@@ -12,12 +12,12 @@ source_set("common") {
deps = [
"//base",
- "//mojo/edk/system",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
]
public_deps = [
+ "//mojo/edk/system",
"//services/service_manager/public/interfaces",
]
}
« no previous file with comments | « services/service_manager/README.md ('k') | services/service_manager/runner/common/client_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698