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

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: _PeerType -> _Peer, etc. 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 4f806cbf9b93e7736f42f348685b15f92a773867..5aba1ddabdc1d17c125abfe640420984a5918d73 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -115,6 +115,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',
],
},

Powered by Google App Engine
This is Rietveld 408576698