Index: util/util.gyp |
diff --git a/util/util.gyp b/util/util.gyp |
index aea752698da30c5377b77a35b6c9946293770c65..70a55af1371c0d81af612ad11c66ae253a2ab848 100644 |
--- a/util/util.gyp |
+++ b/util/util.gyp |
@@ -249,6 +249,10 @@ |
'test/scoped_temp_dir.h', |
'test/scoped_temp_dir_posix.cc', |
'test/scoped_temp_dir_win.cc', |
+ 'test/thread.cc', |
+ 'test/thread.h', |
+ 'test/thread_posix.cc', |
+ 'test/thread_win.cc', |
], |
'conditions': [ |
['OS=="mac"', { |
@@ -277,6 +281,7 @@ |
'..', |
], |
'sources': [ |
+ 'file/file_io_test.cc', |
'file/string_file_test.cc', |
'mac/checked_mach_address_range_test.cc', |
'mac/launchd_test.mm', |