Index: build/secondary/testing/gtest/BUILD.gn |
diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn |
index 649f5c559db4054f6815b77432f39e04e0ca769e..637048cc42d9eae688b1e5d6331d08b65d54f4fa 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") |
config("gtest_config") { |