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

Unified Diff: webrtc/api/BUILD.gn

Issue 2376753003: GN: Fix incorrect include_dir for libjingle_peerconnection_jni target (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698