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

Unified Diff: mojo/mojo_base.gyp

Issue 1101303002: Update mojo sdk to rev e7270700d671fa8e458b4d8c9e47f7bcfb65da0b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actualy provide a default TaskTracker impl Created 5 years, 8 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') | third_party/mojo/mojo_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 9f73e5de8e013239c143786866a5ee9e873a1142..c40a9499e8a03a34e6e8040671b50efe151a1830 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -120,8 +120,11 @@
# TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
"../third_party/mojo/src/mojo/public/cpp/environment/async_waiter.h",
"../third_party/mojo/src/mojo/public/cpp/environment/lib/async_waiter.cc",
- "../third_party/mojo/src/mojo/public/cpp/environment/logging.h",
"../third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
+ "../third_party/mojo/src/mojo/public/cpp/environment/lib/scoped_task_tracking.cc",
+ "../third_party/mojo/src/mojo/public/cpp/environment/lib/scoped_task_tracking.cc",
+ "../third_party/mojo/src/mojo/public/cpp/environment/logging.h",
+ "../third_party/mojo/src/mojo/public/cpp/environment/task_tracker.h",
],
'include_dirs': [
'..',
@@ -156,6 +159,8 @@
'environment/default_logger_impl.h',
'environment/default_run_loop_impl.cc',
'environment/default_run_loop_impl.h',
+ 'environment/default_task_tracker_impl.cc',
+ 'environment/default_task_tracker_impl.h',
],
'include_dirs': [
'..',
« no previous file with comments | « mojo/environment/environment.cc ('k') | third_party/mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698