Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / libjingle / xmllite / xmllite_tests.gyp
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 #
3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS.  All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
8
9 {
10   'includes': [ '../../build/common.gypi', ],
11   'targets': [
12     {
13       'target_name': 'rtc_xmllite_unittest',
14       'type': 'executable',
15       'dependencies': [
16         '<(DEPTH)/testing/gtest.gyp:gtest',
17         '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
18         'xmllite.gyp:rtc_xmllite',
19       ],
20       'cflags_cc!': [
21         '-Wnon-virtual-dtor',
22       ],
23       'sources': [
24         'qname_unittest.cc',
25         'xmlbuilder_unittest.cc',
26         'xmlelement_unittest.cc',
27         'xmlnsstack_unittest.cc',
28         'xmlparser_unittest.cc',
29         'xmlprinter_unittest.cc',
30       ],
31     },
32   ],
33 }
34