| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'conditions': [ | 6 'conditions': [ |
| 7 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 7 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 8 'variables': { | |
| 9 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/bui
ld/inverse_depth.py <(DEPTH))/monacl', | |
| 10 }, | |
| 11 'includes': [ | 8 'includes': [ |
| 12 '../components/nacl/nacl_defines.gypi', | 9 '../components/nacl/nacl_defines.gypi', |
| 10 '../mojo/mojo_nacl.gypi', |
| 13 ], | 11 ], |
| 14 'targets': [ | 12 'targets': [ |
| 15 { | 13 { |
| 16 'target_name': 'monacl_codegen', | 14 'target_name': 'monacl_codegen', |
| 17 'type': 'none', | 15 'type': 'none', |
| 18 'actions': [ | 16 'actions': [ |
| 19 { | 17 { |
| 20 'action_name': 'generate_nacl_bindings', | 18 'action_name': 'generate_nacl_bindings', |
| 21 'inputs': [ | 19 'inputs': [ |
| 22 'nacl/generator/generate_nacl_bindings.py', | 20 'nacl/generator/generate_nacl_bindings.py', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'msvs_target_platform': 'x64', | 105 'msvs_target_platform': 'x64', |
| 108 } | 106 } |
| 109 }, | 107 }, |
| 110 }, | 108 }, |
| 111 ], | 109 ], |
| 112 }], | 110 }], |
| 113 ], | 111 ], |
| 114 }], | 112 }], |
| 115 ], | 113 ], |
| 116 } | 114 } |
| OLD | NEW |