chromium/components/services/language_detection/public/cpp/BUILD.gn

# Copyright 2020 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("cpp") {
  sources = [
    "language_detection_service.cc",
    "language_detection_service.h",
  ]

  deps = [
    "//base",
    "//content/public/browser",
  ]

  public_deps = [ "//components/services/language_detection/public/mojom" ]
}