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

Unified Diff: mojo/common/BUILD.gn

Issue 1237653005: Rename WeakInterfacePtrSet to InterfacePtrSet. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months 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
« no previous file with comments | « no previous file | mojo/common/interface_ptr_set.h » ('j') | mojo/common/interface_ptr_set_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 93cc0f9c92066d47ffe82ae63793a6984d81ce0b..25756548c4d53d0e82f108631946c2c6d066764e 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -19,6 +19,7 @@ component("common") {
"data_pipe_utils_internal.h",
"handle_watcher.cc",
"handle_watcher.h",
+ "interface_ptr_set.h",
"message_pump_mojo.cc",
"message_pump_mojo.h",
"message_pump_mojo_handler.h",
@@ -48,10 +49,10 @@ test("mojo_common_unittests") {
"common_type_converters_unittest.cc",
"data_pipe_utils_unittest.cc",
"handle_watcher_unittest.cc",
+ "interface_ptr_set_unittest.cc",
"message_pump_mojo_unittest.cc",
"task_tracker_unittest.cc",
"weak_binding_set_unittest.cc",
- "weak_interface_ptr_set_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | mojo/common/interface_ptr_set.h » ('j') | mojo/common/interface_ptr_set_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698