Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index b1c9f039425843694d4d5b0c32ad5cd404d96b03..8a087e73449b1c13705069d1c833db3c088a20dc 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1331,6 +1331,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) |