Index: build/gn_migration.gypi |
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi |
index 9d876d9a1888a2149bd9baa79a78d7be8236d125..a43e08c8ffa1046d44dbef38884ab36b22accba2 100644 |
--- a/build/gn_migration.gypi |
+++ b/build/gn_migration.gypi |
@@ -182,6 +182,11 @@ |
['chromeos== 1 or use_ash==1', { |
'dependencies': [ |
'../components/components.gyp:session_manager_component', |
+ ] |
+ }], |
+ ['disable_nacl==0 and disable_nacl_untrusted==0', { |
+ 'dependencies': [ |
+ '../remoting/remoting.gyp:remoting_key_tester', |
], |
}], |
['enable_extensions==1 and OS!="mac"', { |
@@ -197,6 +202,13 @@ |
}], |
['remoting==1', { |
'dependencies': [ |
+ '../remoting/remoting.gyp:remoting_host', |
+ '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', |
+ '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', |
+ '../remoting/remoting.gyp:remoting_me2me_host', |
+ '../remoting/remoting.gyp:remoting_native_messaging_manifests', |
+ '../remoting/remoting.gyp:remoting_perftests', |
+ '../remoting/remoting.gyp:remoting_start_host', |
'../remoting/remoting.gyp:remoting_unittests', |
], |
}], |
@@ -429,19 +441,11 @@ |
'dependencies': [ |
'../components/nacl.gyp:nacl_loader_unittests', |
'../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port |
- '../remoting/remoting.gyp:remoting_key_tester', |
] |
}], |
['remoting==1', { |
'dependencies': [ |
'../remoting/app_remoting_webapp.gyp:ar_sample_app', |
Dirk Pranke
2015/03/27 03:17:42
I should probably implement this as part of this C
|
- '../remoting/remoting.gyp:remoting_host', |
- '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', |
- '../remoting/remoting.gyp:remoting_me2me_host', |
- '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', |
- '../remoting/remoting.gyp:remoting_native_messaging_manifests', |
- '../remoting/remoting.gyp:remoting_perftests', |
- '../remoting/remoting.gyp:remoting_start_host', |
], |
}], |
['test_isolation_mode!="noop"', { |