Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index 525bd5f4f15e269dc62713f6b264214a1672fc39..ecfb24b28b14c45ae89bf825314c1f6116f30b16 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -23,15 +23,6 @@ group("mojo") { |
"//services", |
] |
- if (use_prebuilt_mojo_shell) { |
- deps += [ "//mojo/public/tools:copy_mojo_shell" ] |
- } else { |
- deps += [ "//mojo/shell:mojo_shell" ] |
- if (is_android) { |
- deps += [ "//mojo/shell:mojo_shell_apk" ] |
- } |
- } |
- |
if (is_android) { |
deps += [ "//mojo/android" ] |
} |
@@ -43,10 +34,6 @@ group("mojo") { |
if (is_linux) { |
deps += [ "//mojo/python" ] |
} |
- |
- if (!is_win) { |
- deps += [ "//mojo/shell:mojo_launcher" ] |
- } |
} |
group("tests") { |
@@ -66,8 +53,6 @@ group("tests") { |
"//mojo/public/cpp/system/tests:mojo_public_system_unittests", |
"//mojo/public/cpp/utility/tests:mojo_public_utility_unittests", |
"//mojo/services/network:apptests", |
- "//mojo/shell:external_application_unittests", |
- "//mojo/shell:mojo_shell_tests", |
"//mojo/tools:message_generator", |
"//services/clipboard:apptests", |
"//services/js:js_services_unittests", |