From c65e11ee1bef647e87f2573848d5b49a6236ecf8 Mon Sep 17 00:00:00 2001 From: thestig Date: Tue, 30 Aug 2016 21:56:33 -0700 Subject: 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 --- testing/test.gni | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testing') 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 + } +} -- cgit v1.2.3