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 1407b0d10f0db54230bd32329c2b37bd752431ab..aaf67baafb0ffb6150928b55e61203cc7a85ff15 100644 |
--- a/chrome/chrome_web_ui_mojo_bindings.gyp |
+++ b/chrome/chrome_web_ui_mojo_bindings.gyp |
@@ -4,13 +4,15 @@ |
{ |
'targets': [ |
{ |
- # GN version: //chrome/browser/ui/webui/omnibox:mojo_bindings |
'target_name': 'web_ui_mojo_bindings', |
# The type of this target must be none. This is so that resources can |
# depend upon this target for generating the js bindings files. Any |
# generated cpp files be listed explicitly in browser_ui. |
'type': 'none', |
'sources': [ |
+ # GN version: //chrome/browser/ui/webui/engagement:mojo_bindings |
+ 'browser/ui/webui/engagement/site_engagement.mojom', |
+ # GN version: //chrome/browser/ui/webui/omnibox:mojo_bindings |
'browser/ui/webui/omnibox/omnibox.mojom', |
], |
'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], |