# 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("//build/config/chromeos/ui_mode.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//services/screen_ai/buildflags/features.gni")
assert(is_chromeos_ash)
assert(enable_screen_ai_service)
mojom("mojom") {
sources = [
"pdf_progressive_searchifier.mojom",
"pdf_searchifier.mojom",
"pdf_service.mojom",
"pdf_thumbnailer.mojom",
]
public_deps = [
"//mojo/public/mojom/base",
"//sandbox/policy/mojom",
"//services/screen_ai/public/mojom",
"//skia/public/mojom",
"//ui/gfx/geometry/mojom",
]
}