| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 9d7819c51990386af1377b20cd78ee80a0d1d51f..4f7edcc9c6990496dd7b85d52345c0db330ac02d 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -418,7 +418,7 @@
|
| # For now, do not build nacl_helper when disable_nacl=1
|
| ['disable_nacl!=1', {
|
| 'dependencies': [
|
| - 'nacl_helper_bootstrap',
|
| + '../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
|
| 'nacl_helper',
|
| ],
|
| }],
|
|
|