Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: testing/gmock/BUILD.gn

Issue 219433005: Move gtest/gmock BUILD.gn files to main tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/win/BUILD.gn ('k') | testing/gtest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « build/config/win/BUILD.gn ('k') | testing/gtest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698