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

Unified Diff: ipc/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: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index d801a7b9c19ca16ed9b418eb258d39645651fd84..d32089c1f702b6111c14a0b6f598ed5000c5dea4 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//testing/test.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
mojom("client_channel") {
sources = [
@@ -40,8 +40,8 @@ component("mojo") {
"//ipc",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/edk/system",
- "//third_party/mojo/src/mojo/public/c/environment:environment",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/c/environment:environment",
+ "//mojo/public/cpp/bindings",
":client_channel",
]
}

Powered by Google App Engine
This is Rietveld 408576698