Searched refs:runtime_outputs (Results 1 – 12 of 12) sorted by relevance
/third_party/gn/src/gn/ |
D | function_toolchain_unittest.cc | 67 ASSERT_EQ(1u, link->runtime_outputs().list().size()); in TEST_F() 68 EXPECT_EQ("foo", link->runtime_outputs().list()[0].AsString()); in TEST_F()
|
D | c_tool.cc | 59 if (runtime_outputs().list().empty()) in ValidateRuntimeOutputs() 69 for (const SubstitutionPattern& pattern : runtime_outputs().list()) { in ValidateRuntimeOutputs()
|
D | target.cc | 961 if (tool->runtime_outputs().list().empty()) { in FillOutputFiles() 966 this, tool, tool->runtime_outputs(), &runtime_outputs_); in FillOutputFiles() 1002 if (tool->runtime_outputs().list().empty()) { in FillOutputFiles() 1007 this, tool, tool->runtime_outputs(), &runtime_outputs_); in FillOutputFiles()
|
D | function_toolchain.cc | 462 runtime_outputs. 580 runtime_outputs [string list with substitutions] 585 runtime_outputs is empty or unspecified), it will be the link_output.
|
D | runtime_deps.cc | 82 for (const auto& runtime_output : target->runtime_outputs()) in RecursiveCollectRuntimeDeps()
|
D | tool.h | 184 const SubstitutionList& runtime_outputs() const { return runtime_outputs_; } in runtime_outputs() function
|
D | target_unittest.cc | 804 ASSERT_EQ(1u, target.runtime_outputs().size()); in TEST_F() 805 EXPECT_EQ("./liba.so", target.runtime_outputs()[0].value()); in TEST_F() 850 ASSERT_EQ(2u, target.runtime_outputs().size()); in TEST_F() 851 EXPECT_EQ("./a.dll", target.runtime_outputs()[0].value()); in TEST_F() 852 EXPECT_EQ("./a.pdb", target.runtime_outputs()[1].value()); in TEST_F()
|
D | target.h | 395 const std::vector<OutputFile>& runtime_outputs() const { in runtime_outputs() function
|
D | json_project_writer.cc | 492 setSubstitutionList("runtime_outputs", tool->runtime_outputs()); in GenerateJSON()
|
/third_party/flutter/skia/gn/toolchain/ |
D | BUILD.gn | 141 runtime_outputs = [
|
/third_party/skia/gn/toolchain/ |
D | BUILD.gn | 194 runtime_outputs = [
|
/third_party/gn/docs/ |
D | reference.md | 3564 runtime_outputs. 3682 runtime_outputs [string list with substitutions] 3687 runtime_outputs is empty or unspecified), it will be the link_output. 7734 computing the runtime deps by setting runtime_outputs. If this is unset on
|