diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi index 14075be..4e72b49 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -140,6 +140,9 @@ 'global_descriptors_posix.h', 'gtest_prod_util.h', 'hash_tables.h', + 'hi_res_timer_manager_posix.cc', + 'hi_res_timer_manager_win.cc', + 'hi_res_timer_manager.h', 'id_map.h', 'json/json_file_value_serializer.cc', 'json/json_file_value_serializer.h', @@ -253,6 +256,8 @@ 'platform_file_posix.cc', 'platform_file_win.cc', 'port.h', + 'posix/unix_domain_socket.cc', + 'posix/unix_domain_socket.h', 'process.h', 'process_linux.cc', 'process_posix.cc', |