1 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are
7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer
11 # in the documentation and/or other materials provided with the
13 # * Neither the name of Google Inc. nor the names of its
14 # contributors may be used to endorse or promote products derived from
15 # this software without specific prior written permission.
17 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 '../build/win/precompile.gypi',
35 'target_name': 'wtf_unittests',
38 'wtf_unittest_helpers',
40 '../config.gyp:unittest_config',
41 '<(DEPTH)/base/base.gyp:test_support_base',
44 'testing/RunAllTests.cpp',
45 '<@(wtf_unittest_files)',
47 # Disable c4267 warnings until we fix size_t to int truncations.
48 'msvs_disabled_warnings': [4127, 4510, 4512, 4610, 4706, 4068, 4267],
50 ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and use_allocator!="none"', {
52 '<(DEPTH)/base/base.gyp:base',
53 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
57 'type': 'shared_library',
59 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
60 '<(DEPTH)/tools/android/forwarder2/forwarder.gyp:forwarder2',
66 'target_name': 'wtf_unittest_helpers',
67 'type': '<(component)',
75 'WTF_UNITTEST_HELPERS_IMPLEMENTATION=1',
78 '<@(wtf_unittest_helper_files)',
83 ['OS=="android" and gtest_target_type=="shared_library"', {
85 'target_name': 'wtf_unittests_apk',
88 '<(DEPTH)/base/base.gyp:base_java',
89 '<(DEPTH)/net/net.gyp:net_java',
93 'test_suite_name': 'wtf_unittests',
95 'includes': [ '../../../../build/apk_test.gypi' ],
98 ['test_isolation_mode != "noop"', {
101 'target_name': 'wtf_unittests_run',
107 '../../../../build/isolate.gypi',
110 'wtf_unittests.isolate',