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

Unified Diff: services/files/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 | « services/device_info/device_info.cc ('k') | services/files/directory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/files/BUILD.gn
diff --git a/services/files/BUILD.gn b/services/files/BUILD.gn
index a1afcf60357baae09962f2afbb3fd60b76913af5..00fddcde89fdc20b5ca2d19d2ead91e25abde42d 100644
--- a/services/files/BUILD.gn
+++ b/services/files/BUILD.gn
@@ -28,7 +28,7 @@ mojo_native_application("files") {
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
- "//mojo/services/files/public/interfaces",
+ "//mojo/services/files/interfaces",
]
}
@@ -49,7 +49,7 @@ mojo_native_application("apptests") {
"//mojo/application",
"//mojo/application:test_support",
"//mojo/public/cpp/bindings",
- "//mojo/services/files/public/interfaces",
+ "//mojo/services/files/interfaces",
]
data_deps = [ ":files($default_toolchain)" ]
« no previous file with comments | « services/device_info/device_info.cc ('k') | services/files/directory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698