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

Unified Diff: mash/shelf/public/interfaces/BUILD.gn

Issue 1839223003: Add basic Chrome interaction with the mash shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move chrome_launcher_prefs from ash to aura. Created 4 years, 8 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: mash/shelf/public/interfaces/BUILD.gn
diff --git a/components/leveldb/public/interfaces/BUILD.gn b/mash/shelf/public/interfaces/BUILD.gn
similarity index 79%
copy from components/leveldb/public/interfaces/BUILD.gn
copy to mash/shelf/public/interfaces/BUILD.gn
index 0b95cf4b365afc2bf68220e01f2eca7ac41d5b35..3b732826c549f576ab5ef0a78109bd23736bdc91 100644
--- a/components/leveldb/public/interfaces/BUILD.gn
+++ b/mash/shelf/public/interfaces/BUILD.gn
@@ -6,10 +6,10 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "leveldb.mojom",
+ "shelf.mojom",
]
deps = [
- "//components/filesystem/public/interfaces",
+ "//skia/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698