# 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("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("on_device_translation") {
sources = [
"dom_translation.cc",
"dom_translation.h",
"language_detector.cc",
"language_detector.h",
"language_translator.cc",
"language_translator.h",
"translation.cc",
"translation.h",
]
public_deps = [ "//third_party/blink/public/mojom:mojom_modules_blink" ]
deps = [ "//third_party/blink/renderer/platform" ]
}