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

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

Issue 2967503003: Introduce a parse for digital asset links. (Closed)
Patch Set: Fix compilation Created 3 years, 5 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
« no previous file with comments | « no previous file | components/password_manager/core/browser/site_affiliation/asset_link_data.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 7608876f000e3db4bb29a2499c4b5cf88bc76b06..4a2ce054e8313cbf4e65dc584769c9bc83ece791 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -122,6 +122,8 @@ static_library("browser") {
"password_ui_utils.h",
"psl_matching_helper.cc",
"psl_matching_helper.h",
+ "site_affiliation/asset_link_data.cc",
+ "site_affiliation/asset_link_data.h",
"site_affiliation/asset_link_retriever.cc",
"site_affiliation/asset_link_retriever.h",
"sql_table_builder.cc",
@@ -333,6 +335,7 @@ source_set("unit_tests") {
"password_syncable_service_unittest.cc",
"password_ui_utils_unittest.cc",
"psl_matching_helper_unittest.cc",
+ "site_affiliation/asset_link_data_unittest.cc",
"site_affiliation/asset_link_retriever_unittest.cc",
"sql_table_builder_unittest.cc",
"statistics_table_unittest.cc",
« no previous file with comments | « no previous file | components/password_manager/core/browser/site_affiliation/asset_link_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698