| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index db76edd1d93a9e1cb0cd8a9c4cab6adb06bc563d..d3f558f03478d6ac9745e51e3600a5239095f3df 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -604,11 +604,10 @@
|
| 'target_name': 'chromium_builder_webrtc',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - 'chromium_builder_qa', # needed for perf pyauto tests
|
| + 'chromium_builder_qa', # TODO(phoglund): not sure if needed?
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../content/content_shell_and_tests.gyp:content_unittests',
|
| - '../third_party/libjingle/libjingle.gyp:peerconnection_server',
|
| '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
|
| '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
|
| ],
|
|
|