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

Unified Diff: webrtc/libjingle/xmpp/xmpp.gyp

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/libjingle/xmllite/xmllite_tests.gypi ('k') | webrtc/libjingle/xmpp/xmpp_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/xmpp/xmpp.gyp
diff --git a/webrtc/libjingle/xmpp/xmpp.gyp b/webrtc/libjingle/xmpp/xmpp.gyp
index 6b738e7f3cfbd9aa7564bc7a77df95767ab939e1..4dc75f7b52e89df4841c383dd128fd5edb321338 100644
--- a/webrtc/libjingle/xmpp/xmpp.gyp
+++ b/webrtc/libjingle/xmpp/xmpp.gyp
@@ -140,6 +140,36 @@
],
}],
],
- }],
+ },
+ ], # targets
+ 'conditions': [
+ ['include_tests==1', {
+ 'targets' : [
+ {
+ 'target_name': 'rtc_xmpp_unittest',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'sources': [
+ 'fakexmppclient.h',
+ 'hangoutpubsubclient_unittest.cc',
+ 'jid_unittest.cc',
+ 'mucroomconfigtask_unittest.cc',
+ 'mucroomdiscoverytask_unittest.cc',
+ 'mucroomlookuptask_unittest.cc',
+ 'mucroomuniquehangoutidtask_unittest.cc',
+ 'pingtask_unittest.cc',
+ 'pubsubclient_unittest.cc',
+ 'pubsubtasks_unittest.cc',
+ 'util_unittest.cc',
+ 'util_unittest.h',
+ 'xmppengine_unittest.cc',
+ 'xmpplogintask_unittest.cc',
+ 'xmppstanzaparser_unittest.cc',
+ ],
+ },
+ }, # target rtc_xmpp_unittest
+ ], # targets
+ }], # include_tests==1
+ ], # conditions
}
« no previous file with comments | « webrtc/libjingle/xmllite/xmllite_tests.gypi ('k') | webrtc/libjingle/xmpp/xmpp_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698