Home
last modified time | relevance | path

Searched refs:public_headers (Results 1 – 16 of 16) sorted by relevance

/third_party/gn/examples/ios/build/config/ios/templates/
Dios_framework_bundle.gni30 # - public_headers (optional)
62 "public_headers",
87 if (defined(invoker.public_headers)) {
96 rebase_path(invoker.public_headers, root_build_dir)
102 sources = invoker.public_headers + [ _umbrella_output ]
126 "public_headers",
138 if (defined(invoker.public_headers)) {
Dios_app_bundle.gni85 "public_headers",
135 "public_headers",
/third_party/skia/third_party/externals/brotli/
DBUILD64 name = "public_headers",
100 hdrs = [":public_headers"],
/third_party/gn/examples/ios/shared/
DBUILD.gn14 public_headers = [ "hello_shared.h" ]
/third_party/gn/src/gn/
Dtarget.h153 const FileList& public_headers() const { return public_headers_; } in public_headers() function
154 FileList& public_headers() { return public_headers_; } in public_headers() function
Dheader_checker.cc220 DCHECK(target->public_headers().empty()); in AddTargetToFileMap()
221 for (const auto& source : target->public_headers()) { in AddTargetToFileMap()
Dqt_creator_writer.cc231 AddToSources(target->public_headers()); in HandleTarget()
Dinnerapis_publicinfo_generator.cc256 const std::vector<SourceFile> &headers = target->public_headers(); in GetPublicHeadersInfo()
Dresolved_target_data.cc217 dep->public_headers().empty() && !dep->builds_swift_module()) { in ComputeHardDeps()
Dtarget_generator.cc210 target_->public_headers() = std::move(dest_public); in FillPublic()
Dheader_checker_unittest.cc172 c_.public_headers().push_back(c_public); in TEST_F()
Danalyzer.cc434 for (const auto& cur_file : target->public_headers()) { in ItemRefersToFile()
Dcommands.cc293 for (const auto& cur_file : target->public_headers()) { in TargetContainsFile()
Dxcode_writer.cc600 for (const SourceFile& source : target->public_headers()) { in AddSourcesFromBuilder()
Dtarget.cc900 pair.ptr->public_headers().empty() && in PullRecursiveHardDeps()
Ddesc_builder.cc412 RenderValue(target_->public_headers())); in BuildDescription()