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

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 15d9d9de25b3a11819f07281169c26195aa41f66..d19134a97f3f90c866666dbe704705c24de63bbe 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -59,6 +59,7 @@ source_set("shell") {
test("mojo_shell_unittests") {
sources = [
"application_manager_unittest.cc",
+ "capability_filter_unittest.cc",
"query_util_unittest.cc",
]
@@ -75,6 +76,7 @@ test("mojo_shell_unittests") {
mojom("test_bindings") {
sources = [
+ "capability_filter_unittest.mojom",
"test.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698