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} --- dbus/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus') diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn index 895f3be..ef6674e 100644 --- a/dbus/BUILD.gn +++ b/dbus/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("//third_party/protobuf/proto_library.gni") component("dbus") { -- cgit v1.1