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

Unified Diff: chrome/chrome_web_ui_mojo_bindings.gyp

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments Created 5 years 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/chrome_web_ui_mojo_bindings.gyp
diff --git a/chrome/chrome_web_ui_mojo_bindings.gyp b/chrome/chrome_web_ui_mojo_bindings.gyp
index aaf67baafb0ffb6150928b55e61203cc7a85ff15..190868d34d94402673767569fc743cfbf5c63a9f 100644
--- a/chrome/chrome_web_ui_mojo_bindings.gyp
+++ b/chrome/chrome_web_ui_mojo_bindings.gyp
@@ -14,6 +14,8 @@
'browser/ui/webui/engagement/site_engagement.mojom',
# GN version: //chrome/browser/ui/webui/omnibox:mojo_bindings
'browser/ui/webui/omnibox/omnibox.mojom',
+ # GN version: //chrome/browser/ui/webui:mojo_bindings
+ 'browser/ui/webui/version.mojom',
],
'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698