Move gtest_prod_util.h out of webrtc/test tree.

This is needed because the target is defined in webrtc/common.gyp
and its current location crosses package boundaries when generating
projects for some build systems.

NOTRY=True

Review URL: https://codereview.webrtc.org/1665603003

Cr-Commit-Position: refs/heads/master@{#11496}
This commit is contained in:
kjellander
2016-02-05 00:23:50 -08:00
committed by Commit bot
parent a96e2d77cb
commit 988d31eb9b
17 changed files with 28 additions and 28 deletions

View File

@ -16,13 +16,13 @@
#include <utility>
#include <vector>
#include "webrtc/base/gtest_prod_util.h"
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
#include "webrtc/modules/rtp_rtcp/source/packet_loss_stats.h"
#include "webrtc/modules/rtp_rtcp/source/rtcp_receiver.h"
#include "webrtc/modules/rtp_rtcp/source/rtcp_sender.h"
#include "webrtc/modules/rtp_rtcp/source/rtp_sender.h"
#include "webrtc/test/testsupport/gtest_prod_util.h"
namespace webrtc {