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

Unified Diff: components/mus/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/mus/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index 7001e291662e650d0ea87e17c87a34d48fed5aae..e5621e9493856419930b3523081c1a9792424ac6 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -22,7 +22,7 @@ if (is_android) {
"//mojo/application/public/cpp:sources",
"//mojo/services/tracing/public/interfaces",
"//mojo/shell",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
}
} else {

Powered by Google App Engine
This is Rietveld 408576698