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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 10837131: Update webrtc to 2565. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Update webrtc to 2565. Created 8 years, 4 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 | « content/test/webrtc_audio_device_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
===================================================================
--- third_party/libjingle/libjingle.gyp (revision 151204)
+++ third_party/libjingle/libjingle.gyp (working copy)
@@ -19,7 +19,6 @@
'NO_MAIN_THREAD_WRAPPING',
'NO_SOUND_SYSTEM',
'SRTP_RELATIVE_PATH',
- 'WEBRTC_RELATIVE_PATH',
'_USE_32BIT_TIME_T',
],
'configurations': {
@@ -36,6 +35,7 @@
'./source',
'../../testing/gtest/include',
'../../third_party/libyuv/include',
+ '../../third_party/webrtc',
],
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
@@ -50,6 +50,7 @@
'./overrides',
'./source',
'../../testing/gtest/include',
+ '../../third_party/webrtc',
],
'defines': [
'FEATURE_ENABLE_SSL',
@@ -57,7 +58,6 @@
'EXPAT_RELATIVE_PATH',
'GTEST_RELATIVE_PATH',
'JSONCPP_RELATIVE_PATH',
- 'WEBRTC_RELATIVE_PATH',
'NO_MAIN_THREAD_WRAPPING',
'NO_SOUND_SYSTEM',
],
« no previous file with comments | « content/test/webrtc_audio_device_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698