Remove definition and usage of macro GTEST_RELATIVE_PATH.

The macro GTEST_RELATIVE_PATH is obsolete and since it is always
defined this CL just removes it.

Bug: webrtc:9564
Change-Id: Ieafa5b77351c4df87864588ba6b3de8f60d54e89
Reviewed-on: https://webrtc-review.googlesource.com/92080
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24226}
This commit is contained in:
Mirko Bonadei
2018-08-02 13:36:10 +02:00
committed by Commit Bot
parent c2342031f4
commit 8e5014a392
7 changed files with 3 additions and 26 deletions

View File

@ -90,10 +90,7 @@ if (rtc_enable_protobuf) {
deps += [ ":network_tester_unittests_bundle_data" ]
}
defines = [
"GTEST_RELATIVE_PATH",
"WEBRTC_NETWORK_TESTER_TEST_ENABLED",
]
defines = [ "WEBRTC_NETWORK_TESTER_TEST_ENABLED" ]
data = network_tester_unittests_resources