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

Unified Diff: components/password_manager.gypi

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get rid of defines used for testing deps Created 4 years, 10 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: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 0b005bf0be6bf1bbeab6c6dd5aaa07dd9238e2d8..17ab476c7187c76442f622a3d927f43f20994bdf 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -259,6 +259,7 @@
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
'../third_party/WebKit/public/blink.gyp:blink_minimal',
+ '../url/ipc/url_ipc.gyp:url_ipc',
'password_manager_core_common',
],
'include_dirs': [
@@ -281,6 +282,7 @@
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
'../third_party/WebKit/public/blink.gyp:blink',
+ '../url/ipc/url_ipc.gyp:url_ipc',
'password_manager_core_common',
'password_manager_content_common',
],

Powered by Google App Engine
This is Rietveld 408576698