| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 312b253b118d4391f9c26df316622ff2cde0eebb..d0afd624a27b9174a4eb99bda3751cf2dcbced92 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -740,7 +740,6 @@ if (use_v8_in_net && !is_android) {
|
| public_deps = [
|
| ":net_with_v8",
|
| "//base",
|
| - "//mojo/common",
|
| "//mojo/public/cpp/bindings",
|
| "//net/interfaces",
|
|
|
| @@ -770,7 +769,6 @@ if (use_v8_in_net && !is_android) {
|
|
|
| public_deps = [
|
| ":net",
|
| - "//mojo/common",
|
| "//mojo/public/cpp/bindings",
|
| "//net/interfaces",
|
| ]
|
|
|