chromium/third_party/libavifinfo/BUILD.gn

# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//media/media_options.gni")

source_set("libavifinfo") {
  sources = [
    "src/avifinfo.c",
    "src/avifinfo.h",
  ]

  configs -= [ "//build/config/compiler:chromium_code" ]
  configs += [ "//build/config/compiler:no_chromium_code" ]
  include_dirs = [ "src/" ]
}