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

Unified Diff: mojo/services/camera/interfaces/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
Index: mojo/services/camera/interfaces/BUILD.gn
diff --git a/mojo/services/camera/public/interfaces/BUILD.gn b/mojo/services/camera/interfaces/BUILD.gn
similarity index 86%
rename from mojo/services/camera/public/interfaces/BUILD.gn
rename to mojo/services/camera/interfaces/BUILD.gn
index c001bf52a4b0e3d50e485a0e693b1cdcd130a8f7..327a5ce512a7b2d61408bfbbf12d772f7c41268e 100644
--- a/mojo/services/camera/public/interfaces/BUILD.gn
+++ b/mojo/services/camera/interfaces/BUILD.gn
@@ -10,7 +10,7 @@ mojom("interfaces") {
"camera.mojom",
]
- import_dirs = [ get_path_info("../../../", "abspath") ]
+ import_dirs = [ get_path_info("../../", "abspath") ]
mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
}
« no previous file with comments | « mojo/services/authentication/public/interfaces/authentication.mojom ('k') | mojo/services/camera/interfaces/camera.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698