Index: sandbox/linux/BUILD.gn |
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn |
index 211c22bd3dd7bf4c9ba7c5d0df8f0e3daf9ceb4b..17941994f811b5fd084bfa896a1e4567fabc02b6 100644 |
--- a/sandbox/linux/BUILD.gn |
+++ b/sandbox/linux/BUILD.gn |
@@ -147,7 +147,7 @@ shared_library("sandbox_linux_jni_unittests") { |
":sandbox_linux_unittests_sources", |
] |
if (is_android) { |
- deps += [ "//testing/android:native_test_native_code" ] |
+ deps += [ "//testing/android/native_test:native_test_native_code" ] |
} |
} |