Chromium Code Reviews| Index: native_client_sdk/native_client_sdk_untrusted.gyp |
| diff --git a/native_client_sdk/native_client_sdk_untrusted.gyp b/native_client_sdk/native_client_sdk_untrusted.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f03e8b6bfb4417db1037b7232cd97a2f2bfc0ef2 |
| --- /dev/null |
| +++ b/native_client_sdk/native_client_sdk_untrusted.gyp |
| @@ -0,0 +1,44 @@ |
| +# Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'includes': [ |
| + '..//build/common_untrusted.gypi', |
|
binji
2013/11/12 19:41:42
is // correct or a typo?
|
| + ], |
| + 'conditions': [ |
| + ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| + 'targets': [ |
| + { |
| + 'target_name': 'nacl_io_untrusted', |
| + 'type': 'none', |
| + 'variables': { |
| + 'nacl_untrusted_build': 1, |
| + 'nlib_target': 'libnacl_io.a', |
| + 'build_newlib': 1, |
| + }, |
| + 'include_dirs': [ |
| + '../native_client/src/untrusted/irt', |
| + 'src/libraries', |
| + 'src/libraries/nacl_io/include', |
| + 'src/libraries/third_party/newlib-extras', |
| + ], |
| + 'direct_dependent_settings': { |
| + 'include_dirs': [ |
| + 'src/libraries', |
| + 'src/libraries/nacl_io/include', |
| + 'src/libraries/third_party/newlib-extras', |
| + ], |
| + }, |
| + 'sources': [ |
| + '>!@pymod_do_main(dsc_info --sources --target nacl_io src/libraries/nacl_io)', |
| + ], |
| + 'dependencies': [ |
| + '../native_client/tools.gyp:prep_toolchain', |
| + '../ppapi/native_client/native_client.gyp:ppapi_lib', |
| + ], |
| + }, |
| + ], |
| + }], |
| + ], |
| +} |