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

Unified Diff: chrome/chrome_web_ui_mojo_bindings.gyp

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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') | components/password_manager.gypi » ('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 b56eb28a9ea4952446c7980b7794cf98e6b52657..256be7a853a27fa76de1f1f607dab95c5dd3554b 100644
--- a/chrome/chrome_web_ui_mojo_bindings.gyp
+++ b/chrome/chrome_web_ui_mojo_bindings.gyp
@@ -17,6 +17,11 @@
# GN version: //chrome/browser/ui/webui/plugins:mojo_bindings
'browser/ui/webui/plugins/plugins.mojom',
],
+ 'variables': {
+ 'mojom_typemaps': [
+ '<(DEPTH)/url/mojo/gurl.typemap',
+ ],
+ },
'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
},
],
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698