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

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: Add missing include Created 4 years, 7 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/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 b56eb28a9ea4952446c7980b7794cf98e6b52657..85e3d3498c1a55bdea1a408f5b5a8a439e341964 100644
--- a/chrome/chrome_web_ui_mojo_bindings.gyp
+++ b/chrome/chrome_web_ui_mojo_bindings.gyp
@@ -16,6 +16,8 @@
'browser/ui/webui/omnibox/omnibox.mojom',
# GN version: //chrome/browser/ui/webui/plugins:mojo_bindings
'browser/ui/webui/plugins/plugins.mojom',
+ # GN version: //chrome/browser/ui/webui:mojo_bindings
+ 'browser/ui/webui/version.mojom',
],
'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698