Home
last modified time | relevance | path

Searched refs:second_frameworkdir (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dresolved_target_data_unittest.cc88 const SourceDir second_frameworkdir("//out/bar/"); in TEST() local
91 shared.config_values().framework_dirs().push_back(second_frameworkdir); in TEST()
100 EXPECT_EQ(second_frameworkdir, shared_info.all_framework_dirs[0]); in TEST()
Dtarget_unittest.cc109 const SourceDir second_frameworkdir("//out/bar/"); in TEST_F() local
112 shared.config_values().framework_dirs().push_back(second_frameworkdir); in TEST_F()
120 EXPECT_EQ(second_frameworkdir, shared.all_framework_dirs()[0]); in TEST_F()