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:
pbos@webrtc.org
2013-08-09 08:49:48 +00:00
parent a3b7406219
commit 2ab209ef14
9 changed files with 8 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
#include <string>
#include "gtest/gtest.h"
#include "testsupport/fileutils.h"
#include "webrtc/test/testsupport/fileutils.h"
#include "webrtc_cng.h"
namespace webrtc {