blob: c0250564936de67f480378d89e13b457333a9141 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
config("apple_cctools_config") {
include_dirs = [ "../.." ]
}
source_set("apple_cctools") {
sources = [
"cctools/include/mach-o/getsect.h",
"cctools/libmacho/getsecbyname.c",
]
public_configs = [ ":apple_cctools_config" ]
}