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

Unified Diff: mojo/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: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 584421ba812181fba38c60165993efbaa2e9034a..e050098088c713cad7018da129c95fd9cc3144ed 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -17,7 +17,7 @@ group("mojo") {
# TODO(GYP): Figure out if this needs to be supported. Right now
# it won't work on x86 official builds because it needs stuff in the
# sysroot that doesn't exist.
- deps += [ "//third_party/mojo/src/mojo/public" ]
+ deps += [ "//mojo/public" ]
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698