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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 2007773003: Separate out xml dependencies and tests from rtc_unittests into a separate target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 | 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 848f7ca8b59c76fabaebda2c24d817e3ebb2bfe5..ecba71a564e88afdc1ee448e3efa9238b7264b7d 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -14,13 +14,9 @@
'base/base.gyp:rtc_base',
'base/base_tests.gyp:rtc_base_tests_utils',
'base/base_tests.gyp:rtc_base_tests',
- 'libjingle/xmllite/xmllite.gyp:rtc_xmllite',
- 'libjingle/xmpp/xmpp.gyp:rtc_xmpp',
'p2p/p2p.gyp:rtc_p2p',
'p2p/p2p.gyp:libstunprober',
'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',
],
@@ -38,6 +34,18 @@
],
},
{
+ 'target_name': 'xmllite_xmpp_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ 'base/base_tests.gyp:rtc_base_tests_utils', # needed for main()
+ 'libjingle/xmllite/xmllite.gyp:rtc_xmllite',
+ 'libjingle/xmpp/xmpp.gyp:rtc_xmpp',
+ 'libjingle/xmllite/xmllite.gyp:rtc_xmllite_unittest',
+ 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ ],
+ },
+ {
'target_name': 'webrtc_tests',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698