1*8975f5c5SAndroid Build Coastguard Worker# Copyright 2019 The ANGLE Project Authors. All rights reserved. 2*8975f5c5SAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be 3*8975f5c5SAndroid Build Coastguard Worker# found in the LICENSE file. 4*8975f5c5SAndroid Build Coastguard Worker 5*8975f5c5SAndroid Build Coastguard Worker# Override settings for third_party integration with Google Test. 6*8975f5c5SAndroid Build Coastguard Worker 7*8975f5c5SAndroid Build Coastguard Worker# Exclude support for registering main function in multi-process tests. 8*8975f5c5SAndroid Build Coastguard Workergtest_include_multiprocess = true 9*8975f5c5SAndroid Build Coastguard Worker 10*8975f5c5SAndroid Build Coastguard Worker# Exclude support for platform-specific operations across unit tests. 11*8975f5c5SAndroid Build Coastguard Workergtest_include_platform_test = true 12*8975f5c5SAndroid Build Coastguard Worker 13*8975f5c5SAndroid Build Coastguard Worker# Exclude support for testing Objective C code on OS X and iOS. 14*8975f5c5SAndroid Build Coastguard Workergtest_include_objc_support = true 15*8975f5c5SAndroid Build Coastguard Worker 16*8975f5c5SAndroid Build Coastguard Worker# Exclude support for flushing coverage files on iOS. 17*8975f5c5SAndroid Build Coastguard Workergtest_include_ios_coverage = true 18