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

Unified Diff: net/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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 6daea5a0c0fc074eb118854ed352fe8456669635..242000e2d9a7f811cd965f3821bf89df7556f11f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -785,7 +785,7 @@ if (use_v8_in_net && !is_android) {
"//base",
"//mojo/common",
"//net/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
# NOTE(amistry): As long as we support in-process Mojo v8 PAC, we need
# this dependency since in_process_mojo_proxy_resolver_factory creates
@@ -806,7 +806,7 @@ if (use_v8_in_net && !is_android) {
public_deps = [
":net",
"//net/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
}
@@ -830,7 +830,7 @@ if (use_v8_in_net && !is_android) {
":net",
"//mojo/common",
"//net/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698