| 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 'include': [ | 6 'include': [ |
| 7 '../native_client/build/untrusted.gypi', | 7 '../native_client/build/untrusted.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'common/nacl_cmd_line.cc', | 102 'common/nacl_cmd_line.cc', |
| 103 'common/nacl_messages.cc', | 103 'common/nacl_messages.cc', |
| 104 'nacl/nacl_broker_listener.cc', | 104 'nacl/nacl_broker_listener.cc', |
| 105 'nacl/nacl_broker_listener.h', | 105 'nacl/nacl_broker_listener.h', |
| 106 ], | 106 ], |
| 107 'include_dirs': [ | 107 'include_dirs': [ |
| 108 '..', | 108 '..', |
| 109 ], | 109 ], |
| 110 'defines': [ | 110 'defines': [ |
| 111 '<@(nacl_win64_defines)', | 111 '<@(nacl_win64_defines)', |
| 112 'COMPILE_CONTENT_STATICALLY', |
| 112 ], | 113 ], |
| 113 'configurations': { | 114 'configurations': { |
| 114 'Common_Base': { | 115 'Common_Base': { |
| 115 'msvs_target_platform': 'x64', | 116 'msvs_target_platform': 'x64', |
| 116 }, | 117 }, |
| 117 }, | 118 }, |
| 118 'direct_dependent_settings': { | 119 'direct_dependent_settings': { |
| 119 'defines': [ | 120 'defines': [ |
| 120 'NACL_BLOCK_SHIFT=5', | 121 'NACL_BLOCK_SHIFT=5', |
| 121 'NACL_BLOCK_SIZE=32', | 122 'NACL_BLOCK_SIZE=32', |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'target_name': 'nacl_win64', | 339 'target_name': 'nacl_win64', |
| 339 'type': 'none', | 340 'type': 'none', |
| 340 'sources': [], | 341 'sources': [], |
| 341 }, | 342 }, |
| 342 ], | 343 ], |
| 343 }], | 344 }], |
| 344 ], | 345 ], |
| 345 }], | 346 }], |
| 346 ], | 347 ], |
| 347 } | 348 } |
| OLD | NEW |