Index: remoting/BUILD.gn |
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
index 70aafa01157bd26389fa194f1b24ebccf9c8bca7..36211d750e9a583f577210814f1620543258c83d 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", |