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

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: 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
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" ]
}
« mojo/public/python/src/python_system_helper.cc ('K') | « mojo/python/tests/runloop_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698