Index: util/util.gyp |
diff --git a/util/util.gyp b/util/util.gyp |
index 14b3cd2fe4ad4418d0431569641c63a6b281d8ff..2bdb9cbece3389255bc6ff78bcbdc810ed46f04d 100644 |
--- a/util/util.gyp |
+++ b/util/util.gyp |
@@ -214,6 +214,9 @@ |
'test/multiprocess.h', |
'test/multiprocess_exec.cc', |
'test/multiprocess_exec.h', |
+ 'test/scoped_temp_dir.cc', |
+ 'test/scoped_temp_dir.h', |
+ 'test/scoped_temp_dir_posix.cc', |
], |
'conditions': [ |
['OS=="mac"', { |
@@ -285,6 +288,7 @@ |
'test/mac/mach_multiprocess_test.cc', |
'test/multiprocess_exec_test.cc', |
'test/multiprocess_test.cc', |
+ 'test/scoped_temp_dir_test.cc', |
], |
'conditions': [ |
['OS=="mac"', { |