| # Copyright 2024 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//pdf/features.gni") |
| import("//services/screen_ai/buildflags/features.gni") |
| |
| assert(enable_pdf) |
| assert(enable_screen_ai_service) |
| |
| source_set("pdf") { |
| sources = [ |
| "chrome_pdf_document_helper_client.cc", |
| "chrome_pdf_document_helper_client.h", |
| ] |
| deps = [ |
| "//chrome/browser/download", |
| "//chrome/browser/pdf", |
| "//chrome/browser/screen_ai:screen_ai_install_state", |
| "//chrome/browser/ui/tab_contents", |
| "//chrome/browser/ui/user_education", |
| "//chrome/common", |
| "//components/pdf/browser", |
| "//components/tabs:public", |
| "//extensions/browser", |
| "//pdf:features", |
| ] |
| } |