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

Unified Diff: mojo/mojo_services.gyp

Issue 1455833005: Convert ConnectToApplication to take a params class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/mojo_base.gyp ('k') | mojo/runner/child/native_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gyp
diff --git a/mojo/mojo_services.gyp b/mojo/mojo_services.gyp
index cb6c2fc9db6ad001ee8d79b5b7455481c07d5a51..652b7e677e6db2708b08cad14dd8c3225f9e49f2 100644
--- a/mojo/mojo_services.gyp
+++ b/mojo/mojo_services.gyp
@@ -50,6 +50,18 @@
],
},
{
+ # GN version: //mojo/converters/network
+ 'target_name': 'network_type_converters',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'network_service_bindings_lib',
+ ],
+ 'sources': [
+ 'converters/network/network_type_converters.cc',
+ 'converters/network/network_type_converters.h',
+ ],
+ },
+ {
'target_name': 'updater_bindings_mojom',
'type': 'none',
'variables': {
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/runner/child/native_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698