| 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 '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': { |
| 11 'nacl_target': 0, | 11 'nacl_target': 0, |
| 12 }, | 12 }, |
| 13 'target_conditions': [ | 13 'target_conditions': [ |
| 14 # This part is shared between the targets defined below. Only files and | 14 # This part is shared between the targets defined below. Only files and |
| 15 # settings relevant for building the Win64 target should be added here. | 15 # settings relevant for building the Win64 target should be added here. |
| 16 ['nacl_target==1', { | 16 ['nacl_target==1', { |
| 17 'include_dirs': [ | 17 'include_dirs': [ |
| 18 '<(INTERMEDIATE_DIR)', | 18 '<(INTERMEDIATE_DIR)', |
| 19 ], | 19 ], |
| 20 'defines': [ | 20 'defines': [ |
| 21 '<@(nacl_defines)', | 21 '<@(nacl_defines)', |
| 22 ], | 22 ], |
| 23 'sources': [ | 23 'sources': [ |
| 24 # .cc, .h, and .mm files under nacl that are used on all | 24 # .cc, .h, and .mm files under nacl that are used on all |
| 25 # platforms, including both 32-bit and 64-bit Windows. | 25 # platforms, including both 32-bit and 64-bit Windows. |
| 26 # Test files are also not included. | 26 # Test files are also not included. |
| 27 'nacl/nacl_ipc_adapter.cc', | 27 'nacl/common/nacl_sandbox_type_mac.h', |
| 28 'nacl/nacl_ipc_adapter.h', | 28 'nacl/nacl/nacl_ipc_adapter.cc', |
| 29 'nacl/nacl_main.cc', | 29 'nacl/nacl/nacl_ipc_adapter.h', |
| 30 'nacl/nacl_main_platform_delegate.h', | 30 'nacl/nacl/nacl_main.cc', |
| 31 'nacl/nacl_main_platform_delegate_linux.cc', | 31 'nacl/nacl/nacl_main_platform_delegate.h', |
| 32 'nacl/nacl_main_platform_delegate_mac.mm', | 32 'nacl/nacl/nacl_main_platform_delegate_linux.cc', |
| 33 'nacl/nacl_main_platform_delegate_win.cc', | 33 'nacl/nacl/nacl_main_platform_delegate_mac.mm', |
| 34 'nacl/nacl_listener.cc', | 34 'nacl/nacl/nacl_main_platform_delegate_win.cc', |
| 35 'nacl/nacl_listener.h', | 35 'nacl/nacl/nacl_listener.cc', |
| 36 'nacl/nacl_validation_db.h', | 36 'nacl/nacl/nacl_listener.h', |
| 37 'nacl/nacl_validation_query.cc', | 37 'nacl/nacl/nacl_validation_db.h', |
| 38 'nacl/nacl_validation_query.h', | 38 'nacl/nacl/nacl_validation_query.cc', |
| 39 'nacl/nacl/nacl_validation_query.h', |
| 39 ], | 40 ], |
| 40 # TODO(gregoryd): consider switching NaCl to use Chrome OS defines | 41 # TODO(gregoryd): consider switching NaCl to use Chrome OS defines |
| 41 'conditions': [ | 42 'conditions': [ |
| 42 ['OS=="win"', { | 43 ['OS=="win"', { |
| 43 'defines': [ | 44 'defines': [ |
| 44 '__STDC_LIMIT_MACROS=1', | 45 '__STDC_LIMIT_MACROS=1', |
| 45 ], | 46 ], |
| 46 'include_dirs': [ | 47 'include_dirs': [ |
| 47 '<(DEPTH)/third_party/wtl/include', | 48 '<(DEPTH)/third_party/wtl/include', |
| 48 ], | 49 ], |
| 49 },], | 50 },], |
| 50 ['OS=="linux"', { | 51 ['OS=="linux"', { |
| 51 'defines': [ | 52 'defines': [ |
| 52 '__STDC_LIMIT_MACROS=1', | 53 '__STDC_LIMIT_MACROS=1', |
| 53 ], | 54 ], |
| 54 'sources': [ | 55 'sources': [ |
| 55 'app/nacl_fork_delegate_linux.cc', | 56 'nacl/common/nacl_fork_delegate_linux.h', |
| 56 'app/nacl_fork_delegate_linux.h', | 57 'nacl/nacl/nacl_fork_delegate_linux.cc', |
| 57 ], | 58 ], |
| 58 },], | 59 },], |
| 59 ], | 60 ], |
| 60 }], | 61 }], |
| 61 ], | 62 ], |
| 62 }, | 63 }, |
| 63 'conditions': [ | 64 'conditions': [ |
| 64 ['disable_nacl!=1', { | 65 ['disable_nacl!=1', { |
| 65 'targets': [ | 66 'targets': [ |
| 66 { | 67 { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 }, | 105 }, |
| 105 'dependencies': [ | 106 'dependencies': [ |
| 106 '../native_client/src/trusted/service_runtime/service_runtime.gy
p:sel_main_chrome64', | 107 '../native_client/src/trusted/service_runtime/service_runtime.gy
p:sel_main_chrome64', |
| 107 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', | 108 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', |
| 108 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', | 109 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', |
| 109 ], | 110 ], |
| 110 'export_dependent_settings': [ | 111 'export_dependent_settings': [ |
| 111 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', | 112 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', |
| 112 ], | 113 ], |
| 113 'sources': [ | 114 'sources': [ |
| 114 'common/nacl_cmd_line.cc', | 115 'nacl/common/nacl_cmd_line.cc', |
| 115 'common/nacl_debug_exception_handler_win.cc', | 116 'nacl/common/nacl_debug_exception_handler_win.cc', |
| 116 'common/nacl_messages.cc', | 117 'nacl/common/nacl_messages.cc', |
| 117 'common/nacl_types.cc', | 118 'nacl/common/nacl_types.cc', |
| 118 'nacl/nacl_broker_listener.cc', | 119 'nacl/nacl/nacl_broker_listener.cc', |
| 119 'nacl/nacl_broker_listener.h', | 120 'nacl/nacl/nacl_broker_listener.h', |
| 120 ], | 121 ], |
| 121 'include_dirs': [ | 122 'include_dirs': [ |
| 122 '..', | 123 '..', |
| 123 ], | 124 ], |
| 124 'defines': [ | 125 'defines': [ |
| 125 '<@(nacl_win64_defines)', | 126 '<@(nacl_win64_defines)', |
| 126 'COMPILE_CONTENT_STATICALLY', | 127 'COMPILE_CONTENT_STATICALLY', |
| 127 ], | 128 ], |
| 128 'configurations': { | 129 'configurations': { |
| 129 'Common_Base': { | 130 'Common_Base': { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 145 'type': 'executable', | 146 'type': 'executable', |
| 146 'include_dirs': [ | 147 'include_dirs': [ |
| 147 '..', | 148 '..', |
| 148 ], | 149 ], |
| 149 'dependencies': [ | 150 'dependencies': [ |
| 150 '../crypto/crypto.gyp:crypto', | 151 '../crypto/crypto.gyp:crypto', |
| 151 '../sandbox/sandbox.gyp:libc_urandom_override', | 152 '../sandbox/sandbox.gyp:libc_urandom_override', |
| 152 'nacl', | 153 'nacl', |
| 153 ], | 154 ], |
| 154 'sources': [ | 155 'sources': [ |
| 155 'nacl/nacl_helper_linux.cc', | 156 'nacl/nacl/nacl_helper_linux.cc', |
| 156 '../base/posix/unix_domain_socket_linux.cc', | 157 '../base/posix/unix_domain_socket_linux.cc', |
| 157 '../chrome/common/nacl_messages.cc', | 158 'nacl/common/nacl_messages.cc', |
| 158 '../chrome/common/nacl_types.cc', | 159 'nacl/common/nacl_types.cc', |
| 159 '../content/common/child_process_sandbox_support_impl_shm_linux.
cc', | 160 '../content/common/child_process_sandbox_support_impl_shm_linux.
cc', |
| 160 ], | 161 ], |
| 161 'conditions': [ | 162 'conditions': [ |
| 162 ['toolkit_uses_gtk == 1', { | 163 ['toolkit_uses_gtk == 1', { |
| 163 'dependencies': [ | 164 'dependencies': [ |
| 164 '../build/linux/system.gyp:gtk', | 165 '../build/linux/system.gyp:gtk', |
| 165 ], | 166 ], |
| 166 }], | 167 }], |
| 167 ['use_glib == 1', { | 168 ['use_glib == 1', { |
| 168 'dependencies': [ | 169 'dependencies': [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'target_name': 'nacl_win64', | 203 'target_name': 'nacl_win64', |
| 203 'type': 'none', | 204 'type': 'none', |
| 204 'sources': [], | 205 'sources': [], |
| 205 }, | 206 }, |
| 206 ], | 207 ], |
| 207 }], | 208 }], |
| 208 ], | 209 ], |
| 209 }], | 210 }], |
| 210 ], | 211 ], |
| 211 } | 212 } |
| OLD | NEW |