| Index: build/secondary/testing/gtest/BUILD.gn
|
| diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
|
| index 7eeceef55e28ec25ea0c1fe2213bacc673e14e9c..aa24d7eb4576e8ebdb857a262249e835061636e8 100644
|
| --- a/build/secondary/testing/gtest/BUILD.gn
|
| +++ b/build/secondary/testing/gtest/BUILD.gn
|
| @@ -2,6 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# Chromium's GN configuration for gtest now lives at testing/gtest/BUILD.gn.
|
| +#
|
| +# This configuration is left in the tree because it is pulled by V8 and PDFium,
|
| +# and will be removed as soon as the projects switch off of it.
|
| +#
|
| +# Details at http://crbug.com/630705 and http://crrev.com/2779193002
|
| +
|
| import("//build_overrides/gtest.gni")
|
| if (is_ios) {
|
| import("//build/config/ios/ios_sdk.gni")
|
|
|