summaryrefslogtreecommitdiffstats
path: root/content/content_unittests.isolate
diff options
context:
space:
mode:
authorxians <xians@chromium.org>2014-11-12 07:05:16 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-12 15:05:42 +0000
commit515c2beb237eae38347a86f7011b897674496ea2 (patch)
treee6bd5fb9a03a0c97eb60b64e30814218a8e089ad /content/content_unittests.isolate
parent859fcf40bf0e8b71a746f4227103a29323280179 (diff)
downloadchromium_src-515c2beb237eae38347a86f7011b897674496ea2.zip
chromium_src-515c2beb237eae38347a86f7011b897674496ea2.tar.gz
chromium_src-515c2beb237eae38347a86f7011b897674496ea2.tar.bz2
Revert of Reland 597923002: Fix the way how we create webrtc::AudioProcessing in Chrome (patchset #4 id:60001 of https://codereview.chromium.org/663413002/)
Reason for revert: This CL broke the configuration of AudioProcessing, we have to revert it to fix the echo issues it introduces. Original issue's description: > Reland 597923002: Fix the way how we create webrtc::AudioProcessing in Chrome. > > The original review thread is in https://codereview.chromium.org/588523002/ > > Fix the way how we create webrtc::AudioProcessing in Chrome. > > TBR=tommi@chromium.org,maruel@chromium.org > > BUG=415935 > TEST=all webrtc tests in all bots + manual test to verify the agc loggings exist. > > Committed: https://crrev.com/79ef9085fbdbc8e09ac989ea4d5f4c28e516bba9 > Cr-Commit-Position: refs/heads/master@{#300509} TBR=maruel@chromium.org,tommi@chromium.org NOTREECHECKS=true NOTRY=true BUG=415935 Review URL: https://codereview.chromium.org/717203002 Cr-Commit-Position: refs/heads/master@{#303834}
Diffstat (limited to 'content/content_unittests.isolate')
-rw-r--r--content/content_unittests.isolate14
1 files changed, 0 insertions, 14 deletions
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 72d8d3d..bc982e2 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -58,13 +58,6 @@
],
},
}],
- ['OS=="linux" and libpeer_target_type=="loadable_module"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/lib/libpeerconnection.so',
- ],
- },
- }],
['OS=="mac"', {
'variables': {
'command': [
@@ -104,13 +97,6 @@
],
},
}],
- ['OS=="win" and libpeer_target_type=="loadable_module"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/libpeerconnection.dll',
- ],
- },
- }],
],
'includes': [
'../base/base.isolate',