From fb5251d1ff4f36ea296da4be72ddf26a9e3e5643 Mon Sep 17 00:00:00 2001 From: qsr Date: Wed, 21 Jan 2015 07:57:22 -0800 Subject: Move the test template to //testing/test.gni (part 2) This CL move the test target from build/config/BUILDCONFIG.gn to testing/test.gni It also update the test template to automatically build an apk on Android. R=cjhopman@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/824263004 Cr-Commit-Position: refs/heads/master@{#312396} --- rlz/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rlz') diff --git a/rlz/BUILD.gn b/rlz/BUILD.gn index 0887ef4..f889137 100644 --- a/rlz/BUILD.gn +++ b/rlz/BUILD.gn @@ -5,6 +5,8 @@ # Note that this build file assumes rlz_use_chrome_net which is a condition in # the GYP file, but is always true for Chrome builds. +import("//testing/test.gni") + config("rlz_config") { defines = [ "RLZ_NETWORK_IMPLEMENTATION_CHROME_NET" ] } -- cgit v1.1