| Index: ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gypi b/ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| index 9483ed78204ecf2728c9b2a053e7fe9d19838813..e8eeebf2d1930dac25a250234988d7303a4aabc2 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.gypi
|
| @@ -24,24 +24,6 @@
|
| 'temporary_file.cc',
|
| 'utility.cc',
|
| ],
|
| - # Append the arch-specific ISA code to common_sources.
|
| - 'conditions': [
|
| - ['target_arch=="arm"', {
|
| - 'common_sources': [
|
| - 'arch_arm/sandbox_isa.cc',
|
| - ],
|
| - }],
|
| - ['target_arch=="mipsel"', {
|
| - 'common_sources': [
|
| - 'arch_mips/sandbox_isa.cc',
|
| - ],
|
| - }],
|
| - ['target_arch=="ia32" or target_arch=="x64"', {
|
| - 'common_sources': [
|
| - 'arch_x86/sandbox_isa.cc',
|
| - ],
|
| - }],
|
| - ],
|
| },
|
| 'includes': [
|
| '../../../../../native_client/build/common.gypi',
|
|
|