OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'nacl_target': 0, | 8 'nacl_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'common/nacl_cmd_line.cc', | 171 'common/nacl_cmd_line.cc', |
172 'common/nacl_messages.cc', | 172 'common/nacl_messages.cc', |
173 'nacl/nacl_broker_listener.cc', | 173 'nacl/nacl_broker_listener.cc', |
174 'nacl/nacl_broker_listener.h', | 174 'nacl/nacl_broker_listener.h', |
175 ], | 175 ], |
176 'include_dirs': [ | 176 'include_dirs': [ |
177 '..', | 177 '..', |
178 ], | 178 ], |
179 'defines': [ | 179 'defines': [ |
180 '<@(nacl_win64_defines)', | 180 '<@(nacl_win64_defines)', |
| 181 'COMPILE_CONTENT_STATICALLY', |
181 ], | 182 ], |
182 'configurations': { | 183 'configurations': { |
183 'Common_Base': { | 184 'Common_Base': { |
184 'msvs_target_platform': 'x64', | 185 'msvs_target_platform': 'x64', |
185 }, | 186 }, |
186 }, | 187 }, |
187 'direct_dependent_settings': { | 188 'direct_dependent_settings': { |
188 'defines': [ | 189 'defines': [ |
189 'NACL_BLOCK_SHIFT=5', | 190 'NACL_BLOCK_SHIFT=5', |
190 'NACL_BLOCK_SIZE=32', | 191 'NACL_BLOCK_SIZE=32', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 'target_name': 'nacl_win64', | 406 'target_name': 'nacl_win64', |
406 'type': 'none', | 407 'type': 'none', |
407 'sources': [], | 408 'sources': [], |
408 }, | 409 }, |
409 ], | 410 ], |
410 }], | 411 }], |
411 ], | 412 ], |
412 }], | 413 }], |
413 ], | 414 ], |
414 } | 415 } |
OLD | NEW |