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

Unified Diff: components/clipboard/public/interfaces/BUILD.gn

Issue 1978763003: Readd the clipboard service and get it compiling again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS to the interfaces directory. Created 4 years, 7 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: components/clipboard/public/interfaces/BUILD.gn
diff --git a/components/web_cache/public/interfaces/BUILD.gn b/components/clipboard/public/interfaces/BUILD.gn
similarity index 91%
copy from components/web_cache/public/interfaces/BUILD.gn
copy to components/clipboard/public/interfaces/BUILD.gn
index 4da8e479ca07181bafbab92c20a48a2f5a034e44..443f5bfc2d1e423c3870811ddbf1a75400148364 100644
--- a/components/web_cache/public/interfaces/BUILD.gn
+++ b/components/clipboard/public/interfaces/BUILD.gn
@@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "web_cache.mojom",
+ "clipboard.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698