summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2015-04-09 14:51:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-09 21:52:27 +0000
commit6ab22495db53ab1a423e90f9f698c36a92f9eb62 (patch)
tree59829497564895c9a748337841e3c9b73a7f9ab7 /remoting/BUILD.gn
parent1683a7b8537afbd087128c1fbbe3257c20e4afcf (diff)
downloadchromium_src-6ab22495db53ab1a423e90f9f698c36a92f9eb62.zip
chromium_src-6ab22495db53ab1a423e90f9f698c36a92f9eb62.tar.gz
chromium_src-6ab22495db53ab1a423e90f9f698c36a92f9eb62.tar.bz2
[Android] Move testing/android/ to testing/android/native_test/
This will let us put android test code unrelated to native test APK wrapping elsewhere in testing/android/*. BUG= Review URL: https://codereview.chromium.org/1071573003 Cr-Commit-Position: refs/heads/master@{#324512}
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 70aafa0..36211d7 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -113,7 +113,7 @@ if (!is_win && !is_mac) {
]
if (is_android) {
- deps += [ "//testing/android:native_test_native_code" ]
+ deps += [ "//testing/android/native_test:native_test_native_code" ]
} else {
deps += [
"//remoting/client/plugin",