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", |
] |
} |