| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index ae62e2d0b9a14ce68835fc2f44563c755307678a..53df286d5084a3015408187882ae6d77b8004db9 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -619,12 +619,15 @@ grit("resources") {
|
| ]
|
|
|
| omnibox_mojom_file = "$root_gen_dir/chrome/browser/ui/webui/omnibox/omnibox.mojom.js"
|
| + identity_internals_mojom_file = "$root_gen_dir/chrome/browser/ui/webui/identity_internals/identity_internals.mojom.js"
|
|
|
| grit_flags = [
|
| "-E", "about_credits_file=" +
|
| rebase_path(about_credits_file, root_build_dir),
|
| "-E", "additional_modules_list_file=" +
|
| rebase_path(additional_modules_list_file, root_build_dir),
|
| + "-E", "identity_internals_mojom_file=" +
|
| + rebase_path(identity_internals_mojom_file, root_build_dir),
|
| "-E", "omnibox_mojom_file=" +
|
| rebase_path(omnibox_mojom_file, root_build_dir),
|
| ]
|
| @@ -632,6 +635,7 @@ grit("resources") {
|
| deps = [
|
| ":about_credits",
|
| ":chrome_internal_resources_gen",
|
| + "//chrome/browser/ui/webui/identity_internals:mojo_bindings",
|
| "//chrome/browser/ui/webui/omnibox:mojo_bindings",
|
| ]
|
| }
|
|
|