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

Unified Diff: components/mus/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 | « components/html_viewer/web_graphics_context_3d_command_buffer_impl.cc ('k') | components/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index 2c96d0868c4ebe3fdfacc1d6a47bbf605dd0d758..241068726ddca2231a04dbda26544efd24c56fb0 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -19,10 +19,10 @@ if (is_android) {
deps = [
":lib",
"public/interfaces",
- "//mojo/application/public/cpp:sources",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/interfaces",
"//mojo/shell",
+ "//mojo/shell/public/cpp:sources",
]
}
} else {
@@ -33,7 +33,7 @@ if (is_android) {
deps = [
":lib",
- "//mojo/application/public/cpp:sources",
+ "//mojo/shell/public/cpp:sources",
]
if (is_win) {
@@ -75,9 +75,9 @@ source_set("lib") {
"//components/mus/public/interfaces",
"//components/mus/surfaces",
"//components/mus/ws:lib",
- "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/services/tracing/public/cpp",
+ "//mojo/shell/public/cpp",
"//ui/events",
"//ui/gl:gl",
"//ui/platform_window:platform_impls",
« no previous file with comments | « components/html_viewer/web_graphics_context_3d_command_buffer_impl.cc ('k') | components/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698