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

Unified Diff: mojo/shell/BUILD.gn

Issue 1244233002: Allow trusted brokers to restrict connections for spawned applications to whitelisted applications … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 5714d3b245c1144914632ed455444c3b20e5ef55..ee37c064f05181ebffb38bb708de2557309d17bb 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -58,6 +58,7 @@ source_set("shell") {
test("mojo_shell_unittests") {
sources = [
"application_manager_unittest.cc",
+ "capability_filter_unittest.cc",
"query_util_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698