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

Unified Diff: chrome/browser/BUILD.gn

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch beautification Created 6 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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | content/renderer/web_ui_mojo_context_state.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 2395becb000c57310ee3d409bb799aae7d9eaeed..6a19d1e8e9896497021c0b5fc47fe9a85d29ba04 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -620,12 +620,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),
]
@@ -633,6 +636,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",
]
}
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | content/renderer/web_ui_mojo_context_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698