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} --- components/proximity_auth/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/proximity_auth') diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn index 0ba93b0..d067603 100644 --- a/components/proximity_auth/BUILD.gn +++ b/components/proximity_auth/BUILD.gn @@ -2,6 +2,8 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//testing/test.gni") + source_set("proximity_auth") { sources = [ "base64url.cc", -- cgit v1.1