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

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: Move forward declarations to interface_declaration 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 969669fc82d930799385f9e2cb45f97a897398cd..be112d98aa05602e6b47be70bcc4607f82423d1f 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -104,6 +104,10 @@
],
'sources': [
'public/tests/bindings_connector_unittest.cc',
+ 'public/tests/bindings_remote_ptr_unittest.cc',
+ 'public/tests/generated/math_calculator.cc',
+ 'public/tests/generated/math_calculator.h',
+ 'public/tests/generated/math_calculator_internal.h',
'public/tests/system_core_unittest.cc',
],
},

Powered by Google App Engine
This is Rietveld 408576698