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

Side by Side Diff: mojo/mojo.gyp

Issue 594203002: mojo: Add connector to python bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | mojo/public/python/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 { 573 {
574 # GN version: //mojo/public/python:bindings 574 # GN version: //mojo/public/python:bindings
575 'target_name': 'mojo_python_bindings', 575 'target_name': 'mojo_python_bindings',
576 'type': 'none', 576 'type': 'none',
577 'variables': { 577 'variables': {
578 'python_base_module': 'mojo/bindings', 578 'python_base_module': 'mojo/bindings',
579 }, 579 },
580 'sources': [ 580 'sources': [
581 'public/python/mojo/bindings/__init__.py', 581 'public/python/mojo/bindings/__init__.py',
582 'public/python/mojo/bindings/descriptor.py', 582 'public/python/mojo/bindings/descriptor.py',
583 'public/python/mojo/bindings/messaging.py',
583 'public/python/mojo/bindings/reflection.py', 584 'public/python/mojo/bindings/reflection.py',
584 'public/python/mojo/bindings/serialization.py', 585 'public/python/mojo/bindings/serialization.py',
585 ], 586 ],
586 'dependencies': [ 587 'dependencies': [
587 'mojo_python_system', 588 'mojo_python_system',
588 ], 589 ],
589 'includes': [ '../third_party/cython/python_module.gypi' ], 590 'includes': [ '../third_party/cython/python_module.gypi' ],
590 }, 591 },
591 { 592 {
592 # GN version: //mojo/python 593 # GN version: //mojo/python
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'mojo_python_unittests.isolate', 655 'mojo_python_unittests.isolate',
655 ], 656 ],
656 'sources': [ 657 'sources': [
657 'mojo_python_unittests.isolate', 658 'mojo_python_unittests.isolate',
658 ], 659 ],
659 }, 660 },
660 ], 661 ],
661 }], 662 }],
662 ], 663 ],
663 } 664 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/python/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698