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

Unified Diff: components/mus/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 | « components/mus/mus_app.cc ('k') | components/mus/public/cpp/lib/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index 59ca9bee897faf86e5013a9ea0faf91d7bfa1c8b..2a5931d6e076f3b7c8b29593cfe6c1c98b2d80e0 100644
--- a/components/mus/public/cpp/BUILD.gn
+++ b/components/mus/public/cpp/BUILD.gn
@@ -50,8 +50,6 @@ source_set("cpp") {
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/mus/common",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
"//mojo/gles2:headers",
@@ -59,6 +57,8 @@ source_set("cpp") {
"//mojo/public/cpp/bindings:bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
]
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/public/cpp/lib/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698