diff options
author | qsr <qsr@chromium.org> | 2015-01-21 07:57:22 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-21 15:58:20 +0000 |
commit | fb5251d1ff4f36ea296da4be72ddf26a9e3e5643 (patch) | |
tree | 2ad55b0c4bf8cbc75fde7692f9c6a441d589b304 /rlz | |
parent | 063efcf45e7d9ea6eb65ace73220b380d47a591a (diff) | |
download | chromium_src-fb5251d1ff4f36ea296da4be72ddf26a9e3e5643.zip chromium_src-fb5251d1ff4f36ea296da4be72ddf26a9e3e5643.tar.gz chromium_src-fb5251d1ff4f36ea296da4be72ddf26a9e3e5643.tar.bz2 |
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}
Diffstat (limited to 'rlz')
-rw-r--r-- | rlz/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
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" ] } |