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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1762603002: Switch components/password_manager code from IPC messages to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 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
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 8063d23cf4fb4c54d21859684fcb441b82482e81..008743cd53dc6a9d7f58654e9efbc1524f94d189 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -40,10 +40,6 @@
'../skia/skia.gyp:skia_mojo',
'../third_party/WebKit/public/blink.gyp:mojo_bindings',
'../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
- '../url/url.gyp:url_interfaces_mojom',
- ],
- 'export_dependent_settings': [
- '../url/url.gyp:url_interfaces_mojom',
],
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
},
@@ -54,8 +50,12 @@
'enable_wexit_time_destructors': 1,
},
'dependencies': [
+ '../url/url.gyp:url_mojom',
'content_common_mojo_bindings_mojom',
],
+ 'export_dependent_settings': [
+ '../url/url.gyp:url_mojom',
+ ],
},
]
}
« no previous file with comments | « components/password_manager/core/common/credential_manager_types.cc ('k') | ios/chrome/browser/passwords/credential_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698