Chromium Code Reviews| Index: test/cctest/cctest.gyp |
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp |
| index 9df5c7bccc340a58358bafe0a1d2f253a8cfd9c4..1cdf9f44dabfa7ef4ceaac7fc9141fce0ba2d664 100644 |
| --- a/test/cctest/cctest.gyp |
| +++ b/test/cctest/cctest.gyp |
| @@ -79,10 +79,10 @@ |
| 'test-heap-profiler.cc', |
| 'test-list.cc', |
| 'test-liveedit.cc', |
| - 'test-lock.cc', |
| 'test-lockers.cc', |
| 'test-log.cc', |
| 'test-mark-compact.cc', |
| + 'test-mutex.cc', |
| 'test-object-observe.cc', |
| 'test-parsing.cc', |
| 'test-platform.cc', |
| @@ -91,6 +91,7 @@ |
| 'test-random.cc', |
| 'test-regexp.cc', |
| 'test-reloc-info.cc', |
| + 'test-semaphore.cc', |
| 'test-serialize.cc', |
| 'test-sockets.cc', |
| 'test-spaces.cc', |