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

Unified Diff: components/clipboard/manifest.json

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/manifest.json
diff --git a/components/leveldb/manifest.json b/components/clipboard/manifest.json
similarity index 62%
copy from components/leveldb/manifest.json
copy to components/clipboard/manifest.json
index a56b36d94c71e1e8a8cdb4705d3f5493be27b169..dc74789138c90fbc02bc5a70d9fc8c9cf96613ec 100644
--- a/components/leveldb/manifest.json
+++ b/components/clipboard/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 1,
- "name": "mojo:leveldb",
- "display_name": "LevelDB Service",
+ "name": "mojo:clipboard",
+ "display_name": "Clipboard Service",
"capabilities": {
"required": {
"*": { "classes": [ "app" ] }

Powered by Google App Engine
This is Rietveld 408576698