summaryrefslogtreecommitdiffstats
path: root/media
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 /media
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 'media')
-rw-r--r--media/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/BUILD.gn b/media/BUILD.gn
index f029be7..27ef3aa 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -625,7 +625,7 @@ test("media_unittests") {
deps += [
"//media/base/android",
# TODO(GYP)
- #"//testing/android:native_test_native_code"
+ #"//testing/android/native_test:native_test_native_code"
]
}