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

Unified Diff: talk/libjingle.gyp

Issue 1521303003: Roll chromium_revision 7de03ed..4bc4277 (364770:364953) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Updated usrsctp include path. Created 5 years 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/libjingle.gyp
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
index f1ce18d96a4c309e8933113124f4419e64606c58..c004aad875fb65a6e022286721f2e089d37da6f4 100755
--- a/talk/libjingle.gyp
+++ b/talk/libjingle.gyp
@@ -539,7 +539,7 @@
'include_dirs': [
# TODO(jiayl): move this into the direct_dependent_settings of
# usrsctp.gyp.
- '<(DEPTH)/third_party/usrsctp',
+ '<(DEPTH)/third_party/usrsctp/usrsctplib',
],
'dependencies': [
'<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698