| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common_untrusted.gypi', | 10 '../build/common_untrusted.gypi', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'nlib_target': 'libmojo_cpp_bindings_nacl.a', | 45 'nlib_target': 'libmojo_cpp_bindings_nacl.a', |
| 46 'build_glibc': 0, | 46 'build_glibc': 0, |
| 47 'build_newlib': 0, | 47 'build_newlib': 0, |
| 48 'build_irt': 1, | 48 'build_irt': 1, |
| 49 'build_pnacl_newlib': 0, | 49 'build_pnacl_newlib': 0, |
| 50 'build_nonsfi_helper': 1, | 50 'build_nonsfi_helper': 1, |
| 51 }, | 51 }, |
| 52 'dependencies': [ | 52 'dependencies': [ |
| 53 '../base/base_nacl.gyp:base_nacl', | 53 '../base/base_nacl.gyp:base_nacl', |
| 54 '../base/base_nacl.gyp:base_nacl_nonsfi', | 54 '../base/base_nacl.gyp:base_nacl_nonsfi', |
| 55 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | |
| 56 '../mojo/mojo_public.gyp:mojo_interface_bindings_cpp_sources', | 55 '../mojo/mojo_public.gyp:mojo_interface_bindings_cpp_sources', |
| 57 'mojo_cpp_system_nacl', | 56 'mojo_cpp_system_nacl', |
| 58 ], | 57 ], |
| 59 'sources': [ | 58 'sources': [ |
| 60 '<@(mojo_cpp_bindings_sources)', | 59 '<@(mojo_cpp_bindings_sources)', |
| 61 | 60 |
| 62 # This comes from the mojo_interface_bindings_cpp_sources dependency. | 61 # This comes from the mojo_interface_bindings_cpp_sources dependency. |
| 63 '>@(mojom_generated_sources)', | 62 '>@(mojom_generated_sources)', |
| 64 ], | 63 ], |
| 65 }, | 64 }, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 79 'sources': [ | 78 'sources': [ |
| 80 '<@(mojo_cpp_system_sources)', | 79 '<@(mojo_cpp_system_sources)', |
| 81 ], | 80 ], |
| 82 'dependencies': [ | 81 'dependencies': [ |
| 83 '../base/base_nacl.gyp:base_nacl', | 82 '../base/base_nacl.gyp:base_nacl', |
| 84 'mojo_public_system_nacl', | 83 'mojo_public_system_nacl', |
| 85 ], | 84 ], |
| 86 }, | 85 }, |
| 87 ], | 86 ], |
| 88 } | 87 } |
| OLD | NEW |