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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2844963003: Introduce extensions::CreateUrlCollectionFromForm (Closed)
Patch Set: Boolean logic is hard :/ Created 3 years, 8 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: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 1fdf93bf9a1580cb8ebbb45d7b41ff24fabbae6e..d0895a17799831520d42007586c7aab090b4e40b 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -321,6 +321,8 @@ static_library("extensions") {
"api/passwords_private/passwords_private_event_router.h",
"api/passwords_private/passwords_private_event_router_factory.cc",
"api/passwords_private/passwords_private_event_router_factory.h",
+ "api/passwords_private/passwords_private_utils.cc",
+ "api/passwords_private/passwords_private_utils.h",
"api/permissions/permissions_api.cc",
"api/permissions/permissions_api.h",
"api/permissions/permissions_api_helpers.cc",

Powered by Google App Engine
This is Rietveld 408576698