[PwdEditAndroid] Add editing bridge

This CL adds the CredentialEditBridge as an entry-point to the edit
module. This bridge will be responsible for launching the UI and
saving the credential changes. (This will be added in the future).

Bug: 1170289
Change-Id: Id8bc9c03f4ab06d43cd1b055a329dd32960d520e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645131
Commit-Queue: Ioana Pandele <[email protected]>
Reviewed-by: Egor Pasko <[email protected]>
Reviewed-by: Colin Blundell <[email protected]>
Reviewed-by: Friedrich [CET] <[email protected]>
Cr-Commit-Position: refs/heads/master@{#849717}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 6486fe46..f7c047c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3225,6 +3225,7 @@
       "//chrome/browser/optimization_guide/android:jni_headers",
       "//chrome/browser/password_check/android:jni_headers",
       "//chrome/browser/password_check/android:password_check_enums_srcjar",
+      "//chrome/browser/password_entry_edit/android",
       "//chrome/browser/password_manager/android:jni_headers",
       "//chrome/browser/payments/android:jni_headers",
       "//chrome/browser/policy/android:jni_headers",