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

Unified Diff: mash/shell/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 | « mash/quick_launch/quick_launch.cc ('k') | mash/shell/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/shell/BUILD.gn
diff --git a/mash/shell/BUILD.gn b/mash/shell/BUILD.gn
index 6e629baf9b868eceaa87835cdab616556ec09bc6..2a4b763a38578b2ae3ddd3e5dc22f76c4a450a02 100644
--- a/mash/shell/BUILD.gn
+++ b/mash/shell/BUILD.gn
@@ -18,9 +18,9 @@ mojo_native_application("shell") {
deps = [
"//base",
- "//mojo/application/public/cpp",
- "//mojo/application/public/cpp:sources",
"//mojo/public/cpp/bindings",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/cpp:sources",
]
data_deps = [
« no previous file with comments | « mash/quick_launch/quick_launch.cc ('k') | mash/shell/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698