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

Unified Diff: mojo/application/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/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 958d87b0cc2a8c22e6437fe674dda3dcb33d868e..5800c0cfec88d7d43665bfa2d59acc0daae44c48 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -10,7 +10,7 @@ source_set("application") {
]
public_deps = [
- "//third_party/mojo/src/mojo/public/cpp/application",
+ "//mojo/application/public/cpp:application",
]
deps = [
"//base",
@@ -27,9 +27,9 @@ source_set("content_handler") {
deps = [
":application",
"//base",
+ "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/interfaces/application",
"//third_party/mojo_services/src/content_handler/public/interfaces",
"//mojo/services/network/public/interfaces",
]
@@ -46,7 +46,7 @@ source_set("test_support") {
deps = [
"//base",
"//base/test:test_support",
- "//third_party/mojo/src/mojo/public/cpp/application:application",
+ "//mojo/application/public/cpp:application",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/environment",
"//third_party/mojo/src/mojo/public/cpp/system",

Powered by Google App Engine
This is Rietveld 408576698