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

Unified Diff: components/password_manager/core/browser/BUILD.gn

Issue 1480153002: Investigate Android build problems in review 1414463004. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Add //url dep on GN test_support target. Created 5 years 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/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index a9879db7f43784a892174504d81cb896e86f0f9e..573d54d2c76acbf42b0573018aa6f6ddbc1d27e7 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -81,6 +81,7 @@ source_set("browser") {
"password_manager_util.h",
"password_store.cc",
"password_store.h",
+ "password_store_change.cc",
"password_store_change.h",
"password_store_consumer.cc",
"password_store_consumer.h",
@@ -183,6 +184,7 @@ source_set("test_support") {
"//base",
"//components/autofill/core/common",
"//testing/gtest",
+ "//url",
]
}
@@ -213,6 +215,7 @@ source_set("unit_tests") {
"password_manager_unittest.cc",
"password_manager_util_unittest.cc",
"password_store_default_unittest.cc",
+ "password_store_origin_unittest.h",
"password_store_unittest.cc",
"password_syncable_service_unittest.cc",
"password_ui_utils_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698