Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 0f74db1e4c429f53e91233d15c60ee7d0f49b97b..603517711ad4c2d17439e8610a8f6d309a70a1c4 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1329,6 +1329,9 @@ test("base_unittests") { |
} |
if (is_android) { |
+ deps += [ |
+ "//testing/android:native_test_native_code", |
+ ] |
set_sources_assignment_filter([]) |
sources += [ "debug/proc_maps_linux_unittest.cc" ] |
set_sources_assignment_filter(sources_assignment_filter) |