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', | |
182 ], | 181 ], |
183 'configurations': { | 182 'configurations': { |
184 'Common_Base': { | 183 'Common_Base': { |
185 'msvs_target_platform': 'x64', | 184 'msvs_target_platform': 'x64', |
186 }, | 185 }, |
187 }, | 186 }, |
188 'direct_dependent_settings': { | 187 'direct_dependent_settings': { |
189 'defines': [ | 188 'defines': [ |
190 'NACL_BLOCK_SHIFT=5', | 189 'NACL_BLOCK_SHIFT=5', |
191 'NACL_BLOCK_SIZE=32', | 190 'NACL_BLOCK_SIZE=32', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'target_name': 'nacl_win64', | 405 'target_name': 'nacl_win64', |
407 'type': 'none', | 406 'type': 'none', |
408 'sources': [], | 407 'sources': [], |
409 }, | 408 }, |
410 ], | 409 ], |
411 }], | 410 }], |
412 ], | 411 ], |
413 }], | 412 }], |
414 ], | 413 ], |
415 } | 414 } |
OLD | NEW |