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

Unified Diff: components/resource_provider/public/cpp/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/resource_provider/public/cpp/BUILD.gn
diff --git a/components/resource_provider/public/cpp/BUILD.gn b/components/resource_provider/public/cpp/BUILD.gn
index 553950c23eed3ab1ab3f66876e0879c54724197a..f853cb84db7a8471418462da66fef17d46ead2e3 100644
--- a/components/resource_provider/public/cpp/BUILD.gn
+++ b/components/resource_provider/public/cpp/BUILD.gn
@@ -14,11 +14,11 @@ source_set("cpp") {
deps = [
"../interfaces",
"//base",
+ "//mojo/application/public/cpp:application",
+ "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/platform_handle",
- "//third_party/mojo/src/mojo/public/cpp/application",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/system",
- "//third_party/mojo/src/mojo/public/interfaces/application",
]
}

Powered by Google App Engine
This is Rietveld 408576698