OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'target_name': 'nacl', | 67 'target_name': 'nacl', |
68 'type': 'static_library', | 68 'type': 'static_library', |
69 'variables': { | 69 'variables': { |
70 'nacl_target': 1, | 70 'nacl_target': 1, |
71 }, | 71 }, |
72 'dependencies': [ | 72 'dependencies': [ |
73 '../base/base.gyp:base', | 73 '../base/base.gyp:base', |
74 '../base/base.gyp:base_static', | 74 '../base/base.gyp:base_static', |
75 '../crypto/crypto.gyp:crypto', | 75 '../crypto/crypto.gyp:crypto', |
76 '../ipc/ipc.gyp:ipc', | 76 '../ipc/ipc.gyp:ipc', |
| 77 '../mojo/mojo_edk.gyp:mojo_system_impl', |
77 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l_main_chrome', | 78 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l_main_chrome', |
78 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 79 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
79 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 80 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
80 ], | 81 ], |
81 'conditions': [ | 82 'conditions': [ |
82 ['disable_nacl_untrusted==0', { | 83 ['disable_nacl_untrusted==0', { |
83 'dependencies': [ | 84 'dependencies': [ |
84 '../ppapi/native_client/native_client.gyp:nacl_irt', | 85 '../ppapi/native_client/native_client.gyp:nacl_irt', |
85 '../ppapi/native_client/src/untrusted/pnacl_support_extension/pn
acl_support_extension.gyp:pnacl_support_extension', | 86 '../ppapi/native_client/src/untrusted/pnacl_support_extension/pn
acl_support_extension.gyp:pnacl_support_extension', |
86 ], | 87 ], |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 ['OS=="win" and target_arch=="ia32"', { | 278 ['OS=="win" and target_arch=="ia32"', { |
278 'targets': [ | 279 'targets': [ |
279 { | 280 { |
280 'target_name': 'nacl_win64', | 281 'target_name': 'nacl_win64', |
281 'type': 'static_library', | 282 'type': 'static_library', |
282 'variables': { | 283 'variables': { |
283 'nacl_target': 1, | 284 'nacl_target': 1, |
284 }, | 285 }, |
285 'dependencies': [ | 286 'dependencies': [ |
286 'nacl_common_win64', | 287 'nacl_common_win64', |
| 288 '../mojo/mojo_edk.gyp:mojo_system_impl_win64', |
287 '../native_client/src/trusted/service_runtime/service_runtime.gy
p:sel_main_chrome64', | 289 '../native_client/src/trusted/service_runtime/service_runtime.gy
p:sel_main_chrome64', |
288 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', | 290 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64', |
289 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', | 291 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', |
290 ], | 292 ], |
291 'export_dependent_settings': [ | 293 'export_dependent_settings': [ |
292 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', | 294 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64', |
293 ], | 295 ], |
294 'sources': [ | 296 'sources': [ |
295 '../components/nacl/broker/nacl_broker_listener.cc', | 297 '../components/nacl/broker/nacl_broker_listener.cc', |
296 '../components/nacl/broker/nacl_broker_listener.h', | 298 '../components/nacl/broker/nacl_broker_listener.h', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 'include_dirs': [ | 464 'include_dirs': [ |
463 '..', | 465 '..', |
464 ], | 466 ], |
465 'dependencies': [ | 467 'dependencies': [ |
466 '../content/content.gyp:content_common', | 468 '../content/content.gyp:content_common', |
467 '../url/ipc/url_ipc.gyp:url_ipc', | 469 '../url/ipc/url_ipc.gyp:url_ipc', |
468 ], | 470 ], |
469 }, | 471 }, |
470 ] | 472 ] |
471 } | 473 } |
OLD | NEW |