Index: chrome/android/BUILD.gn |
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
index 7f15c9d8222993149ad30236c446b46f25bf72d0..8379c7a4bdfa9ddeee7f8c729182286d30bf24ca 100644 |
--- a/chrome/android/BUILD.gn |
+++ b/chrome/android/BUILD.gn |
@@ -396,13 +396,6 @@ shared_library("chrome_public") { |
"scope", |
[ "chrome_apk.gyp" ]) |
sources = gypi_values.chrome_public_app_native_sources |
- |
- # TODO(GYP): |
- #'target_conditions': [ |
- #['component != "shared_library"', { |
- #'product_extension': '<(version_libchrome_short).so', |
- #}], |
- #], |
} |
chrome_public_apk_tmpl("chrome_public_apk") { |