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

Unified Diff: third_party/cython/cython_compiler.gypi

Issue 578893002: mojo: Fix dependency for building python bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused variable 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 | « third_party/cython/cp_python_binary_modules.py ('k') | third_party/cython/python_module.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cython/cython_compiler.gypi
diff --git a/third_party/cython/cython_compiler.gypi b/third_party/cython/cython_compiler.gypi
index 39d83185656e27d402880e375e8663a761e2a412..ca974a27003053f388c1561729e2c39684f904a5 100644
--- a/third_party/cython/cython_compiler.gypi
+++ b/third_party/cython/cython_compiler.gypi
@@ -60,12 +60,5 @@
'library_dirs': [
'<!@(python <(python_flags) --library_dirs)',
],
- 'direct_dependent_settings': {
- 'variables': {
- 'python_binary_modules': [
- '<(python_cython_module)<(module_suffix)=<(module_prefix)<(_target_name)<(module_suffix)',
- ],
- },
- },
'hard_dependency': 1,
}
« no previous file with comments | « third_party/cython/cp_python_binary_modules.py ('k') | third_party/cython/python_module.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698