1# Copyright (c) 2021 The Chromium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5config("aomedia_config") { 6 include_dirs = [ "src" ] 7} 8 9source_set("aomedia") { 10 sources = [ 11 "aom/aom_encoder.h", 12 "aom/aomcx.h", 13 ] 14} 15