summaryrefslogtreecommitdiff
path: root/libjingle/xmllite/xmllite_tests.gypi
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org>2014-10-02 18:43:47 +0000
committerhenrike@webrtc.org <henrike@webrtc.org>2014-10-02 18:43:47 +0000
commitbe9a70f9263d4513f7ffeb81a65572a3b154c3fa (patch)
tree51e6540b776faf9f7c920df431f6d832f047a250 /libjingle/xmllite/xmllite_tests.gypi
parent43fa069ad72b60ab31765e6ef4fc1da298a14ca3 (diff)
downloadwebrtc-be9a70f9263d4513f7ffeb81a65572a3b154c3fa.tar.gz
Moves xmllite's unittests to rtc_unittest.
BUG=3836 R=andrew@webrtc.org, kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/26669005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7369 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'libjingle/xmllite/xmllite_tests.gypi')
-rw-r--r--libjingle/xmllite/xmllite_tests.gypi28
1 files changed, 28 insertions, 0 deletions
diff --git a/libjingle/xmllite/xmllite_tests.gypi b/libjingle/xmllite/xmllite_tests.gypi
new file mode 100644
index 00000000..600a0f55
--- /dev/null
+++ b/libjingle/xmllite/xmllite_tests.gypi
@@ -0,0 +1,28 @@
+# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
+#
+# Use of this source code is governed by a BSD-style license
+# that can be found in the LICENSE file in the root of the source
+# tree. An additional intellectual property rights grant can be found
+# in the file PATENTS. All contributing project authors may
+# be found in the AUTHORS file in the root of the source tree.
+
+{
+ 'includes': [ '../../build/common.gypi', ],
+ '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',
+ ],
+ },
+ },
+ ],
+}
+