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

Unified Diff: third_party/cython/rules.gni

Issue 552783004: mojo: Add a runloop utility in python (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not acquire GIL when called from python. Created 6 years, 3 months 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 | « mojo/python/tests/runloop_unittest.py ('k') | no next file » | 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 fce3e4caf7c4d12997dd9bcc812486cc604c8b0e..252e9487077fb0aeac0c200ed0d171afa4aa08b7 100644
--- a/third_party/cython/rules.gni
+++ b/third_party/cython/rules.gni
@@ -72,6 +72,9 @@ template("python_binary_module") {
datadeps = invoker.datadeps
}
sources = [ cython_output ]
+ if (defined(invoker.additional_sources)) {
+ sources += invoker.additional_sources
+ }
configs += [ ":$config_name" ]
}
« no previous file with comments | « mojo/python/tests/runloop_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698