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

Unified Diff: services/shell/tests/connect/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/DEPS ('k') | services/shell/tests/connect/connect_test.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/connect/BUILD.gn
diff --git a/mojo/shell/tests/connect/BUILD.gn b/services/shell/tests/connect/BUILD.gn
similarity index 84%
rename from mojo/shell/tests/connect/BUILD.gn
rename to services/shell/tests/connect/BUILD.gn
index fc70dd049fc42f2ce117c99e39a2401de58c79c1..f58cf325c89c55574650181980aea776ab7e5313 100644
--- a/mojo/shell/tests/connect/BUILD.gn
+++ b/services/shell/tests/connect/BUILD.gn
@@ -16,9 +16,9 @@ source_set("connect") {
":interfaces",
"//base",
"//base/test:test_support",
- "//mojo/shell/public/cpp:shell_test_support",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:shell_test_support",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
data_deps = [
@@ -37,7 +37,7 @@ mojom("interfaces") {
"connect_test.mojom",
]
deps = [
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/interfaces",
]
}
@@ -66,8 +66,8 @@ mojo_native_application("connect_test_package") {
":interfaces",
"//base",
"//mojo/common:common_base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
}
@@ -94,8 +94,8 @@ mojo_native_application("connect_test_app") {
":interfaces",
"//base",
"//mojo/common:common_base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
}
@@ -114,8 +114,8 @@ mojo_native_application("connect_test_class_app") {
":interfaces",
"//base",
"//mojo/common:common_base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
}
@@ -133,7 +133,7 @@ mojo_native_application("connect_test_singleton_app") {
":connect_test_singleton_app_manifest",
"//base",
"//mojo/common:common_base",
- "//mojo/shell/public/cpp:sources",
+ "//services/shell/public/cpp:sources",
]
}
@@ -152,9 +152,9 @@ executable("connect_test_driver") {
deps = [
":interfaces",
"//base",
- "//mojo/shell/public/cpp",
- "//mojo/shell/runner/child:test_native_main",
- "//mojo/shell/tests:util",
+ "//services/shell/public/cpp",
+ "//services/shell/runner/child:test_native_main",
+ "//services/shell/tests:util",
]
data_deps = [
@@ -178,8 +178,8 @@ executable("connect_test_exe") {
deps = [
":interfaces",
"//base",
- "//mojo/shell/public/cpp",
- "//mojo/shell/runner/child:test_native_main",
+ "//services/shell/public/cpp",
+ "//services/shell/runner/child:test_native_main",
]
data_deps = [
« no previous file with comments | « services/shell/tests/DEPS ('k') | services/shell/tests/connect/connect_test.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698