Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: tools/gn/scope_per_file_provider_unittest.cc

Issue 279023002: Add GN function get_label_info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comment Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/loader.cc ('k') | tools/gn/settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/scope_per_file_provider_unittest.cc
diff --git a/tools/gn/scope_per_file_provider_unittest.cc b/tools/gn/scope_per_file_provider_unittest.cc
index 8d01fb0ef9a592fbfb4e875880661b17852ad8bc..d016a1e1f5c975c78f093ea7e28099a110f8b1b4 100644
--- a/tools/gn/scope_per_file_provider_unittest.cc
+++ b/tools/gn/scope_per_file_provider_unittest.cc
@@ -35,7 +35,7 @@ TEST(ScopePerFileProvider, Expected) {
// Test some with an alternate toolchain.
{
- Settings settings(test.build_settings(), "tc");
+ Settings settings(test.build_settings(), "tc/");
Toolchain toolchain(&settings, Label(SourceDir("//toolchain/"), "tc"));
settings.set_toolchain_label(toolchain.label());
« no previous file with comments | « tools/gn/loader.cc ('k') | tools/gn/settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698