Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1122)

Unified Diff: mojo/BUILD.gn

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « PRESUBMIT.py ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698