[ArcMigration: Lacros to ARC] Right-Click ARC apps handling in Lacros

This CL enables Lacros to right click the link and open ARC apps with
menu.

Bug: 1268687
Change-Id: I4a99c6ea8bcb24c1d4392f78b8b1d93096ffba9f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3308306
Reviewed-by: Hidehiko Abe <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Eriko Kurimoto <[email protected]>
Cr-Commit-Position: refs/heads/main@{#961226}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index ee5597c..627326b 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -5280,6 +5280,8 @@
       "apps/intent_helper/chromeos_intent_picker_helpers.h",
       "apps/intent_helper/metrics/intent_handling_metrics.cc",
       "apps/intent_helper/metrics/intent_handling_metrics.h",
+      "chromeos/arc/open_with_menu.cc",
+      "chromeos/arc/open_with_menu.h",
       "download/notification/download_item_notification.cc",
       "download/notification/download_item_notification.h",
       "download/notification/download_notification_manager.cc",
@@ -5308,6 +5310,7 @@
       "//chromeos/crosapi/mojom",
       "//chromeos/dbus/constants",
       "//chromeos/ui/wm",
+      "//components/arc/common",
     ]
     allow_circular_includes_from += [ "//chrome/browser/policy:onc" ]
   }