Chromium Code Reviews| Index: src/trusted/validator_ragel/dfa_validator_x86_64.gyp |
| diff --git a/src/trusted/validator_ragel/dfa_validator_x86_64.gyp b/src/trusted/validator_ragel/dfa_validator_x86_64.gyp |
| index a6a4f19887ba8798142d8e932ad11fd6b86249dd..ee62a4f66f3a404918a71ee26a3252c1e9633fc1 100644 |
| --- a/src/trusted/validator_ragel/dfa_validator_x86_64.gyp |
| +++ b/src/trusted/validator_ragel/dfa_validator_x86_64.gyp |
| @@ -32,7 +32,7 @@ |
| }, |
| ], |
| }], |
| - [ 'target_arch=="arm" or target_arch=="ia32"', { |
| + [ 'target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', { |
| 'targets': [] |
|
Mark Seaborn
2013/09/23 19:15:28
Ditto
petarj
2013/09/25 23:21:31
Done.
|
| }], |
| ], |