| Index: components/nacl.gyp
|
| diff --git a/components/nacl.gyp b/components/nacl.gyp
|
| index 2721ebb2b68561df3ac159d5d84d885f4a3e8116..8f0ff77f6c723db6a6444ee5134b6b437d31b8d4 100644
|
| --- a/components/nacl.gyp
|
| +++ b/components/nacl.gyp
|
| @@ -90,6 +90,11 @@
|
| '../ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp:pnacl_support_extension',
|
| ],
|
| }],
|
| + ['target_arch=="mipsel"', {
|
| + 'dependencies!': [
|
| + '../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim',
|
| + ],
|
| + }],
|
| ],
|
| 'direct_dependent_settings': {
|
| 'defines': [
|
|
|