| Index: test/compiler-unittests/compiler-unittests.gyp
|
| diff --git a/test/compiler-unittests/compiler-unittests.gyp b/test/compiler-unittests/compiler-unittests.gyp
|
| index f2c4facfda0740b397da44b3101432fe8a24d2e6..13bc0c7c3aa63617dddbc136683662cbe5c8a484 100644
|
| --- a/test/compiler-unittests/compiler-unittests.gyp
|
| +++ b/test/compiler-unittests/compiler-unittests.gyp
|
| @@ -21,11 +21,13 @@
|
| ],
|
| 'sources': [ ### gcmole(all) ###
|
| 'change-lowering-unittest.cc',
|
| + 'common-operator-unittest.cc',
|
| + 'common-operator-unittest.h',
|
| 'compiler-unittests.cc',
|
| + 'graph-unittest.cc',
|
| + 'graph-unittest.h',
|
| 'instruction-selector-unittest.cc',
|
| 'machine-operator-reducer-unittest.cc',
|
| - 'node-matchers.cc',
|
| - 'node-matchers.h',
|
| ],
|
| 'conditions': [
|
| ['v8_target_arch=="arm"', {
|
|
|