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

Unified Diff: components/version_ui.gypi

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change slashes Created 4 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
« no previous file with comments | « components/resources/version_ui_resources.grdp ('k') | components/version_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui.gypi
diff --git a/components/version_ui.gypi b/components/version_ui.gypi
index 9212ce159ffdf984512e88f2f89e4ef6792aadbd..2dd1d761ebc3d55fea2c93849b77c2f39a6a97b3 100644
--- a/components/version_ui.gypi
+++ b/components/version_ui.gypi
@@ -14,6 +14,7 @@
'dependencies': [
'variations',
'../base/base.gyp:base',
+ 'mojo_bindings',
],
'sources': [
# Note: sources list duplicated in GN build.
@@ -23,5 +24,17 @@
'version_ui/version_ui_constants.h',
],
},
+ {
+ 'target_name': '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: //components/version_ui:mojo_bindings
+ 'version_ui/version.mojom',
+ ],
+ 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
+ },
],
}
« no previous file with comments | « components/resources/version_ui_resources.grdp ('k') | components/version_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698