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

Unified Diff: tools/gn/target_unittest.cc

Issue 1375023003: tools/gn: Remove code for forward_dependent_configs_from variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
Index: tools/gn/target_unittest.cc
diff --git a/tools/gn/target_unittest.cc b/tools/gn/target_unittest.cc
index 1eeac25404ef2c1445634a0939d06e98580cd315..ec5e45fce8a425a7d70c5e8776d16ebf001e62d4 100644
--- a/tools/gn/target_unittest.cc
+++ b/tools/gn/target_unittest.cc
@@ -76,7 +76,7 @@ TEST(Target, LibInheritance) {
}
// Test all_dependent_configs, public_config inheritance, and
-// forward_dependent_configs_from
+// forward_dependent_configs.
brettw 2015/10/05 18:06:06 I think you remove the forward_dependent_configs r
tfarina 2015/10/06 03:28:50 Done.
TEST(Target, DependentConfigs) {
TestWithScope setup;
Err err;
« tools/gn/builder.cc ('K') | « tools/gn/target_generator.cc ('k') | tools/gn/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698