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

Unified Diff: mojo/public/cpp/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/environment/environment.cc ('k') | mojo/public/cpp/environment/environment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/environment/BUILD.gn
diff --git a/mojo/public/cpp/environment/BUILD.gn b/mojo/public/cpp/environment/BUILD.gn
index 9cfd4966dc6bb8577470eb889b4866a3ee73459f..d6b3e4a9c8f624b2561988808cf485c90be09257 100644
--- a/mojo/public/cpp/environment/BUILD.gn
+++ b/mojo/public/cpp/environment/BUILD.gn
@@ -9,7 +9,6 @@ mojo_sdk_source_set("environment") {
"async_waiter.h",
"environment.h",
"logging.h",
- "task_tracker.h",
]
mojo_sdk_public_deps = [ "mojo/public/c/environment" ]
@@ -27,12 +26,8 @@ mojo_sdk_source_set("standalone") {
"lib/default_async_waiter.h",
"lib/default_logger.cc",
"lib/default_logger.h",
- "lib/default_task_tracker.cc",
- "lib/default_task_tracker.h",
"lib/environment.cc",
"lib/logging.cc",
- "lib/scoped_task_tracking.cc",
- "lib/scoped_task_tracking.h",
]
public_deps = [
« no previous file with comments | « mojo/environment/environment.cc ('k') | mojo/public/cpp/environment/environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698