Chromium Code Reviews| Index: src/trusted/validator/x86/32/validator_x86_32.gyp |
| diff --git a/src/trusted/validator/x86/32/validator_x86_32.gyp b/src/trusted/validator/x86/32/validator_x86_32.gyp |
| index 8618fc71b6597a9633a6ae55dbc340fcd7c00e6a..a9894201ceacdd6f05f711abfd37686781e13ba2 100644 |
| --- a/src/trusted/validator/x86/32/validator_x86_32.gyp |
| +++ b/src/trusted/validator/x86/32/validator_x86_32.gyp |
| @@ -79,7 +79,7 @@ |
| }, |
| ], |
| }], |
| - [ 'target_arch=="arm" or target_arch=="x64"', { |
| + [ 'target_arch!="ia32"', { |
| 'targets': [] |
|
Mark Seaborn
2013/09/23 19:15:28
Please just remove this 'targets':[] part, since i
petarj
2013/09/25 23:21:31
Done.
|
| }], |
| ], |