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

Unified Diff: content/app/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: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 6aae69649839c797b64f39c458f7fb9b2dd97413..463d9f18b4dd15ec076044cb559fe1c658980a6e 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -61,9 +61,9 @@ if (is_ios) {
]
} else {
content_app_deps += [
+ "//mojo/application/public/interfaces",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/interfaces/application",
]
}

Powered by Google App Engine
This is Rietveld 408576698