| Index: webrtc/tools/tools.gyp
|
| diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp
|
| index 6ffc93ba686aa44333cf07641774645e440faacd..61a7d7703aef77b3c61d21ec55fb5f93a6c4af61 100644
|
| --- a/webrtc/tools/tools.gyp
|
| +++ b/webrtc/tools/tools.gyp
|
| @@ -165,29 +165,6 @@
|
| ['include_tests==1', {
|
| 'targets' : [
|
| {
|
| - 'target_name': 'agc_test_utils',
|
| - 'type': 'static_library',
|
| - 'sources': [
|
| - 'agc/test_utils.cc',
|
| - 'agc/test_utils.h',
|
| - ],
|
| - },
|
| - {
|
| - 'target_name': 'agc_harness',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - '<(DEPTH)/testing/gtest.gyp:gtest',
|
| - '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
| - '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_default',
|
| - '<(webrtc_root)/test/test.gyp:channel_transport',
|
| - '<(webrtc_root)/test/test.gyp:test_support',
|
| - '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
|
| - ],
|
| - 'sources': [
|
| - 'agc/agc_harness.cc',
|
| - ],
|
| - }, # agc_harness
|
| - {
|
| 'target_name': 'activity_metric',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|