Chromium Code Reviews| Index: third_party/cython/rules.gni |
| diff --git a/third_party/cython/rules.gni b/third_party/cython/rules.gni |
| index 252e9487077fb0aeac0c200ed0d171afa4aa08b7..efd9ca3e5eb1d7f3d32cf15b6a908a19f7ecd75e 100644 |
| --- a/third_party/cython/rules.gni |
| +++ b/third_party/cython/rules.gni |
| @@ -76,6 +76,9 @@ template("python_binary_module") { |
| sources += invoker.additional_sources |
| } |
| configs += [ ":$config_name" ] |
| + if (defined(invoker.configs)) { |
| + configs += invoker.configs |
| + } |
| } |
| copy(target_name) { |