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

Unified Diff: services/shell/background/tests/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
Index: services/shell/background/tests/BUILD.gn
diff --git a/mojo/shell/background/tests/BUILD.gn b/services/shell/background/tests/BUILD.gn
similarity index 82%
rename from mojo/shell/background/tests/BUILD.gn
rename to services/shell/background/tests/BUILD.gn
index 59b34821c0d1c8cff4f11d5234581ea0262d3684..674b29d9df3e2afb31c7d2f88c3387757b9cae30 100644
--- a/mojo/shell/background/tests/BUILD.gn
+++ b/services/shell/background/tests/BUILD.gn
@@ -29,9 +29,9 @@ source_set("unittests") {
":test_app_bindings",
":test_support",
"//base",
- "//mojo/shell/background:lib",
- "//mojo/shell/background:main",
- "//mojo/shell/public/cpp:sources",
+ "//services/shell/background:lib",
+ "//services/shell/background:main",
+ "//services/shell/public/cpp:sources",
"//testing/gtest",
"//url",
]
@@ -57,7 +57,7 @@ mojo_native_application("test_app") {
deps = [
":test_app_bindings",
"//base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
]
}
« no previous file with comments | « services/shell/background/background_shell_main.cc ('k') | services/shell/background/tests/background_shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698