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

Unified Diff: mojo/BUILD.gn

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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 | « DEPS ('k') | mojo/apps/js/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 9f032c8761bf3d66131c3aeb412995c7ed4492f9..9a997d8b91b2375add3becc204b2e60f0346c3aa 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo.gni")
group("mojo") {
# Meta-target, don't link into production code.
@@ -16,10 +17,15 @@ group("mojo") {
"//mojo/examples",
"//mojo/public",
"//mojo/services",
- "//mojo/shell:mojo_shell",
"//mojo/tools/package_manager",
]
+ if (use_prebuilt_mojo_shell) {
+ deps += [ "//mojo/public/tools:copy_mojo_shell" ]
+ } else {
+ deps += [ "//mojo/shell:mojo_shell" ]
+ }
+
if (is_android) {
deps += [
"//mojo/android",
@@ -52,7 +58,7 @@ group("tests") {
"//mojo/public/cpp/environment/tests:mojo_public_environment_unittests",
"//mojo/public/cpp/system/tests:mojo_public_system_unittests",
"//mojo/public/cpp/utility/tests:mojo_public_utility_unittests",
- "//mojo/services/clipboard:clipboard_unittests",
+ "//mojo/services/clipboard:mojo_clipboard_unittests",
"//mojo/services/network:unittests",
"//mojo/shell:mojo_external_application_tests",
"//mojo/shell:mojo_shell_tests",
@@ -62,8 +68,8 @@ group("tests") {
if (use_aura) {
deps += [
"//mojo/services/public/cpp/view_manager/tests:mojo_view_manager_lib_unittests",
- "//mojo/services/view_manager:view_manager_unittests",
- "//mojo/services/window_manager:window_manager_unittests",
+ "//mojo/services/view_manager:mojo_view_manager_unittests",
+ "//mojo/services/window_manager:mojo_window_manager_unittests",
]
}
}
« no previous file with comments | « DEPS ('k') | mojo/apps/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698