| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # nacl_win64_target is for building the trusted Win64 NaCl broker. | 8 # nacl_win64_target is for building the trusted Win64 NaCl broker. |
| 9 'nacl_win64_target': 0, | 9 'nacl_win64_target': 0, |
| 10 }, | 10 }, |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'variables': { | 110 'variables': { |
| 111 'nacl_untrusted_build': 1, | 111 'nacl_untrusted_build': 1, |
| 112 'nlib_target': 'libgpu_ipc_nacl.a', | 112 'nlib_target': 'libgpu_ipc_nacl.a', |
| 113 'build_glibc': 0, | 113 'build_glibc': 0, |
| 114 'build_newlib': 0, | 114 'build_newlib': 0, |
| 115 'build_irt': 1, | 115 'build_irt': 1, |
| 116 'build_pnacl_newlib': 0, | 116 'build_pnacl_newlib': 0, |
| 117 'build_nonsfi_helper': 1, | 117 'build_nonsfi_helper': 1, |
| 118 }, | 118 }, |
| 119 'includes': [ | 119 'includes': [ |
| 120 'gpu_ipc.gypi', | 120 'gpu_ipc_common.gypi', |
| 121 ], | 121 ], |
| 122 'dependencies': [ | 122 'dependencies': [ |
| 123 '../base/base_nacl.gyp:base_nacl', | 123 '../base/base_nacl.gyp:base_nacl', |
| 124 '../base/base_nacl.gyp:base_nacl_nonsfi', | 124 '../base/base_nacl.gyp:base_nacl_nonsfi', |
| 125 'command_buffer_common_nacl', | 125 'command_buffer_common_nacl', |
| 126 ], | 126 ], |
| 127 }, | 127 }, |
| 128 ], | 128 ], |
| 129 }], | 129 }], |
| 130 ], | 130 ], |
| 131 } | 131 } |
| OLD | NEW |