Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 8a942eed60f4b345a8be5072d3d9346c2d30c7d5..90d170fccfdce24619421d42cfe7636c2f097b50 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -910,7 +910,7 @@ if (is_linux && !is_chromeos) { |
] |
if (is_android) { |
- deps += [ "//testing/android:native_test_native_code" ] |
+ deps += [ "//testing/android/native_test:native_test_native_code" ] |
} |
} |
@@ -1367,7 +1367,7 @@ test("base_unittests") { |
} |
if (is_android) { |
- deps += [ "//testing/android:native_test_native_code" ] |
+ deps += [ "//testing/android/native_test:native_test_native_code" ] |
set_sources_assignment_filter([]) |
sources += [ "debug/proc_maps_linux_unittest.cc" ] |
set_sources_assignment_filter(sources_assignment_filter) |