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: mojo/common/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: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 8f5dfaa0a4a7d1e061411615eff13e633d336f31..c6225bbba671b7a52b08f3c238561f98d711f180 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -91,9 +91,9 @@ if (!is_component_build) {
deps = [
"//base",
- "//third_party/mojo/src/mojo/public/cpp/application",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/application/public/cpp:application",
"//mojo/services/tracing:bindings",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698