Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: mojo/mojo_base.gyp

Issue 1411063007: Add mojo::StrongBindingSet and use it in GeolocationServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« mojo/common/service_set.h ('K') | « mojo/common/service_set_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« mojo/common/service_set.h ('K') | « mojo/common/service_set_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698