Index: components/password_manager/content/renderer/BUILD.gn |
diff --git a/components/url_fixer/BUILD.gn b/components/password_manager/content/renderer/BUILD.gn |
similarity index 61% |
copy from components/url_fixer/BUILD.gn |
copy to components/password_manager/content/renderer/BUILD.gn |
index bf29f3523db140fc16138ccf95cf596d7fcbdd4e..9432ed901c7f4c3d40a6ead6ef47c916d97d33e4 100644 |
--- a/components/url_fixer/BUILD.gn |
+++ b/components/password_manager/content/renderer/BUILD.gn |
@@ -2,15 +2,18 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-static_library("url_fixer") { |
+static_library("renderer") { |
sources = [ |
- "url_fixer.cc", |
- "url_fixer.h", |
+ "credential_manager_dispatcher.cc", |
+ "credential_manager_dispatcher.h", |
] |
deps = [ |
"//base", |
- "//net", |
+ "//components/strings", |
+ "//ipc", |
+ "//third_party/WebKit/public:blink", |
+ "//url", |
] |
if (is_win) { |