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

Unified Diff: services/shell/public/cpp/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/native_runner_delegate.h ('k') | services/shell/public/cpp/application_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/BUILD.gn
diff --git a/mojo/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
similarity index 91%
rename from mojo/shell/public/cpp/BUILD.gn
rename to services/shell/public/cpp/BUILD.gn
index 53318b1ce7090f04b2fdf939b03ce80590cb4aa2..73159806efa92b80833ff40c747fb37cf10639b8 100644
--- a/mojo/shell/public/cpp/BUILD.gn
+++ b/services/shell/public/cpp/BUILD.gn
@@ -59,7 +59,7 @@ source_set("sources") {
public_deps = [
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/interfaces",
"//url",
]
}
@@ -89,7 +89,7 @@ source_set("test_support") {
"//mojo/logging",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//mojo/shell/public/interfaces:interfaces_cpp_sources",
+ "//services/shell/public/interfaces:interfaces_cpp_sources",
]
data_deps = []
@@ -113,8 +113,8 @@ source_set("shell_test_support") {
"//mojo/logging",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//mojo/shell/background:lib",
- "//mojo/shell/public/interfaces:interfaces_cpp_sources",
+ "//services/shell/background:lib",
+ "//services/shell/public/interfaces:interfaces_cpp_sources",
]
data_deps = []
« no previous file with comments | « services/shell/native_runner_delegate.h ('k') | services/shell/public/cpp/application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698