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

Unified Diff: services/shell/tests/lifecycle/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 | « services/shell/tests/connect/connect_unittests_manifest.json ('k') | services/shell/tests/lifecycle/app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/lifecycle/BUILD.gn
diff --git a/mojo/shell/tests/lifecycle/BUILD.gn b/services/shell/tests/lifecycle/BUILD.gn
similarity index 84%
rename from mojo/shell/tests/lifecycle/BUILD.gn
rename to services/shell/tests/lifecycle/BUILD.gn
index fbc2ac72fb340243e8c7734b0fb47dd9b0e9a419..e7bc3c7f8b9f4c9d77dc7f839969371a40c82601 100644
--- a/mojo/shell/tests/lifecycle/BUILD.gn
+++ b/services/shell/tests/lifecycle/BUILD.gn
@@ -16,11 +16,11 @@ source_set("lifecycle") {
":interfaces",
"//base",
"//base/test:test_support",
- "//mojo/shell/public/cpp:shell_test_support",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
- "//mojo/shell/runner/common",
- "//mojo/shell/tests:util",
+ "//services/shell/public/cpp:shell_test_support",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
+ "//services/shell/runner/common",
+ "//services/shell/tests:util",
]
data_deps = [
@@ -61,8 +61,8 @@ source_set("app_client") {
deps = [
":interfaces",
"//base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
}
@@ -76,8 +76,8 @@ mojo_native_application("lifecycle_unittest_package") {
":interfaces",
":lifecycle_unittest_package_manifest",
"//base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
}
@@ -103,7 +103,7 @@ mojo_native_application("lifecycle_unittest_app") {
":app_client",
":interfaces",
"//base",
- "//mojo/shell/public/cpp:sources",
+ "//services/shell/public/cpp:sources",
]
data_deps = [
@@ -124,7 +124,7 @@ mojo_native_application("lifecycle_unittest_parent") {
deps = [
":interfaces",
"//base",
- "//mojo/shell/public/cpp:sources",
+ "//services/shell/public/cpp:sources",
]
data_deps = [
@@ -145,8 +145,8 @@ executable("lifecycle_unittest_exe") {
deps = [
":app_client",
"//base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/runner/child:test_native_main",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/runner/child:test_native_main",
]
data_deps = [
« no previous file with comments | « services/shell/tests/connect/connect_unittests_manifest.json ('k') | services/shell/tests/lifecycle/app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698