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

Unified Diff: mojo/mojo.gyp

Issue 54743003: Mojo: bindings connector (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove errant line from mojo.gyp 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 | « no previous file | 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 1ae37e81a5209e74fc7ad8cc38334cbeb1a9cd05..0170335e227ed57028b0cd60a9d93f368165b8e1 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',
],
},
@@ -248,12 +252,18 @@
'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/message_queue.cc',
+ 'public/bindings/lib/message_queue.h',
],
},
{
« no previous file with comments | « no previous file | mojo/public/bindings/lib/bindings_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698