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

Unified Diff: mojo/mojo.gyp

Issue 69633002: Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/common/handle_watcher_unittest.cc ('k') | mojo/public/bindings/lib/bindings_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 4f806cbf9b93e7736f42f348685b15f92a773867..a390bf4065baf451803364a3cff39b61d1ef785a 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -67,6 +67,8 @@
'mojo_system',
],
'sources': [
+ 'common/bindings_support_impl.cc',
+ 'common/bindings_support_impl.h',
'common/handle_watcher.cc',
'common/handle_watcher.h',
'common/scoped_message_pipe.cc',
@@ -215,6 +217,7 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ 'mojo_bindings',
'mojo_system',
'mojo_utility',
'native_viewport',
@@ -255,6 +258,7 @@
'../base/base.gyp:base',
'../ui/gl/gl.gyp:gl',
'../url/url.gyp:url_lib',
+ 'mojo_common_lib',
'mojo_shell_lib',
'mojo_system',
],
@@ -439,6 +443,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gl/gl.gyp:gl',
+ 'mojo_common_lib',
'mojo_jni_headers',
'mojo_shell_lib',
],
« no previous file with comments | « mojo/common/handle_watcher_unittest.cc ('k') | mojo/public/bindings/lib/bindings_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698