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

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

Issue 1287003010: An interface and android service for sharing. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 4 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/sharing/public/interfaces/BUILD.gn
diff --git a/mojo/services/device_info/public/interfaces/BUILD.gn b/mojo/services/sharing/public/interfaces/BUILD.gn
similarity index 94%
copy from mojo/services/device_info/public/interfaces/BUILD.gn
copy to mojo/services/sharing/public/interfaces/BUILD.gn
index a0400cf57cde95e59347ff98ac8cb265013db5a8..b5e0c3c4c74718fd8be6e7a43989a358354c4012 100644
--- a/mojo/services/device_info/public/interfaces/BUILD.gn
+++ b/mojo/services/sharing/public/interfaces/BUILD.gn
@@ -7,7 +7,7 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "device_info.mojom",
+ "sharing.mojom",
]
import_dirs = [ get_path_info("../../../", "abspath") ]

Powered by Google App Engine
This is Rietveld 408576698