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

Unified Diff: mojo/mojo_base.gyp

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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
« no previous file with comments | « mojo/common/user_agent.cc ('k') | mojo/mojo_services.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index b99b0197a7f2d5ea06e8ba1cb7ab0e9c95faf429..a880a490160bb3f431fdd5759f707cfc1ae07057 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -179,10 +179,17 @@
'variables': {
'mojom_files': [
'application/public/interfaces/application.mojom',
+ 'application/public/interfaces/content_handler.mojom',
'application/public/interfaces/service_provider.mojom',
'application/public/interfaces/shell.mojom',
],
},
+ 'dependencies': [
+ 'mojo_services.gyp:network_service_bindings_mojom',
+ ],
+ 'export_dependent_settings': [
+ 'mojo_services.gyp:network_service_bindings_mojom',
+ ],
'includes': [ '../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
},
{
« no previous file with comments | « mojo/common/user_agent.cc ('k') | mojo/mojo_services.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698