| 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))/monacl', |
| 10 }, | 10 }, |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'dependencies': [ | 55 'dependencies': [ |
| 56 '<(DEPTH)/native_client/src/trusted/service_runtime/service_runtime.
gyp:sel', | 56 '<(DEPTH)/native_client/src/trusted/service_runtime/service_runtime.
gyp:sel', |
| 57 'monacl_codegen', | 57 'monacl_codegen', |
| 58 ], | 58 ], |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 'target_name': 'monacl_shell', | 61 'target_name': 'monacl_shell', |
| 62 'type': 'executable', | 62 'type': 'executable', |
| 63 'dependencies': [ | 63 'dependencies': [ |
| 64 '../base/base.gyp:base', | 64 '../base/base.gyp:base', |
| 65 'edk/mojo_edk.gyp:mojo_system_impl', | 65 'mojo_edk.gyp:mojo_system_impl', |
| 66 'monacl_sel', | 66 'monacl_sel', |
| 67 ], | 67 ], |
| 68 'sources': [ | 68 'sources': [ |
| 69 'nacl/monacl_shell.cc', | 69 'nacl/monacl_shell.cc', |
| 70 ], | 70 ], |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 'target_name': 'mojo_nacl', | 73 'target_name': 'mojo_nacl', |
| 74 'type': 'none', | 74 'type': 'none', |
| 75 'variables': { | 75 'variables': { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 '../testing/gtest_nacl.gyp:gtest_nacl', | 113 '../testing/gtest_nacl.gyp:gtest_nacl', |
| 114 '../testing/gtest_nacl.gyp:gtest_main_nacl', | 114 '../testing/gtest_nacl.gyp:gtest_main_nacl', |
| 115 'mojo_nacl', | 115 'mojo_nacl', |
| 116 'monacl_codegen', | 116 'monacl_codegen', |
| 117 ], | 117 ], |
| 118 }, | 118 }, |
| 119 ], | 119 ], |
| 120 }], | 120 }], |
| 121 ], | 121 ], |
| 122 } | 122 } |
| OLD | NEW |