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