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

Unified Diff: mojo/shell/public/cpp/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 | « mojo/shell/package_manager/package_manager_impl.cc ('k') | mojo/shell/public/cpp/app_lifetime_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/BUILD.gn
diff --git a/mojo/application/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
similarity index 92%
rename from mojo/application/public/cpp/BUILD.gn
rename to mojo/shell/public/cpp/BUILD.gn
index 990aae34f62e6e50d5e16fdc199bee6315d8aad6..55cd7822011deae078cd9adf7f864ad09e66ab65 100644
--- a/mojo/application/public/cpp/BUILD.gn
+++ b/mojo/shell/public/cpp/BUILD.gn
@@ -53,9 +53,9 @@ source_set("sources") {
public_deps = [
"//base",
- "//mojo/application/public/interfaces",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
+ "//mojo/shell/public/interfaces",
]
}
@@ -75,9 +75,9 @@ source_set("content_handler") {
# TODO: this code should not depend on base.
"//base",
- "//mojo/application/public/interfaces:interfaces_cpp_sources",
"//mojo/message_pump",
"//mojo/services/network/public/interfaces",
+ "//mojo/shell/public/interfaces:interfaces_cpp_sources",
]
}
@@ -97,11 +97,11 @@ source_set("test_support") {
deps = [
"//base",
"//base/test:test_support",
- "//mojo/application/public/interfaces:interfaces_cpp_sources",
"//mojo/logging",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
+ "//mojo/shell/public/interfaces:interfaces_cpp_sources",
]
data_deps = []
« no previous file with comments | « mojo/shell/package_manager/package_manager_impl.cc ('k') | mojo/shell/public/cpp/app_lifetime_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698