| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 1c186b599cbe7822521ea1b52249f499e6ff41e0..bf6dc563d570219c4c60e6938a589351a9fdf18c 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -28,6 +28,7 @@
|
| 'shared_impl/file_path.h',
|
| 'shared_impl/file_type_conversion.cc',
|
| 'shared_impl/file_type_conversion.h',
|
| + 'shared_impl/host_resource.cc',
|
| 'shared_impl/host_resource.h',
|
| 'shared_impl/id_assignment.cc',
|
| 'shared_impl/id_assignment.h',
|
| @@ -243,7 +244,7 @@
|
| '..',
|
| ],
|
| 'target_conditions': [
|
| - ['>(nacl_untrusted_build)==1', {
|
| + ['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', {
|
| 'sources!': [
|
| 'shared_impl/ppb_audio_input_shared.cc',
|
| 'shared_impl/ppb_url_util_shared.cc',
|
| @@ -299,6 +300,15 @@
|
| 'thunk/ppb_x509_certificate_private_thunk.cc',
|
| ],
|
| }],
|
| + # We exclude a few more things for nacl_win64, to avoid pulling in more dependencies.
|
| + ['>(nacl_win64_target)==1', {
|
| + 'sources!': [
|
| + 'shared_impl/ppb_audio_shared.cc',
|
| + 'shared_impl/ppb_graphics_3d_shared.cc',
|
| + 'shared_impl/ppb_opengles2_shared.cc',
|
| + 'thunk/ppb_graphics_3d_thunk.cc',
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| ],
|
|
|