Chromium Code Reviews| Index: src/trusted/validator_ragel/dfa_validator_x86_32.gyp |
| diff --git a/src/trusted/validator_ragel/dfa_validator_x86_32.gyp b/src/trusted/validator_ragel/dfa_validator_x86_32.gyp |
| index e108509ed737b945e4fdc0fcd75bee3b1ee8578d..367fde55644897ed057ea4bf6e8285ff779e818e 100644 |
| --- a/src/trusted/validator_ragel/dfa_validator_x86_32.gyp |
| +++ b/src/trusted/validator_ragel/dfa_validator_x86_32.gyp |
| @@ -23,7 +23,7 @@ |
| }, |
| ], |
| }], |
| - [ 'target_arch=="arm" or target_arch=="x64"', { |
| + [ 'target_arch=="arm" or target_arch=="x64" or target_arch=="mipsel"', { |
| 'targets': [] |
|
Mark Seaborn
2013/09/23 19:15:28
Please just remove this 'targets':[] part
petarj
2013/09/25 23:21:31
Done.
|
| }], |
| ], |