Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index 79919dfcefa7512abc7c5bbef6be55378d1efe74..b7bd7651077e6bdcc3422e8997fba80a5dc7dc80 100644 |
--- a/gpu/BUILD.gn |
+++ b/gpu/BUILD.gn |
@@ -126,7 +126,7 @@ test("gl_tests") { |
libs = [] |
if (is_android) { |
- deps += [ "//testing/android:native_test_native_code" ] |
+ deps += [ "//testing/android/native_test:native_test_native_code" ] |
libs += [ "android" ] |
} |