GN: Add target for modules_tests.

Additional changes I needed to make it work:

- Modified a header in RTPFile.cc. Every other file is
  using "webrtc/engine_configurations.h" instead.

- Disabled flag 4373 for msvs because it was disabled
  in build/common.gypi.

BUG=webrtc:6038
TBR=kwiberg@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2187563005
Cr-Commit-Position: refs/heads/master@{#13628}
This commit is contained in:
ehmaldonado
2016-08-03 10:46:47 -07:00
committed by Commit bot
parent df47312fad
commit f98dc105ba
2 changed files with 76 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#endif
#include "audio_coding_module.h"
#include "engine_configurations.h"
#include "webrtc/engine_configurations.h"
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
// TODO(tlegrand): Consider removing usage of gtest.
#include "testing/gtest/include/gtest/gtest.h"