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

Unified Diff: tools/gn/secondary/third_party/expat/BUILD.gn

Issue 138273007: Convert GN single-item list concat to use lists. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 11 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/secondary/testing/gtest/BUILD.gn ('k') | tools/gn/secondary/third_party/icu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/expat/BUILD.gn
diff --git a/tools/gn/secondary/third_party/expat/BUILD.gn b/tools/gn/secondary/third_party/expat/BUILD.gn
index b0ba187574f89f1a9ad98fbd1edf0107b486ad71..814c336befe77909abf3ad6c68da8422432ea5f3 100644
--- a/tools/gn/secondary/third_party/expat/BUILD.gn
+++ b/tools/gn/secondary/third_party/expat/BUILD.gn
@@ -29,9 +29,9 @@ if (is_linux) {
defines = [ "_LIB" ]
if (is_win) {
- defines += "COMPILED_FROM_DSP"
+ defines += [ "COMPILED_FROM_DSP" ]
} else {
- defines += "HAVE_EXPAT_CONFIG_H"
+ defines += [ "HAVE_EXPAT_CONFIG_H" ]
}
}
}
« no previous file with comments | « tools/gn/secondary/testing/gtest/BUILD.gn ('k') | tools/gn/secondary/third_party/icu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698