[fuchsia-pkg] Convert CQ blocking components to URLs

TESTED=
fx shell '/pkgfs/packages/fidl_bindings_test/0/test/fidl_bindings_test'
fx shell '/pkgfs/packages/run_vmservice_object_tests/0/test/run_vmservice_object_tests.sh'
fx shell '/pkgfs/packages/fidl_compatibility_test_topaz/0/test/run_fidl_compatibility_test_topaz.sh'

CF-156 #comment

Change-Id: I8780ceb5ca43afcdb625b0d5a39bfdabb5fffe6a
diff --git a/bin/fidl_bindings_test/test/test/server.dart b/bin/fidl_bindings_test/test/test/server.dart
index 4c0aebd..90ed9d9 100644
--- a/bin/fidl_bindings_test/test/test/server.dart
+++ b/bin/fidl_bindings_test/test/test/server.dart
@@ -9,7 +9,7 @@
 import 'package:fidl_fuchsia_sys/fidl_async.dart'
     show ComponentControllerProxy, LaunchInfo;
 
-const _kServerName = 'fidl_bindings_test_server';
+const _kServerName = 'fuchsia-pkg://fuchsia.com/fidl_bindings_test_server#meta/fidl_bindings_test_server.cmx';
 
 StartupContext _context = new StartupContext.fromStartupInfo();
 
diff --git a/bin/fidl_compatibility_test/run_fidl_compatibility_test_topaz.sh b/bin/fidl_compatibility_test/run_fidl_compatibility_test_topaz.sh
index 422dd25..b08b8de 100644
--- a/bin/fidl_compatibility_test/run_fidl_compatibility_test_topaz.sh
+++ b/bin/fidl_compatibility_test/run_fidl_compatibility_test_topaz.sh
@@ -4,5 +4,5 @@
 # garnet/bin/fidl_compatibility_test/run_fidl_compatibility_test_garnet.sh. (The
 # Garnet file should be similar to this file, but omit the Dart server.)
 
-export FIDL_COMPATIBILITY_TEST_SERVERS=fuchsia-pkg://fuchsia.con/fidl_compatibility_test_server_cpp#meta/fidl_compatibility_test_server_cpp.cmx,fuchsia-pkg://fuchsia.con/fidl_compatibility_test_server_dart#meta/fidl_compatibility_test_server_dart.cmx,fuchsia-pkg://fuchsia.con/fidl_compatibility_test_server_go#meta/fidl_compatibility_test_server_go.cmx,fuchsia-pkg://fuchsia.con/fidl_compatibility_test_server_rust#meta/fidl_compatibility_test_server_rust.cmx
+export FIDL_COMPATIBILITY_TEST_SERVERS=fuchsia-pkg://fuchsia.com/fidl_compatibility_test_server_cpp#meta/fidl_compatibility_test_server_cpp.cmx,fuchsia-pkg://fuchsia.com/fidl_compatibility_test_server_dart#meta/fidl_compatibility_test_server_dart.cmx,fuchsia-pkg://fuchsia.com/fidl_compatibility_test_server_go#meta/fidl_compatibility_test_server_go.cmx,fuchsia-pkg://fuchsia.com/fidl_compatibility_test_server_rust#meta/fidl_compatibility_test_server_rust.cmx
 /pkgfs/packages/fidl_compatibility_test_bin/0/bin/app
diff --git a/runtime/dart/utils/run_vmservice_object_tests.sh b/runtime/dart/utils/run_vmservice_object_tests.sh
index 209e008..39dfa22 100644
--- a/runtime/dart/utils/run_vmservice_object_tests.sh
+++ b/runtime/dart/utils/run_vmservice_object_tests.sh
@@ -7,7 +7,7 @@
 
 # Start up a dart runner app that is guaranteed to be JIT, non-product, and
 # won't terminate.
-run -d hello_dart_jit
+run -d fuchsia-pkg://fuchsia.com/hello_dart_jit#meta/hello_dart_jit.cmx
 
 # Wait for it to come up.
 sleep 2