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

Unified Diff: chrome/chrome_web_ui_mojo_bindings.gyp

Issue 1316043003: Add chrome://site-engagement WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation_smarter
Patch Set: fix dependencies Created 5 years, 3 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 | « chrome/chrome_resources.gyp ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698