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

Unified Diff: apps/moterm/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | apps/moterm/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/BUILD.gn
diff --git a/apps/moterm/BUILD.gn b/apps/moterm/BUILD.gn
index c987d047c662c39ee0ece578c55365a27690fa62..c28f108b57d9c6bcfb0c441f0e19d96bad99dc26 100644
--- a/apps/moterm/BUILD.gn
+++ b/apps/moterm/BUILD.gn
@@ -23,7 +23,7 @@ mojo_native_application("moterm") {
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:callback",
- "//mojo/services/files/public/interfaces",
+ "//mojo/services/files/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
"//mojo/services/terminal/public/interfaces",
"//mojo/services/view_manager/public/cpp",
@@ -57,7 +57,7 @@ source_set("driver") {
public_deps = [
"//base",
"//mojo/public/cpp/bindings",
- "//mojo/services/files/public/interfaces",
+ "//mojo/services/files/interfaces",
]
}
« no previous file with comments | « no previous file | apps/moterm/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698