Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
| index c3a0b05e9423e5be25385d1ac41b2140066ce1b5..110a91507bed2a7450e976d4fbaa3b66b4e21095 100644 |
| --- a/chrome/chrome_dll.gypi |
| +++ b/chrome/chrome_dll.gypi |
| @@ -477,6 +477,9 @@ |
| ['disable_nacl!=1', { |
| 'files': [ |
| '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.plugin', |
| + # We leave out nacl_irt_x86_64.nexe because we only |
| + # support x86-32 NaCl on Mac OS X. |
| + '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', |
| ], |
| }], |
| ], |