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

Unified Diff: services/files/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/terminal/public/interfaces/terminal_client.mojom ('k') | services/files/directory.mojom » ('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 b14123756d74482e5bf550365080c676a13b5117..bf85f239c7de341f9ba036dde6156d59170ac6f8 100644
--- a/services/files/BUILD.gn
+++ b/services/files/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//mojo/public/mojo_application.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
mojo_native_application("files") {
sources = [
@@ -23,22 +22,13 @@ mojo_native_application("files") {
]
deps = [
- ":bindings",
"//base",
"//mojo/application",
"//mojo/common",
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
- ]
-}
-
-mojom("bindings") {
- sources = [
- "directory.mojom",
- "file.mojom",
- "files.mojom",
- "types.mojom",
+ "//mojo/services/files/public/interfaces",
]
}
@@ -54,11 +44,11 @@ mojo_native_application("apptests") {
]
deps = [
- ":bindings",
"//base",
"//mojo/application",
"//mojo/application:test_support",
"//mojo/public/cpp/bindings",
+ "//mojo/services/files/public/interfaces",
]
data_deps = [ ":files($default_toolchain)" ]
« no previous file with comments | « mojo/services/terminal/public/interfaces/terminal_client.mojom ('k') | services/files/directory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698