Remove include_dirs from test/test.gyp.
This is a cleanup step for having root-relative includes, include_dirs shouldn't be needed anymore. BUG=1662 R=phoglund@webrtc.org, tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1984004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4512 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -22,13 +22,13 @@
|
||||
#include <vector>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "testsupport/fileutils.h"
|
||||
#include "webrtc/modules/audio_coding/neteq/interface/webrtc_neteq_help_macros.h"
|
||||
#include "webrtc/modules/audio_coding/neteq/interface/webrtc_neteq_internal.h"
|
||||
#include "webrtc/modules/audio_coding/neteq/test/NETEQTEST_CodecClass.h"
|
||||
#include "webrtc/modules/audio_coding/neteq/test/NETEQTEST_NetEQClass.h"
|
||||
#include "webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.h"
|
||||
#include "webrtc/modules/audio_coding/neteq4/tools/input_audio_file.h"
|
||||
#include "webrtc/test/testsupport/fileutils.h"
|
||||
#include "webrtc/typedefs.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
Reference in New Issue
Block a user