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

Unified Diff: mojo/public/mojo_public.gyp

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 years, 1 month 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/public/mojo.gni ('k') | mojo/public/python/mojo/bindings/descriptor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_public.gyp
diff --git a/mojo/public/mojo_public.gyp b/mojo/public/mojo_public.gyp
index 92fa394f7997b8e2852fbe73d67c82e307389fb0..46f22f79ea2c3042bdb7d188f683cfa82dfa0f03 100644
--- a/mojo/public/mojo_public.gyp
+++ b/mojo/public/mojo_public.gyp
@@ -130,8 +130,8 @@
'../..'
],
'sources': [
- 'js/bindings/constants.cc',
- 'js/bindings/constants.h',
+ 'js/constants.cc',
+ 'js/constants.h',
],
},
{
@@ -141,7 +141,9 @@
'sources': [
'c/environment/async_waiter.h',
'c/environment/logger.h',
+ 'cpp/environment/async_waiter.h',
'cpp/environment/environment.h',
+ 'cpp/environment/lib/async_waiter.cc',
'cpp/environment/lib/default_async_waiter.cc',
'cpp/environment/lib/default_async_waiter.h',
'cpp/environment/lib/default_logger.cc',
« no previous file with comments | « mojo/public/mojo.gni ('k') | mojo/public/python/mojo/bindings/descriptor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698