chromium/chrome/browser/enterprise/connectors/analysis/BUILD.gn

# Copyright 2022 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("features") {
  sources = [ "content_analysis_features.cc" ]

  public = [ "content_analysis_features.h" ]

  public_deps = [ "//base" ]
}

source_set("sdk_manager") {
  sources = [
    "content_analysis_sdk_manager.cc",
    "content_analysis_sdk_manager.h",
  ]

  public_deps = [
    "//base:base",
    "//content/public/browser:browser",
    "//third_party/content_analysis_sdk:liblcasdk",
  ]
}