Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: webrtc/base/gunit_prod.h

Issue 1903553003: Remove the rtc_relative_path GYP variable and similar defines (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/gunit.h ('k') | webrtc/build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/gunit_prod.h
diff --git a/webrtc/base/gunit_prod.h b/webrtc/base/gunit_prod.h
index dc39bbd0eb8a17c62d0d477276300c7ad1ab9336..9850ed85d6dae0644b0aed4601ecd13a39eb2a01 100644
--- a/webrtc/base/gunit_prod.h
+++ b/webrtc/base/gunit_prod.h
@@ -15,10 +15,7 @@
// Android doesn't use gtest at all, so anything that relies on gtest should
// check this define first.
#define NO_GTEST
-#elif defined (GTEST_RELATIVE_PATH)
-#include "gtest/gtest_prod.h"
-#else
-#include "testing/base/gunit_prod.h"
+#include "testing/gtest/include/gtest/gtest_prod.h"
#endif
#endif // WEBRTC_BASE_GUNIT_PROD_H_
« no previous file with comments | « webrtc/base/gunit.h ('k') | webrtc/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698