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

Unified Diff: webrtc/libjingle/xmllite/xmllite.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/api/api_tests.gyp ('k') | webrtc/libjingle/xmllite/xmllite_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/xmllite/xmllite.gyp
diff --git a/webrtc/libjingle/xmllite/xmllite.gyp b/webrtc/libjingle/xmllite/xmllite.gyp
index c297b42b5ccada54ae184b37c13355d2c721467c..1d76de673c28adf9f336a492010a970644385d2c 100644
--- a/webrtc/libjingle/xmllite/xmllite.gyp
+++ b/webrtc/libjingle/xmllite/xmllite.gyp
@@ -42,5 +42,25 @@
'xmlprinter.h',
],
},
- ],
+ ], # targets
+ 'conditions': [
+ ['include_tests==1', {
+ 'targets' : [
+ {
+ 'target_name': 'rtc_xmllite_unittest',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'sources': [
+ 'qname_unittest.cc',
+ 'xmlbuilder_unittest.cc',
+ 'xmlelement_unittest.cc',
+ 'xmlnsstack_unittest.cc',
+ 'xmlparser_unittest.cc',
+ 'xmlprinter_unittest.cc',
+ ],
+ },
+ }, # target rtc_xmllite_unittest
+ ], # targets
+ }], # include_tests==1
+ ], # conditions
}
« no previous file with comments | « webrtc/api/api_tests.gyp ('k') | webrtc/libjingle/xmllite/xmllite_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698