| Index: src/compiler/compiler.gyp
|
| diff --git a/test/compiler-unittests/compiler-unittests.gyp b/src/compiler/compiler.gyp
|
| similarity index 97%
|
| rename from test/compiler-unittests/compiler-unittests.gyp
|
| rename to src/compiler/compiler.gyp
|
| index 0a90b408dbb2b8cf4cdc445ef5e706ba7bd09abb..4713f30df430eb458c31e14e60b7e5854770b8e5 100644
|
| --- a/test/compiler-unittests/compiler-unittests.gyp
|
| +++ b/src/compiler/compiler.gyp
|
| @@ -22,11 +22,12 @@
|
| 'sources': [ ### gcmole(all) ###
|
| 'change-lowering-unittest.cc',
|
| 'common-operator-unittest.cc',
|
| - 'common-operator-unittest.h',
|
| 'compiler-unittests.cc',
|
| + 'compiler-unittests.h',
|
| 'graph-unittest.cc',
|
| 'graph-unittest.h',
|
| 'instruction-selector-unittest.cc',
|
| + 'instruction-selector-unittest.h',
|
| 'machine-operator-reducer-unittest.cc',
|
| 'machine-operator-unittest.cc',
|
| 'simplified-operator-reducer-unittest.cc',
|
|
|