| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 8b9b5bf19056236ef193fef6e453d7f28959881b..6bc26b8bf16de952a8e11ba121577c22fbf823e2 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -899,7 +899,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" ]
|
| }
|
| }
|
|
|
| @@ -1354,7 +1354,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)
|
|
|