Remove WEBRTC_ANDROID from hardcoded gtest relative path usage.
BUG= Review URL: https://codereview.webrtc.org/1429693005 Cr-Commit-Position: refs/heads/master@{#10501}
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/base/thread.h"
|
||||
#if defined(WEBRTC_ANDROID) || defined(GTEST_RELATIVE_PATH)
|
||||
#if defined(GTEST_RELATIVE_PATH)
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#else
|
||||
#include "testing/base/public/gunit.h"
|
||||
|
||||
Reference in New Issue
Block a user