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

Unified Diff: components/password_manager.gypi

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_web_ui_mojo_bindings.gyp ('k') | components/password_manager/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index c05946d9cb85667f3f990fd01de776bebcd3ca2a..4cdd89e91f22d70bb8a7fe707d6ace928269c51a 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -267,6 +267,7 @@
'password_manager/content/public/interfaces/credential_manager.mojom',
],
'mojom_typemaps': [
+ '<(DEPTH)/url/mojo/gurl.typemap',
'<(DEPTH)/url/mojo/origin.typemap',
],
},
@@ -284,7 +285,6 @@
'dependencies': [
'../base/base.gyp:base',
'../mojo/mojo_base.gyp:mojo_common_lib',
- '../mojo/mojo_base.gyp:mojo_url_type_converters',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../third_party/WebKit/public/blink.gyp:blink',
'../url/url.gyp:url_mojom',
@@ -309,7 +309,6 @@
'dependencies': [
'../base/base.gyp:base',
'../content/content.gyp:content_common',
- '../mojo/mojo_base.gyp:mojo_url_type_converters',
'../third_party/WebKit/public/blink.gyp:blink',
'password_manager_content_mojo_bindings',
'password_manager_core_common',
@@ -331,7 +330,6 @@
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
- '../mojo/mojo_base.gyp:mojo_url_type_converters',
'../net/net.gyp:net',
'autofill_content_browser',
'autofill_content_common',
« no previous file with comments | « chrome/chrome_web_ui_mojo_bindings.gyp ('k') | components/password_manager/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698