| Index: webkit/tools/test_shell/test_shell.gypi
|
| diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
|
| index e20e6871612bf1ebbe6991a779b5404b172b8f27..487e548d95b71bd4c11de22391a8ebea5a008274 100644
|
| --- a/webkit/tools/test_shell/test_shell.gypi
|
| +++ b/webkit/tools/test_shell/test_shell.gypi
|
| @@ -122,8 +122,7 @@
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
|
| ],
|
| 'conditions': [
|
| - # http://code.google.com/p/chromium/issues/detail?id=18337
|
| - ['target_arch!="x64" and target_arch!="arm"', {
|
| + ['target_arch!="arm"', {
|
| 'dependencies': [
|
| 'copy_npapi_test_plugin',
|
| ],
|
| @@ -502,7 +501,7 @@
|
| },
|
| ],
|
| 'conditions': [
|
| - ['target_arch!="x64" and target_arch!="arm"', {
|
| + ['target_arch!="arm"', {
|
| 'targets': [
|
| {
|
| 'target_name': 'npapi_test_common',
|
|
|