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

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

Issue 771173002: Added utility functions related to working with "facets". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android compile errors. Created 6 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
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/affiliation_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 74ceca4c1b1a2f95a366fecd4463533e2e0efefd..907c7ef8691982788968f369ba28ff2b6b306da1 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -15,6 +15,8 @@ config("password_manager_config") {
static_library("browser") {
sources = [
+ "affiliation_utils.cc",
+ "affiliation_utils.h",
"browser_save_password_progress_logger.cc",
"browser_save_password_progress_logger.h",
"credential_manager_dispatcher.h",
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/affiliation_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698