| Index: chrome/chrome_dll_bundle.gypi
|
| ===================================================================
|
| --- chrome/chrome_dll_bundle.gypi (revision 186277)
|
| +++ chrome/chrome_dll_bundle.gypi (working copy)
|
| @@ -157,10 +157,18 @@
|
| ['disable_nacl!=1', {
|
| 'files': [
|
| '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.plugin',
|
| - # We leave out the x86-64 IRT nexe because we only
|
| - # support x86-32 NaCl on Mac OS X.
|
| - '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
|
| ],
|
| + 'conditions': [
|
| + ['target_arch=="x64"', {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
|
| + ],
|
| + }, {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
|
| + ],
|
| + }],
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|