Index: chrome/browser/BUILD.gn |
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
index 0bc2ce4bcea8e110f02f551e7d9a4f1056f08235..6e47426b4f418aee9d76a38ba919e54eb5f62bdb 100644 |
--- a/chrome/browser/BUILD.gn |
+++ b/chrome/browser/BUILD.gn |
@@ -1020,10 +1020,13 @@ grit("resources") { |
rebase_path(additional_modules_list_file, root_build_dir), |
"-E", |
"root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), |
+ "-E", |
+ "root_out_dir=" + rebase_path(root_out_dir, root_build_dir), |
] |
deps = [ |
":chrome_internal_resources_gen", |
+ "//chrome/app:mojo_manifests", |
# Depend only on the generated mojo bindings since we read the .mojom.js |
# file, rather than the whole mojo target which will link the C++ bindings. |