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

Unified Diff: mojo/mojo_services.gyp

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.gyp
diff --git a/mojo/mojo_services.gyp b/mojo/mojo_services.gyp
index 00d789d38ca2a4d34e68cc3ffc0e85d7eb5cd8e3..2e7b2061af590163c6722409d7f39292ea0a9cd5 100644
--- a/mojo/mojo_services.gyp
+++ b/mojo/mojo_services.gyp
@@ -29,10 +29,19 @@
],
}, {
# GN version: //mojo/services/network/public/interfaces
- 'target_name': 'network_service_bindings_libs',
+ 'target_name': 'network_service_bindings_lib',
'type': 'static_library',
'dependencies': [
'network_service_bindings_mojom',
],
+ }, {
+ # Target used to depend only on the bindings generation action, not on any
+ # outputs.
+ 'target_name': 'network_service_bindings_generation',
+ 'type': 'none',
+ 'hard_dependency': 1,
+ 'dependencies': [
+ 'network_service_bindings_mojom',
+ ],
}],
}

Powered by Google App Engine
This is Rietveld 408576698