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

Unified Diff: services/shell/tests/shell/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/loader_unittest.cc ('k') | services/shell/tests/shell/driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/shell/BUILD.gn
diff --git a/mojo/shell/tests/shell/BUILD.gn b/services/shell/tests/shell/BUILD.gn
similarity index 77%
rename from mojo/shell/tests/shell/BUILD.gn
rename to services/shell/tests/shell/BUILD.gn
index c1b2379db70b1934844148386988cceec840df9e..8a73d53fa239cc5bda26f32b93d720986fe546b9 100644
--- a/mojo/shell/tests/shell/BUILD.gn
+++ b/services/shell/tests/shell/BUILD.gn
@@ -18,9 +18,9 @@ source_set("shell") {
"//base",
"//base/test:test_config",
"//mojo/common:common_base",
- "//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 = [
@@ -52,11 +52,11 @@ executable("shell_unittest_driver") {
":interfaces",
"//base",
"//mojo/edk/system",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
- "//mojo/shell/runner:init",
- "//mojo/shell/runner/child:test_native_main",
- "//mojo/shell/runner/common",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
+ "//services/shell/runner:init",
+ "//services/shell/runner/child:test_native_main",
+ "//services/shell/runner/common",
]
data_deps = [
@@ -80,8 +80,8 @@ executable("shell_unittest_target") {
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/loader_unittest.cc ('k') | services/shell/tests/shell/driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698