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

Unified Diff: mojo/runner/test/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/runner/shell_apptest.cc ('k') | mojo/runner/test/pingable_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/test/BUILD.gn
diff --git a/mojo/runner/test/BUILD.gn b/mojo/runner/test/BUILD.gn
index bd94a9decb2c411aa507ad016bc16bfe20995c22..7d9dc14766e560aebdb85245aac43d38b2d3ad39 100644
--- a/mojo/runner/test/BUILD.gn
+++ b/mojo/runner/test/BUILD.gn
@@ -22,7 +22,7 @@ mojo_native_application("pingable_app") {
deps = [
":bindings",
- "//mojo/application/public/cpp",
"//mojo/public/cpp/bindings:callback",
+ "//mojo/shell/public/cpp",
]
}
« no previous file with comments | « mojo/runner/shell_apptest.cc ('k') | mojo/runner/test/pingable_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698