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

Unified Diff: mojo/environment/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/common/task_tracker_unittest.cc ('k') | mojo/environment/default_task_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/BUILD.gn
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
index 5c7a9f06917555c160d9a5b1428dbf5374b00464..2bf0c587c6eca2fa2352100496712f114fcee1fb 100644
--- a/mojo/environment/BUILD.gn
+++ b/mojo/environment/BUILD.gn
@@ -8,16 +8,12 @@ source_set("chromium") {
"default_async_waiter.h",
"default_logger.cc",
"default_logger.h",
- "default_task_tracker.cc",
- "default_task_tracker.h",
"environment.cc",
# TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
"../public/cpp/environment/async_waiter.h",
"../public/cpp/environment/lib/async_waiter.cc",
"../public/cpp/environment/lib/logging.cc",
- "../public/cpp/environment/lib/scoped_task_tracking.cc",
- "../public/cpp/environment/lib/scoped_task_tracking.h",
"../public/cpp/environment/logging.h",
]
« no previous file with comments | « mojo/common/task_tracker_unittest.cc ('k') | mojo/environment/default_task_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698