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

Unified Diff: chrome/browser/ui/webui/identity_internals/BUILD.gn

Issue 365513002: Port identity_internals to mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT for commit 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
Index: chrome/browser/ui/webui/identity_internals/BUILD.gn
diff --git a/chrome/browser/ui/webui/omnibox/BUILD.gn b/chrome/browser/ui/webui/identity_internals/BUILD.gn
similarity index 91%
copy from chrome/browser/ui/webui/omnibox/BUILD.gn
copy to chrome/browser/ui/webui/identity_internals/BUILD.gn
index a2815802ef68050b0fb7a8e302ff5f73a3ad3fcc..0e47e6d275cc3f9df75e631f221b490412062a37 100644
--- a/chrome/browser/ui/webui/omnibox/BUILD.gn
+++ b/chrome/browser/ui/webui/identity_internals/BUILD.gn
@@ -7,6 +7,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
# GYP version: chrome/chrome_web_ui_mojo_bindings.gyp:webui_mojo_bindings
mojom("mojo_bindings") {
sources = [
- "omnibox.mojom",
+ "identity_internals.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698