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

Unified Diff: mojo/common/BUILD.gn

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
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 7cbd5bf40c6358a63b8f86a8b935db34d747a6c9..a33753a3dd629d6f50ba1849bf433f9308086f07 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -23,6 +23,7 @@ component("common_base") {
"data_pipe_file_utils.cc",
"data_pipe_utils.cc",
"data_pipe_utils.h",
+ "service_set.h",
"user_agent.cc",
"user_agent.h",
"weak_binding_set.h",
@@ -84,6 +85,7 @@ test("mojo_common_unittests") {
"//mojo/message_pump",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/test_support:test_utils",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//third_party/mojo/src/mojo/edk/test:test_support",
@@ -96,6 +98,7 @@ test("mojo_common_unittests") {
"../message_pump/handle_watcher_unittest.cc",
"../message_pump/message_pump_mojo_unittest.cc",
"common_type_converters_unittest.cc",
+ "service_set_unittest.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698