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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 10209008: Roll libjingle 132:133 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « third_party/libjingle/README.chromium ('k') | third_party/libjingle/overrides/talk/base/byteorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index f140c9e7a558ecaa24af20c4e86be04b413fe376..d1234d968cd4e55775bcea7e6bf8941e62a69de7 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -8,18 +8,18 @@
],
'target_defaults': {
'defines': [
- 'FEATURE_ENABLE_SSL',
- 'FEATURE_ENABLE_VOICEMAIL', # TODO(ncarter): Do we really need this?
- '_USE_32BIT_TIME_T',
- 'LOGGING_INSIDE_LIBJINGLE',
'EXPAT_RELATIVE_PATH',
- 'JSONCPP_RELATIVE_PATH',
- 'WEBRTC_RELATIVE_PATH',
+ 'FEATURE_ENABLE_SSL',
+ 'GTEST_RELATIVE_PATH',
+ 'HAVE_SRTP',
'HAVE_WEBRTC_VIDEO',
'HAVE_WEBRTC_VOICE',
+ 'JSONCPP_RELATIVE_PATH',
+ 'LOGGING_INSIDE_LIBJINGLE',
'NO_SOUND_SYSTEM',
- 'HAVE_SRTP',
'SRTP_RELATIVE_PATH',
+ 'WEBRTC_RELATIVE_PATH',
+ '_USE_32BIT_TIME_T',
],
'configurations': {
'Debug': {
@@ -33,6 +33,7 @@
'include_dirs': [
'./overrides',
'./source',
+ '../../testing/gtest/include',
'../../third_party/libyuv/include',
],
'dependencies': [
@@ -47,11 +48,13 @@
'include_dirs': [
'./overrides',
'./source',
+ '../../testing/gtest/include',
],
'defines': [
'FEATURE_ENABLE_SSL',
'FEATURE_ENABLE_VOICEMAIL',
'EXPAT_RELATIVE_PATH',
+ 'GTEST_RELATIVE_PATH',
'JSONCPP_RELATIVE_PATH',
'WEBRTC_RELATIVE_PATH',
'NO_SOUND_SYSTEM',
@@ -173,8 +176,6 @@
'overrides/talk/base/logging.cc',
'overrides/talk/base/logging.h',
- 'overrides/talk/base/scoped_ptr.h',
-
# TODO(ronghuawu): Remove below overrides once below bug is fixed:
# http://crbug.com/115702
'overrides/talk/base/messagequeue.cc',
@@ -261,6 +262,7 @@
'source/talk/base/ratelimiter.h',
'source/talk/base/ratetracker.cc',
'source/talk/base/ratetracker.h',
+ 'source/talk/base/scoped_ptr.h',
'source/talk/base/sec_buffer.h',
'source/talk/base/sha1.c',
'source/talk/base/sha1.h',
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | third_party/libjingle/overrides/talk/base/byteorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698