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

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

Issue 1031253003: Move credential_manager_types.h to components/password_manager/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/common/BUILD.gn
diff --git a/components/password_manager/content/common/BUILD.gn b/components/password_manager/content/common/BUILD.gn
index 88d4d12ce5ef1c71ee39d997ae285cb3136316b5..dc0d93836b9c7acf817590a01bca56d712709a3b 100644
--- a/components/password_manager/content/common/BUILD.gn
+++ b/components/password_manager/content/common/BUILD.gn
@@ -4,11 +4,11 @@
static_library("common") {
sources = [
+ "credential_manager_content_utils.cc",
+ "credential_manager_content_utils.h",
"credential_manager_message_generator.cc",
"credential_manager_message_generator.h",
"credential_manager_messages.h",
- "credential_manager_types.cc",
- "credential_manager_types.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698