Index: components/filesystem/BUILD.gn |
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn |
index f9d9d0510cd9b66d47777b29ea859360b3939a69..5cfeed20b269995e3e6b5f904a845dc7dfc52adc 100644 |
--- a/components/filesystem/BUILD.gn |
+++ b/components/filesystem/BUILD.gn |
@@ -71,6 +71,7 @@ mojo_native_application("apptests") { |
] |
deps = [ |
+ ":apptest_manifest", |
"//base", |
"//components/filesystem/public/interfaces", |
"//mojo/common", |
@@ -83,3 +84,8 @@ mojo_native_application("apptests") { |
":filesystem", |
] |
} |
+ |
+mojo_application_manifest("apptest_manifest") { |
+ application_name = "filesystem_apptests" |
+ source = "apptest_manifest.json" |
+} |