Index: mojo/mojo_base.gyp |
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp |
index 3187a98109b8a0dce387c397e63d1260e5458e09..6f7f70dbceb3820d56f4f052016881bb7a794f96 100644 |
--- a/mojo/mojo_base.gyp |
+++ b/mojo/mojo_base.gyp |
@@ -81,6 +81,7 @@ |
'common/data_pipe_file_utils.cc', |
'common/data_pipe_utils.cc', |
'common/data_pipe_utils.h', |
+ 'common/service_set.h', |
], |
}, |
{ |
@@ -134,6 +135,7 @@ |
'../third_party/mojo/mojo_edk.gyp:mojo_common_test_support', |
'../third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests', |
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
+ '../third_party/mojo/mojo_public.gyp:mojo_public_test_interfaces_mojom', |
'../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', |
'mojo_common_lib', |
'mojo_environment_chromium', |
@@ -142,6 +144,7 @@ |
], |
'sources': [ |
'common/common_type_converters_unittest.cc', |
+ 'common/service_set_unittest.cc', |
'message_pump/handle_watcher_unittest.cc', |
'message_pump/message_pump_mojo_unittest.cc', |
], |