Chromium Code Reviews| Index: src/compiler/compiler.gyp |
| diff --git a/src/compiler/compiler.gyp b/src/compiler/compiler.gyp |
| index ec5ec285cc26cb073f34c182b3fe4280330cd1c2..4e47da009eac25bd9f95f991f6ac6370ec442056 100644 |
| --- a/src/compiler/compiler.gyp |
| +++ b/src/compiler/compiler.gyp |
| @@ -54,6 +54,11 @@ |
| 'x64/instruction-selector-x64-unittest.cc', |
| ], |
| }], |
| + ['v8_target_arch=="mipsel"', { |
| + 'sources': [ ### gcmole(arch:mipsel) ### |
| + 'mips/instruction-selector-mips-unittest.cc', |
| + ], |
| + }], |
| ], |
| }, |
| ], |