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

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

Issue 2029583002: Remove test targets of type none. (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 | « webrtc/base/base_tests.gyp ('k') | webrtc/libjingle/xmpp/xmpp.gyp » ('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 1d76de673c28adf9f336a492010a970644385d2c..93a66d11defb0b78ae1abb4cd6417a4e4af58eef 100644
--- a/webrtc/libjingle/xmllite/xmllite.gyp
+++ b/webrtc/libjingle/xmllite/xmllite.gyp
@@ -43,24 +43,4 @@
],
},
], # 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/base/base_tests.gyp ('k') | webrtc/libjingle/xmpp/xmpp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698