| Index: chrome/nacl.gypi
|
| diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
|
| index 0e717b87f741dea1cf9ae6e92dbf5ac9e9d9b2bc..79225e280e1e39fa222e99247a05e1c5bf3028b4 100644
|
| --- a/chrome/nacl.gypi
|
| +++ b/chrome/nacl.gypi
|
| @@ -69,8 +69,8 @@
|
| 'python build_nacl_irt.py --inputs',
|
| },
|
| 'dependencies': [
|
| - 'chrome_resources',
|
| - 'chrome_strings',
|
| + 'chrome_resources.gyp:chrome_resources',
|
| + 'chrome_resources.gyp:chrome_strings',
|
| 'common',
|
| '../webkit/support/webkit_support.gyp:glue',
|
| '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome',
|
|
|