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

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: rebase 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 8eea5476c8576cdb1fd01749b9521025f5b71b9a..491d8abd6cd48d9948222a5423565602c689fb46 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',
+ ],
+ }],
]
},
{
@@ -521,6 +527,7 @@
'mojo_gles2',
'mojo_shell_client',
'mojo_view_manager',
+ 'mojo_view_manager_bindings',
],
}, { # use_aura==0
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698