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

Unified Diff: mojo/mojo.gyp

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Force InterfaceImpl subclasses to implement OnConnectionError Created 6 years, 7 months 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 34322a277d9e6f43475cad7d0f1c4eed6f8301d8..74e250e35fa28c2f171c8ef2d928bfaa5b1d3e81 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -75,6 +75,12 @@
'mojo_test_apk',
],
}],
+ ['OS == "linux"', {
+ 'dependencies': [
+ 'mojo_dbus_echo',
+ 'mojo_dbus_echo_service',
+ ],
+ }],
]
},
{
@@ -518,6 +524,7 @@
'../skia/skia.gyp:skia',
'mojo_shell_client',
'mojo_view_manager',
+ 'mojo_view_manager_bindings',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698