| # Copyright 2025 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("intent_picker_page_action") { |
| public = [ "intent_picker_view_page_action_controller.h" ] |
| |
| sources = [ "intent_picker_view_page_action_controller.cc" ] |
| |
| public_deps = [ |
| "//base", |
| "//chrome/browser/ui/tabs:tabs_public", |
| ] |
| |
| deps = [ |
| "//chrome/browser:browser_public_dependencies", |
| "//chrome/browser/profiles:profile", |
| "//chrome/browser/ui:ui_features", |
| "//chrome/browser/ui/browser_window", |
| "//chrome/browser/ui/page_action:icon_type", |
| "//chrome/browser/ui/views/page_action", |
| "//chrome/browser/web_applications:features", |
| ] |
| } |