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

Unified Diff: mojo/mojo.gyp

Issue 566333002: mojo: Update gyp python targets to specify their equivalent gn targets. (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
« no previous file with comments | « no previous file | mojo/python/BUILD.gn » ('j') | mojo/python/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 72c13df34bce53f281f3887d2630c348c40ea8ea..c0dbbed8ae4a65f55b8a29b4c3980bf30cfeb860 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -556,6 +556,7 @@
['component!="shared_library" and OS=="linux"', {
'targets': [
{
+ # GN version: //mojo/public/python:system
'target_name': 'mojo_python_system',
'variables': {
'python_base_module': 'mojo',
@@ -571,6 +572,7 @@
'includes': [ '../third_party/cython/cython_compiler.gypi' ],
},
{
+ # GN version: //mojo/python:embedder
'target_name': 'mojo_python_embedder',
'type': 'loadable_module',
'variables': {
@@ -586,6 +588,7 @@
'includes': [ '../third_party/cython/cython_compiler.gypi' ],
},
{
+ # GN version: //mojo/public/python:bindings
'target_name': 'mojo_python_bindings',
'type': 'none',
'variables': {
@@ -602,6 +605,7 @@
'includes': [ '../third_party/cython/python_module.gypi' ],
},
{
+ # GN version: //mojo/python
'target_name': 'mojo_python',
'type': 'none',
'variables': {
« no previous file with comments | « no previous file | mojo/python/BUILD.gn » ('j') | mojo/python/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698