| Index: ppapi/ppapi_untrusted.gyp
|
| diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp
|
| index 40c4d61740bc6b8cb4ed6266e862d318578b77d5..251b3f1ed6e97e56d63205b81635f4cdb272913f 100644
|
| --- a/ppapi/ppapi_untrusted.gyp
|
| +++ b/ppapi/ppapi_untrusted.gyp
|
| @@ -185,7 +185,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': [
|
| {
|
| @@ -213,7 +213,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': [
|
| {
|
|
|