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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1843193002: Reland of move {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased and moved isolate targets into include_tests==1 condition Created 4 years, 9 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/webrtc.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index cf72d2ee56f89d80227a44d2745efc63c2c66554..7840e80b5ed29362665be15eca7b1ad49c343699 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -18,9 +18,9 @@
'libjingle/xmpp/xmpp.gyp:rtc_xmpp',
'p2p/p2p.gyp:rtc_p2p',
'p2p/p2p.gyp:libstunprober',
- 'rtc_p2p_unittest',
- 'rtc_xmllite_unittest',
- 'rtc_xmpp_unittest',
+ 'p2p/p2p.gyp:rtc_p2p_unittest',
+ 'libjingle/xmllite/xmllite.gyp:rtc_xmllite_unittest',
+ 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(DEPTH)/testing/gmock.gyp:gmock',
],
@@ -360,32 +360,6 @@
],
},
{
- 'target_name': 'rtc_media_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'rtc_media_unittests',
- ],
- 'includes': [
- 'build/isolate.gypi',
- ],
- 'sources': [
- 'rtc_media_unittests.isolate',
- ],
- },
- {
- 'target_name': 'rtc_pc_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'rtc_pc_unittests',
- ],
- 'includes': [
- 'build/isolate.gypi',
- ],
- 'sources': [
- 'rtc_pc_unittests.isolate',
- ],
- },
- {
'target_name': 'video_engine_tests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698