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

Unified Diff: mojo/mojo_services.gypi

Issue 345773003: Mojo: teach launcher about mojo:// URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, add comments Created 6 years, 6 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_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 34132f947edb0ec1f0affa16b24d27fb257b4729..236f90eddb93cd379a4f11f3def5e4db89d6f4bf 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -258,7 +258,7 @@
],
'dependencies': [
'mojo_cpp_bindings',
- 'mojo_network_bindings',
+ 'mojo_navigation_bindings',
],
},
{
@@ -266,6 +266,7 @@
'type': 'shared_library',
'dependencies': [
'../base/base.gyp:base',
+ '../url/url.gyp:url_lib',
'mojo_application',
'mojo_cpp_bindings',
'mojo_environment_chromium',

Powered by Google App Engine
This is Rietveld 408576698