Chromium Code Reviews| Index: webrtc/api/BUILD.gn |
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
| index 6fe43a75dc654ea0e4a5684bd42750c53b94c113..16bbffda354dfbfee26182815a12b71c3338533a 100644 |
| --- a/webrtc/api/BUILD.gn |
| +++ b/webrtc/api/BUILD.gn |
| @@ -217,7 +217,7 @@ if (is_android && !build_with_chromium) { |
| ] |
| } else { |
| # Need to add a directory normally exported by libyuv. |
| - include_dirs += [ "$rtc_libyuv_dir/include" ] |
| + include_dirs = [ "$rtc_libyuv_dir/include" ] |
| } |
| } |