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

Unified Diff: webrtc/BUILD.gn

Issue 1665603003: Move gtest_prod_util.h out of webrtc/test tree. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 10 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 | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index be824b7bc70beaf38316e15945054352c5d06b8f..6d84c504a38e3158e35e731d9d584e37e0afa340 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -246,12 +246,6 @@ source_set("webrtc_common") {
}
}
-source_set("gtest_prod") {
- sources = [
- "test/testsupport/gtest_prod_util.h",
- ]
-}
-
if (rtc_enable_protobuf) {
proto_library("rtc_event_log_proto") {
sources = [
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698