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

Unified Diff: components/password_manager/content/renderer/BUILD.gn

Issue 464883002: Credential Manager: Renderer-side implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/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) {

Powered by Google App Engine
This is Rietveld 408576698