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

Unified Diff: webrtc/common.gyp

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 | « webrtc/base/gtest_prod_util.h ('k') | webrtc/common_audio/channel_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common.gyp
diff --git a/webrtc/common.gyp b/webrtc/common.gyp
index efffe1312cba9697227a6bde47a4780fb0372c06..3b5fe902dd997c7c85187fd766a7e06b7312cd90 100644
--- a/webrtc/common.gyp
+++ b/webrtc/common.gyp
@@ -20,12 +20,5 @@
'typedefs.h',
],
},
- {
- 'target_name': 'gtest_prod',
- 'type': 'static_library',
- 'sources': [
- 'test/testsupport/gtest_prod_util.h',
- ],
- },
],
}
« no previous file with comments | « webrtc/base/gtest_prod_util.h ('k') | webrtc/common_audio/channel_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698