Index: build/config/ios/rules.gni |
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni |
index 2f842a6abe4eaae373c6e079108986deff39b797..44788963892109e3aa09d6811fde09a5db83301a 100644 |
--- a/build/config/ios/rules.gni |
+++ b/build/config/ios/rules.gni |
@@ -420,12 +420,6 @@ template("ios_app_bundle") { |
_output_name = invoker.output_name |
} |
- if (defined(invoker.write_pkg_info)) { |
- # TODO(sdefresne): remove once all downstream target have been fixed to |
- # not override this variable anymore. |
- assert(invoker.write_pkg_info, "write_pkg_info cannot be overridden") |
- } |
- |
_arch_executable_source = _target_name + "_arch_executable_sources" |
_arch_executable_target = _target_name + "_arch_executable" |
_lipo_executable_target = _target_name + "_executable" |