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

Unified Diff: third_party/mojo/mojo_public.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/mojo_base.gyp ('k') | third_party/mojo/src/mojo/public/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_public.gyp
diff --git a/third_party/mojo/mojo_public.gyp b/third_party/mojo/mojo_public.gyp
index 683791db037d41e724394fe1f4fc2692528b37be..673e1c42cbb5335f5c501f2923ad0391196ccf6b 100644
--- a/third_party/mojo/mojo_public.gyp
+++ b/third_party/mojo/mojo_public.gyp
@@ -127,6 +127,8 @@
'src/mojo/public/cpp/bindings/lib/validate_params.h',
'src/mojo/public/cpp/bindings/lib/validation_errors.cc',
'src/mojo/public/cpp/bindings/lib/validation_errors.h',
+ 'src/mojo/public/cpp/bindings/lib/validation_util.cc',
+ 'src/mojo/public/cpp/bindings/lib/validation_util.h',
],
},
{
@@ -155,9 +157,14 @@
'src/mojo/public/cpp/environment/lib/default_async_waiter.h',
'src/mojo/public/cpp/environment/lib/default_logger.cc',
'src/mojo/public/cpp/environment/lib/default_logger.h',
+ 'src/mojo/public/cpp/environment/lib/default_task_tracker.cc',
+ 'src/mojo/public/cpp/environment/lib/default_task_tracker.h',
'src/mojo/public/cpp/environment/lib/environment.cc',
'src/mojo/public/cpp/environment/lib/logging.cc',
+ 'src/mojo/public/cpp/environment/lib/scoped_task_tracking.cc',
+ 'src/mojo/public/cpp/environment/lib/scoped_task_tracking.h',
'src/mojo/public/cpp/environment/logging.h',
+ 'src/mojo/public/cpp/environment/task_tracker.h',
],
'include_dirs': [
'../..',
« no previous file with comments | « mojo/mojo_base.gyp ('k') | third_party/mojo/src/mojo/public/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698