Change log:61ed337cfe..21934f358aFull diff:61ed337cfe..21934f358aNo dependencies changed. No update to Clang. TBR= NOTRY=True Review URL: https://codereview.webrtc.org/1901763005 Cr-Commit-Position: refs/heads/master@{#12434}
14 lines
606 B
Plaintext
14 lines
606 B
Plaintext
# Copyright (c) 2016 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.
|
|
|
|
# Include support for registering main function in multi-process tests.
|
|
gtest_include_multiprocess = true
|
|
|
|
# Include support for platform-specific operations across unit tests.
|
|
gtest_include_platform_test = true
|