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

Unified Diff: mojo/mojo.gyp

Issue 66353002: Mojo: RemotePtr<S> + bindings changes for Peer attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + fix error in sample_service.h 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/generators/cpp_templates/interface_declaration » ('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 3e71fe2cc9b734870545ea4a80b7d5403c21d3fa..5f673afe1fa37afd37306fb0b6348b9bbf49f0e0 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -119,6 +119,10 @@
],
'sources': [
'public/tests/bindings_connector_unittest.cc',
+ 'public/tests/bindings_remote_ptr_unittest.cc',
+ 'public/tests/mojom/math_calculator.cc',
+ 'public/tests/mojom/math_calculator.h',
+ 'public/tests/mojom/math_calculator_internal.h',
'public/tests/system_core_unittest.cc',
],
},
« no previous file with comments | « no previous file | mojo/public/bindings/generators/cpp_templates/interface_declaration » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698