| 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': { | 8 'variables': { |
| 9 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/bui
ld/inverse_depth.py <(DEPTH))/monacl', | 9 'monacl_codegen_dir': '<(SHARED_INTERMEDIATE_DIR)/<!(python <(DEPTH)/bui
ld/inverse_depth.py <(DEPTH))/nacl', |
| 10 }, | 10 }, |
| 11 'includes': [ | 11 'includes': [ |
| 12 '../components/nacl/nacl_defines.gypi', | 12 '../components/nacl/nacl_defines.gypi', |
| 13 ], | 13 ], |
| 14 'targets': [ | 14 'targets': [ |
| 15 { | 15 { |
| 16 'target_name': 'monacl_codegen', | 16 'target_name': 'monacl_codegen', |
| 17 'type': 'none', | 17 'type': 'none', |
| 18 'actions': [ | 18 'actions': [ |
| 19 { | 19 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'msvs_target_platform': 'x64', | 107 'msvs_target_platform': 'x64', |
| 108 } | 108 } |
| 109 }, | 109 }, |
| 110 }, | 110 }, |
| 111 ], | 111 ], |
| 112 }], | 112 }], |
| 113 ], | 113 ], |
| 114 }], | 114 }], |
| 115 ], | 115 ], |
| 116 } | 116 } |
| OLD | NEW |