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} --- third_party/libaddressinput/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/libaddressinput') diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn index 99c2be2..5f6d4fc 100644 --- a/third_party/libaddressinput/BUILD.gn +++ b/third_party/libaddressinput/BUILD.gn @@ -2,6 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +import("//testing/test.gni") import("//tools/grit/grit_rule.gni") libaddressinput_util_files = [ -- cgit v1.1