| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'command_buffer_traits.gypi', | 120 'command_buffer_traits.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 '../ui/gfx/ipc/geometry/gfx_ipc_geometry_nacl.gyp:gfx_ipc_geometry_n
acl', |
| 125 'command_buffer_common_nacl', | 126 'command_buffer_common_nacl', |
| 126 ], | 127 ], |
| 127 }, | 128 }, |
| 128 ], | 129 ], |
| 129 }], | 130 }], |
| 130 ], | 131 ], |
| 131 } | 132 } |
| OLD | NEW |