Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 88b87674772eae7313918e9f1c5fef462bc0951b..f2cd2283a0aff63806efe396aed5ccf624e42c9b 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -3491,10 +3491,6 @@ test("unit_tests") { |
android_manifest = |
"//chrome/test/android/unit_tests_apk/AndroidManifest.xml" |
enable_multidex = true |
- |
- # Some android targets still depend on --gc-sections to link. |
- # TODO: remove --gc-sections for Debug builds (crbug.com/159847). |
- ldflags = [ "-Wl,--gc-sections" ] |
} else { |
sources += [ |
# Bookmark export/import are handled via the BookmarkColumns |