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

Unified Diff: mojo/common/BUILD.gn

Issue 1250463002: Renames WeakBindingSet to BindingSet. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebasing 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 | « examples/wm_flow/app/app.cc ('k') | mojo/common/binding_set.h » ('j') | no next file with comments »
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 25756548c4d53d0e82f108631946c2c6d066764e..8e73bc5179af85edfd032e004a4e7d797c2baaaf 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -9,6 +9,7 @@ component("common") {
output_name = "mojo_common_lib"
sources = [
+ "binding_set.h",
"common_type_converters.cc",
"common_type_converters.h",
"data_pipe_drainer.cc",
@@ -27,7 +28,6 @@ component("common") {
"task_tracker.h",
"time_helper.cc",
"time_helper.h",
- "weak_binding_set.h",
]
if (is_nacl) {
@@ -46,13 +46,13 @@ component("common") {
test("mojo_common_unittests") {
sources = [
+ "binding_set_unittest.cc",
"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",
]
deps = [
« no previous file with comments | « examples/wm_flow/app/app.cc ('k') | mojo/common/binding_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698