diff options
author | ajm@chromium.org <ajm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-26 06:39:00 +0000 |
---|---|---|
committer | ajm@chromium.org <ajm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-26 06:39:00 +0000 |
commit | 0a8342163a59e2cb3bc79ff45751daba3d77f17a (patch) | |
tree | a09ac9c7c9ee6de1a7854e22ba087479ea463833 /third_party | |
parent | 402ce55ceb284a9428a8b975c3fe5edbf173c510 (diff) | |
download | chromium_src-0a8342163a59e2cb3bc79ff45751daba3d77f17a.zip chromium_src-0a8342163a59e2cb3bc79ff45751daba3d77f17a.tar.gz chromium_src-0a8342163a59e2cb3bc79ff45751daba3d77f17a.tar.bz2 |
Add the CHROMEOS define to libjingle builds.
I specifically need this to enable AEC dump recordings in webrtc on
ChromeOS. Upstream CL here:
https://critique.corp.google.com/49803159-p10
BUG=webrtc:2116
TESTED=apprtc call on Pixel works, besides an existing playout audio
distortion issue: crbug.com/263585
Review URL: https://chromiumcodereview.appspot.com/19544007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libjingle/libjingle.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp index 45d5fd9..8bb8b5f 100644 --- a/third_party/libjingle/libjingle.gyp +++ b/third_party/libjingle/libjingle.gyp @@ -107,7 +107,7 @@ 'ANDROID', ], }], - ['os_posix == 1', { + ['os_posix==1', { 'defines': [ 'POSIX', ], @@ -127,6 +127,11 @@ 'FREEBSD', ], }], + ['chromeos==1', { + 'defines': [ + 'CHROMEOS', + ], + }], ], }, 'all_dependent_settings': { |