GPV 25 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//toolchain:default", GPV(variables::kCurrentToolchain)); GPV 29 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug", GPV(variables::kRootBuildDir)); GPV 30 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug/gen", GPV(variables::kRootGenDir)); GPV 31 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug", GPV(variables::kRootOutDir)); GPV 32 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug/gen/source", GPV(variables::kTargetGenDir)); GPV 33 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug/obj/source", GPV(variables::kTargetOutDir)); GPV 46 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//toolchain:tc", GPV(variables::kCurrentToolchain)); GPV 49 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug", GPV(variables::kRootBuildDir)); GPV 50 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug/tc/gen", GPV(variables::kRootGenDir)); GPV 51 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug/tc", GPV(variables::kRootOutDir)); GPV 52 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug/tc/gen/source", GPV(variables::kTargetGenDir)); GPV 53 tools/gn/scope_per_file_provider_unittest.cc EXPECT_EQ("//out/Debug/tc/obj/source", GPV(variables::kTargetOutDir));