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

Unified Diff: testing/test.gni

Issue 2283883002: Roll DEPS for build to b73bafdd. (Closed)
Patch Set: more rolls Created 4 years, 4 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_overrides/build.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index 3f6f175613234cc473a9092e35e2663b8ea340a6..535a74910137b3cd8d927a8cf56c269832bf77d2 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -372,3 +372,12 @@ template("test") {
}
}
}
+
+# Test defaults.
+set_defaults("test") {
+ if (is_android) {
+ configs = default_shared_library_configs
+ } else {
+ configs = default_executable_configs
+ }
+}
« no previous file with comments | « build_overrides/build.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698