OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2016 The Chromium 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 # Exclude support for registering main function in multi-process tests. | |
kjellander_chromium
2016/04/20 05:38:45
Shouldn't "Exclude" be "Include" here?
Petr Hosek
2016/04/20 15:59:44
I've followed the pattern used in other .gni files
| |
6 gtest_include_multiprocess = true | |
7 | |
8 # Exclude support for platform-specific operations across unit tests. | |
kjellander_chromium
2016/04/20 05:38:45
Same here.
Petr Hosek
2016/04/20 15:59:44
Ditto.
| |
9 gtest_include_platform_test = true | |
OLD | NEW |