From 0867f69cc6a668177858d32ff097f8ea8458d45f Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 10 Sep 2014 16:24:11 +0000 Subject: [PATCH] Convert GN visibility to be lists. This is a followup to my previous patch that missed this case. R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/24529004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7137 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/desktop_capture/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn index 374d717186..f42ceecd68 100644 --- a/webrtc/modules/desktop_capture/BUILD.gn +++ b/webrtc/modules/desktop_capture/BUILD.gn @@ -124,7 +124,7 @@ if (use_desktop_capture_differ_sse2) { # Have to be compiled as a separate target because it needs to be compiled # with SSE2 enabled. source_set("desktop_capture_differ_sse2") { - visibility = ":*" + visibility = [ ":*" ] sources = [ "differ_block_sse2.cc", "differ_block_sse2.h",