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

Unified Diff: components/clipboard/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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/BUILD.gn
diff --git a/components/clipboard/BUILD.gn b/components/clipboard/BUILD.gn
index 7440ae62c2fd4d99fc12cbef0d5ce7ba85590baa..1973cddc0487eaab22949bff8f741fd4f94c19e3 100644
--- a/components/clipboard/BUILD.gn
+++ b/components/clipboard/BUILD.gn
@@ -14,7 +14,7 @@ source_set("lib") {
deps = [
"//components/clipboard/public/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/application",
+ "//mojo/application/public/cpp:application",
"//third_party/mojo/src/mojo/public/cpp/bindings",
]
}

Powered by Google App Engine
This is Rietveld 408576698