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

Unified Diff: mojo/services/files/public/interfaces/BUILD.gn

Issue 1013313002: Move services/files/*.mojom -> mojo/services/files/public/interfaces/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/services/BUILD.gn ('k') | mojo/services/files/public/interfaces/directory.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/public/interfaces/BUILD.gn
diff --git a/mojo/services/service_registry/public/interfaces/BUILD.gn b/mojo/services/files/public/interfaces/BUILD.gn
similarity index 72%
copy from mojo/services/service_registry/public/interfaces/BUILD.gn
copy to mojo/services/files/public/interfaces/BUILD.gn
index 268e2dc4543184fe520a07208ba4a18619fd13cd..04d041bcf90c51a8195c622e0b9842756df6353c 100644
--- a/mojo/services/service_registry/public/interfaces/BUILD.gn
+++ b/mojo/services/files/public/interfaces/BUILD.gn
@@ -2,15 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("../../../mojo_sdk_root.gni")
+import("//build/module_args/mojo.gni")
import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "service_registry.mojom",
+ "directory.mojom",
+ "file.mojom",
+ "files.mojom",
+ "types.mojom",
]
import_dirs = [ get_path_info("../../../", "abspath") ]
-
- mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
}
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/files/public/interfaces/directory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698