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

Unified Diff: mojo/common/BUILD.gn

Issue 1426843004: Remove the task tracking stuff in the bindings. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « mojo/BUILD.gn ('k') | mojo/common/task_tracker.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 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 = [
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/common/task_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698