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

Unified Diff: third_party/wtl/BUILD.gn

Issue 265693003: Redo GN "args" command (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: third_party/wtl/BUILD.gn
diff --git a/third_party/wtl/BUILD.gn b/third_party/wtl/BUILD.gn
index 7ebe9d99d2092b1c5e952d8e51ad09d69c447910..eba359dfb57b133de6b6a2208f1b8684821124c2 100644
--- a/third_party/wtl/BUILD.gn
+++ b/third_party/wtl/BUILD.gn
@@ -10,5 +10,5 @@ config("wtl_includes") {
# actually generate anything linkable, and inject the required config for
# making the include directories work.
group("wtl") {
- all_dependent_configs = ":wtl_includes"
+ all_dependent_configs = [ ":wtl_includes" ]
}
« no previous file with comments | « build/config/clang/BUILD.gn ('k') | tools/gn/BUILD.gn » ('j') | tools/gn/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698