diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 23:53:15 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 23:53:15 +0000 |
commit | 66515f81c6c13eecfc7aabe13eed9949e7bd8e67 (patch) | |
tree | 1a1d7dc47b20fcda89d386fb93c709d1e45b26aa /third_party/libjingle | |
parent | 2d0c4aa7177a7996eb3bad4f0bd445b00491692f (diff) | |
download | chromium_src-66515f81c6c13eecfc7aabe13eed9949e7bd8e67.zip chromium_src-66515f81c6c13eecfc7aabe13eed9949e7bd8e67.tar.gz chromium_src-66515f81c6c13eecfc7aabe13eed9949e7bd8e67.tar.bz2 |
Revert 49202 - Fixes up alignment issue in remoting where subprojects of libjingle had _DEBUG defined even though libjingle itself did not.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2716003
TBR=dmaclach@chromium.org
Review URL: http://codereview.chromium.org/2785002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle')
-rw-r--r-- | third_party/libjingle/libjingle.gyp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp index 96d9104..bcf8eb8 100644 --- a/third_party/libjingle/libjingle.gyp +++ b/third_party/libjingle/libjingle.gyp @@ -10,9 +10,6 @@ '_USE_32BIT_TIME_T', 'SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS', 'EXPAT_RELATIVE_PATH', - # TODO(sergeyu): Fix libjingle to use NDEBUG instead of - # _DEBUG and remove this define. See below as well. - '_DEBUG', ], 'include_dirs': [ './overrides', @@ -80,7 +77,7 @@ 'Debug': { 'defines': [ # TODO(sergeyu): Fix libjingle to use NDEBUG instead of - # _DEBUG and remove this define. See above as well. + # _DEBUG and remove this define. '_DEBUG', ], } |