Index: build/gn_migration.gypi |
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi |
index 62534a7a757e2e131b30146b0d2c272ff58aa25d..ad6560c686b2d0092f1c6b88e0543e7f09bae35f 100644 |
--- a/build/gn_migration.gypi |
+++ b/build/gn_migration.gypi |
@@ -227,7 +227,17 @@ |
}], |
['remoting==1', { |
'dependencies': [ |
- '../remoting/remoting_all.gyp:remoting_all', |
+ '../remoting/remoting.gyp:remoting_host', |
+ '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', |
+ '../remoting/remoting.gyp:remoting_start_host', |
+ '../remoting/remoting.gyp:remoting_native_messaging_manifests', |
+ '../remoting/remoting.gyp:remoting_perftests', |
+ '../remoting/remoting.gyp:remoting_unittests', |
+ ], |
+ }], |
+ ['remoting==1 and disable_nacl==0 and disable_nacl_untrusted==0', { |
+ 'dependencies': [ |
+ '../remoting/remoting.gyp:remoting_key_tester', |
], |
}], |
['remoting==1 and chromeos==0', { |