| Index: mojo/shell/fetcher/BUILD.gn
|
| diff --git a/mojo/shell/fetcher/BUILD.gn b/mojo/shell/fetcher/BUILD.gn
|
| index 48cfe0f56826e2a6bbcda07a104a2f33298bb823..61dd5834d113c244f425dd2400ff472bd9873376 100644
|
| --- a/mojo/shell/fetcher/BUILD.gn
|
| +++ b/mojo/shell/fetcher/BUILD.gn
|
| @@ -32,12 +32,12 @@ source_set("fetcher") {
|
| deps = [
|
| "//base/third_party/dynamic_annotations",
|
| "//crypto:crypto",
|
| + "//mojo/edk/system",
|
| "//mojo/environment:chromium",
|
| "//mojo/shell",
|
| "//mojo/shell/public/cpp:sources",
|
| "//mojo/util:filename_util",
|
| "//net",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| "//url",
|
| ]
|
| }
|
|
|