| Index: ppapi/ppapi_nacl.gyp
|
| diff --git a/ppapi/ppapi_nacl.gyp b/ppapi/ppapi_nacl.gyp
|
| index ca016ed12b253f84aeee723358dd83578934b5a8..20d40c35457bebb4359e9132bee882557116cb10 100644
|
| --- a/ppapi/ppapi_nacl.gyp
|
| +++ b/ppapi/ppapi_nacl.gyp
|
| @@ -186,7 +186,7 @@
|
| },
|
| # Shim is a dependency for the nexe because we pre-translate.
|
| 'dependencies': [
|
| - '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim',
|
| + '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim_aot',
|
| ],
|
| 'actions': [
|
| {
|
| @@ -214,7 +214,7 @@
|
| },
|
| # Shim is a dependency for the nexe because we pre-translate.
|
| 'dependencies': [
|
| - '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim',
|
| + '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim_aot',
|
| ],
|
| 'actions': [
|
| {
|
|
|