Home
last modified time | relevance | path

Searched refs:other_settings (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dfilesystem_utils_unittest.cc673 Settings other_settings(&build_settings, "two/"); in TEST() local
675 other_settings.set_toolchain_label(other_toolchain_label); in TEST()
676 other_settings.set_default_toolchain_label(default_toolchain_label); in TEST()
677 BuildDirContext other_context(&other_settings); in TEST()
729 Settings other_settings(&build_settings, "two/"); in TEST() local
730 other_settings.set_toolchain_label(Label(SourceDir("//toolchain/"), "two")); in TEST()
731 other_settings.set_default_toolchain_label(default_toolchain_label); in TEST()
732 BuildDirContext other_context(&other_settings); in TEST()
Dheader_checker_unittest.cc176 Settings other_settings(setup_.build_settings(), "other/"); in TEST_F() local
177 Toolchain other_toolchain(&other_settings, in TEST_F()
180 other_settings.set_toolchain_label(other_toolchain.label()); in TEST_F()
181 other_settings.set_default_toolchain_label(setup_.toolchain()->label()); in TEST_F()
185 Target otc(&other_settings, in TEST_F()
Dninja_build_writer_unittest.cc129 Settings other_settings(setup.build_settings(), "toolchain/"); in TEST_F() local
130 other_settings.set_toolchain_label(other_toolchain_label); in TEST_F()
134 used_toolchains[&other_settings] = &other_toolchain; in TEST_F()