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

Unified Diff: tools/gn/secondary/ipc/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/crypto/BUILD.gn ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/ipc/BUILD.gn
diff --git a/tools/gn/secondary/ipc/BUILD.gn b/tools/gn/secondary/ipc/BUILD.gn
index 376bad8e3abd5eeaab54db4310642b163d90e8f5..022bbf21dc223d30fcf8eace6d4bb31d5ef7dc1f 100644
--- a/tools/gn/secondary/ipc/BUILD.gn
+++ b/tools/gn/secondary/ipc/BUILD.gn
@@ -99,7 +99,7 @@ test("ipc_tests") {
]
if (is_win || is_ios) {
- sources -= "unix_domain_socket_util_unittest.cc"
+ sources -= [ "unix_domain_socket_util_unittest.cc" ]
}
#if (is_android && gtest_target_type == "shared_library") {
# deps += "/testing/android/native_test.gyp:native_testNative_code"
« no previous file with comments | « tools/gn/secondary/crypto/BUILD.gn ('k') | tools/gn/secondary/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698