| Index: mojo/common/BUILD.gn
|
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
|
| index 56bedf3445b324816be116bccd5d3da627b8ff6b..adac15897f869c2140eb8e7a7aed0417ed98158d 100644
|
| --- a/mojo/common/BUILD.gn
|
| +++ b/mojo/common/BUILD.gn
|
| @@ -10,8 +10,6 @@ source_set("common") {
|
| "binding_set.h",
|
| "interface_ptr_set.h",
|
| "strong_binding_set.h",
|
| - "task_tracker.cc",
|
| - "task_tracker.h",
|
| ]
|
|
|
| deps = [
|
| @@ -28,7 +26,6 @@ source_set("tests") {
|
| "callback_binding_unittest.cc",
|
| "interface_ptr_set_unittest.cc",
|
| "strong_binding_set_unittest.cc",
|
| - "task_tracker_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|