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

Unified Diff: mash/example/window_type_launcher/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
Index: mash/example/window_type_launcher/BUILD.gn
diff --git a/mash/example/window_type_launcher/BUILD.gn b/mash/example/window_type_launcher/BUILD.gn
index 2602af1f3f142a7e6be5d41bae457d4ec10ce7ec..627af2aae3550dab59571851ce1ea156e6902c65 100644
--- a/mash/example/window_type_launcher/BUILD.gn
+++ b/mash/example/window_type_launcher/BUILD.gn
@@ -22,14 +22,14 @@ executable("window_type_launcher") {
"//base",
"//base:base_static",
"//components/mus/public/interfaces",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
"//mojo/common:common_base",
"//mojo/converters/geometry",
"//mojo/message_pump",
"//mojo/public/cpp/bindings",
"//mojo/runner:init",
"//mojo/runner/child:lib",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
"//skia",
"//third_party/mojo/src/mojo/edk/system",
"//ui/aura",
« no previous file with comments | « mash/example/views_examples/views_examples_application_delegate.cc ('k') | mash/example/window_type_launcher/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698