Index: third_party/cython/rules.gni |
diff --git a/third_party/cython/rules.gni b/third_party/cython/rules.gni |
index 252e9487077fb0aeac0c200ed0d171afa4aa08b7..fce3e4caf7c4d12997dd9bcc812486cc604c8b0e 100644 |
--- a/third_party/cython/rules.gni |
+++ b/third_party/cython/rules.gni |
@@ -72,9 +72,6 @@ |
datadeps = invoker.datadeps |
} |
sources = [ cython_output ] |
- if (defined(invoker.additional_sources)) { |
- sources += invoker.additional_sources |
- } |
configs += [ ":$config_name" ] |
} |