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

Unified Diff: mojo/mojo.gyp

Issue 54743003: Mojo: bindings connector (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Extract SimpleBindingsSupport 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
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 3cf650f8411471c1ffba86900904683eb4c8352d..a8e062ecfe59f6d9e4cd6e760950dc67860141fd 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -27,6 +27,8 @@
'mojo_system',
],
'sources': [
+ 'public/tests/simple_bindings_support.cc',
+ 'public/tests/simple_bindings_support.h',
'public/tests/test_support.cc',
'public/tests/test_support.h',
],
@@ -37,10 +39,12 @@
'dependencies': [
'../base/base.gyp:run_all_unittests',
'../testing/gtest.gyp:gtest',
+ 'mojo_bindings',
'mojo_public_test_support',
'mojo_system',
],
'sources': [
+ 'public/tests/bindings_connector_unittest.cc',
'public/tests/system_core_unittest.cc',
],
},
@@ -235,12 +239,17 @@
'public/bindings/lib/bindings_internal.h',
'public/bindings/lib/bindings_serialization.cc',
'public/bindings/lib/bindings_serialization.h',
+ 'public/bindings/lib/bindings_support.cc',
+ 'public/bindings/lib/bindings_support.h',
'public/bindings/lib/buffer.cc',
'public/bindings/lib/buffer.h',
+ 'public/bindings/lib/connector.cc',
+ 'public/bindings/lib/connector.h',
'public/bindings/lib/message.cc',
'public/bindings/lib/message.h',
'public/bindings/lib/message_builder.cc',
'public/bindings/lib/message_builder.h',
+ 'public/bindings/lib/remote_ptr.h',
],
},
{
« no previous file with comments | « no previous file | mojo/public/bindings/lib/bindings_support.h » ('j') | mojo/public/bindings/lib/bindings_support.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698