Index: testing/buildbot/ninja_to_gn.pyl |
diff --git a/testing/buildbot/ninja_to_gn.pyl b/testing/buildbot/ninja_to_gn.pyl |
index 97f50fe5a576453e683a46d598e78d5e3dbe3d1d..a2d79a9c44f302eefa58233280ba47fd44150c4b 100644 |
--- a/testing/buildbot/ninja_to_gn.pyl |
+++ b/testing/buildbot/ninja_to_gn.pyl |
@@ -48,6 +48,7 @@ |
"gn_unittests": "//tools/gn:gn_unittests", |
"google_apis_unittests": "//google_apis:google_apis_unittests", |
"gpu_unittests": "//gpu:gpu_unittests", |
+ "html_viewer_unittests": "//components/html_viewer:html_viewer_unittests", |
"installer_util_unittests": "//chrome/installer/util:installer_util_unittests", |
"interactive_ui_tests": "//chrome/test:interactive_ui_tests", |
"ipc_mojo_unittests": "//ipc/mojo:ipc_mojo_unittests", |
@@ -62,7 +63,11 @@ |
"mojo_public_environment_unittests": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", |
"mojo_public_system_unittests": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", |
"mojo_public_utility_unittests": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", |
+ "mojo_runner_unittests": "//mojo/runner:mojo_runner_unittests", |
+ "mojo_shell_unittests": "//mojo/shell:mojo_shell_unittests", |
+ "mojo_surfaces_lib_unittests": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
"mojo_system_unittests": "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", |
+ "mojo_view_manager_lib_unittests": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests", |
"message_center_unittests": "//ui/message_center:message_center_unittests", |
"nacl_loader_unittests": "//components/nacl:nacl_loader_unittests", |
"net_unittests": "//net:net_unittests", |
@@ -70,6 +75,7 @@ |
"ppapi_unittests": "//ppapi:ppapi_unittests", |
"printing_unittests": "//printing:printing_unittests", |
"remoting_unittests": "//remoting:remoting_unittests", |
+ "resource_provider_unittests": "//components/resource_provider:resource_provider_unittests", |
"sandbox_linux_unittests": "//sandbox/linux:sandbox_linux_unittests", |
"sandbox_mac_unittests": "//sandbox/mac:sandbox_mac_unittests", |
"sbox_integration_tests": "//sandbox/win:sbox_integration_tests", |
@@ -84,6 +90,7 @@ |
"ui_touch_selection_unittests": "//ui/touch_selection:ui_touch_selection_unittests", |
"unit_tests": "//chrome/test:unit_tests", |
"url_unittests": "//url:url_unittests", |
+ "view_manager_unittests": "//components/view_manager:view_manager_unittests", |
"views_unittests": "//ui/views:views_unittests", |
"webkit_unit_tests": "//third_party/WebKit/public:webkit_unit_tests", |
"wm_unittests": "//ui/wm:wm_unittests", |