Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: third_party/cython/rules.gni

Issue 787803004: Update from https://crrev.com/307664 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cython/rules.gni
diff --git a/third_party/cython/rules.gni b/third_party/cython/rules.gni
index 3938110df18dc381dffb92a7c4efabfab4939c4c..53125fe03f83bef7839a5e8e1c04d1a6f3a5d905 100644
--- a/third_party/cython/rules.gni
+++ b/third_party/cython/rules.gni
@@ -63,6 +63,9 @@ template("python_binary_module_sources") {
if (defined(invoker.additional_sources)) {
sources += invoker.additional_sources
}
+ if (defined(invoker.configs)) {
+ configs += invoker.configs
+ }
all_dependent_configs = [ ":$config_name" ]
}
}
@@ -91,6 +94,9 @@ template("python_binary_module") {
python_binary_module_sources(sources_target_name) {
visibility = target_visibility
sources = invoker.sources
+ if (defined(invoker.configs)) {
+ configs = invoker.configs
+ }
}
shared_library(shared_library_name) {
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698