Chromium Code Reviews| Index: gpu/BUILD.gn |
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
| index eba5e7a35187cfb65d4dc021159a3511f133c11d..70e9a39fc6a48b640fa19ce728049efe0042a9fd 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" ] |
| } |