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

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
« no previous file with comments | « mojo/util/capture_util.h ('k') | net/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 6daea5a0c0fc074eb118854ed352fe8456669635..478634f32b2c692aeab6893bc64935b88c6a2f2a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -784,8 +784,8 @@ if (use_v8_in_net && !is_android) {
":net",
"//base",
"//mojo/common",
+ "//mojo/public/cpp/bindings",
"//net/interfaces",
- "//third_party/mojo/src/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
@@ -805,8 +805,8 @@ if (use_v8_in_net && !is_android) {
public_deps = [
":net",
+ "//mojo/public/cpp/bindings",
"//net/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
]
}
@@ -829,8 +829,8 @@ if (use_v8_in_net && !is_android) {
":mojo_type_converters",
":net",
"//mojo/common",
+ "//mojo/public/cpp/bindings",
"//net/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
]
}
}
« no previous file with comments | « mojo/util/capture_util.h ('k') | net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698