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': { |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'targets': [ | 100 'targets': [ |
101 { | 101 { |
102 'target_name': 'nacl_win64', | 102 'target_name': 'nacl_win64', |
103 'type': 'static_library', | 103 'type': 'static_library', |
104 'variables': { | 104 'variables': { |
105 'nacl_target': 1, | 105 'nacl_target': 1, |
106 }, | 106 }, |
107 'dependencies': [ | 107 'dependencies': [ |
108 '../native_client/src/trusted/service_runtime/service_runtime.gy
p:sel64', | 108 '../native_client/src/trusted/service_runtime/service_runtime.gy
p:sel64', |
109 '../native_client/src/trusted/platform_qualify/platform_qualify.
gyp:platform_qual_lib64', | 109 '../native_client/src/trusted/platform_qualify/platform_qualify.
gyp:platform_qual_lib64', |
| 110 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', |
| 111 '../ppapi/ppapi_internal.gyp:ppapi_proxy_win64', |
110 ], | 112 ], |
111 'sources': [ | 113 'sources': [ |
112 'common/nacl_cmd_line.cc', | 114 'common/nacl_cmd_line.cc', |
113 'common/nacl_debug_exception_handler_win.cc', | 115 'common/nacl_debug_exception_handler_win.cc', |
114 'common/nacl_messages.cc', | 116 'common/nacl_messages.cc', |
115 'common/nacl_types.cc', | 117 'common/nacl_types.cc', |
116 'nacl/nacl_broker_listener.cc', | 118 'nacl/nacl_broker_listener.cc', |
117 'nacl/nacl_broker_listener.h', | 119 'nacl/nacl_broker_listener.h', |
118 ], | 120 ], |
119 'include_dirs': [ | 121 'include_dirs': [ |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'target_name': 'nacl_win64', | 202 'target_name': 'nacl_win64', |
201 'type': 'none', | 203 'type': 'none', |
202 'sources': [], | 204 'sources': [], |
203 }, | 205 }, |
204 ], | 206 ], |
205 }], | 207 }], |
206 ], | 208 ], |
207 }], | 209 }], |
208 ], | 210 ], |
209 } | 211 } |
OLD | NEW |