[Data Sharing] Open tab switcher with intent

Notification prototype for Data Sharing invitations. When the data sharing notification is clicked, open TabSwitcher view instead of the overview page.

DD:https://docs.google.com/document/d/1pKwfu5O71pPxl5DhDw7RvrWIXFHlPmvzp83YkcJWE3w/edit?usp=sharing&resourcekey=0-EHLJYGsQgtfLAnF7LQAQMg

Bug: b/329155961
Change-Id: Ia6f4e81bd69adf0f14608b35f19160b16a812561
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5381621
Reviewed-by: Michael Thiessen <[email protected]>
Reviewed-by: Shakti Sahu <[email protected]>
Commit-Queue: Hailey Wang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1282714}
diff --git a/chrome/browser/data_sharing/BUILD.gn b/chrome/browser/data_sharing/BUILD.gn
index 6c7b767..fba43509 100644
--- a/chrome/browser/data_sharing/BUILD.gn
+++ b/chrome/browser/data_sharing/BUILD.gn
@@ -45,6 +45,8 @@
 
     deps = [
       ":java_resources",
+      "//base:base_java",
+      "//chrome/browser/android/intents:java",
       "//chrome/browser/notifications:java",
       "//chrome/browser/ui/android/strings:ui_strings_grd",
       "//components/browser_ui/notifications/android:java",