| Index: ppapi/tests/extensions/extensions.gyp
|
| diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp
|
| index ec3eac8a5f0093391d951ee3bf9d3fb71e0c1090..ff5ba97a64158d8a622799fce7d2380d3a7ac4a2 100644
|
| --- a/ppapi/tests/extensions/extensions.gyp
|
| +++ b/ppapi/tests/extensions/extensions.gyp
|
| @@ -82,7 +82,7 @@
|
| ],
|
| },
|
| 'conditions': [
|
| - ['target_arch=="ia32" and OS=="linux"', {
|
| + ['(target_arch=="ia32" or target_arch=="x64") and OS=="linux"', {
|
| # Enable nonsfi testing only on ia32-linux environment.
|
| # See chrome/test/data/nacl/nacl_test_data.gyp for more info.
|
| 'variables': {
|
|
|