BUILD.gn 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 import("//clang/resource_dir.gni") copy("include") { sources = [ "__cxxabi_config.h", "cxxabi.h", ] outputs = [ "$root_build_dir/include/c++/v1/{{source_target_relative}}", ] }