summaryrefslogtreecommitdiff
path: root/testing/test.gni
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-08-30 21:56:33 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-30 21:56:33 -0700
commitc65e11ee1bef647e87f2573848d5b49a6236ecf8 (patch)
treedb5dce4b661460ddb2282785531e03a67896a335 /testing/test.gni
parent77be04971c130cadbbdba04814f3d77ef25548bc (diff)
downloadpdfium-c65e11ee1bef647e87f2573848d5b49a6236ecf8.tar.xz
Roll DEPS for build to b73bafdd.
Also roll: buildtools to adb8bf4e. skia to 3ee255f2. v8 to 3d96d7ee. And make tweaks to get it all working. Review-Url: https://codereview.chromium.org/2283883002
Diffstat (limited to 'testing/test.gni')
-rw-r--r--testing/test.gni9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/test.gni b/testing/test.gni
index 3f6f175613..535a749101 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
+ }
+}