Index: testing/gmock/BUILD.gn |
diff --git a/tools/gn/secondary/testing/gmock/BUILD.gn b/testing/gmock/BUILD.gn |
similarity index 92% |
rename from tools/gn/secondary/testing/gmock/BUILD.gn |
rename to testing/gmock/BUILD.gn |
index 907d117ac0971010fb35f6e30c7469dd87e4bdf8..e217f7d4385e9507e1d3b3d3969dd6c8ce3f02ad 100644 |
--- a/tools/gn/secondary/testing/gmock/BUILD.gn |
+++ b/testing/gmock/BUILD.gn |
@@ -38,6 +38,11 @@ static_library("gmock") { |
":gmock_config", |
"//testing/gtest:gtest_config", |
] |
+ if (is_win) { |
+ all_dependent_configs += [ |
+ "//build/config/win:disable_unused_variable_warning", |
+ ] |
+ } |
} |
static_library("gmock_main") { |