| Index: mojo/shell/BUILD.gn
|
| diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
|
| index dee5ebb231c68f4197597b4aae09133d679e5d58..68c66bf16b6a5314800a8781181789aa8365c63e 100644
|
| --- a/mojo/shell/BUILD.gn
|
| +++ b/mojo/shell/BUILD.gn
|
| @@ -52,10 +52,10 @@ source_set("shell") {
|
| deps = [
|
| "//base/third_party/dynamic_annotations",
|
| "//crypto:crypto",
|
| + "//mojo/edk/system",
|
| "//mojo/environment:chromium",
|
| "//mojo/shell/public/cpp:sources",
|
| "//mojo/util:filename_util",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| "//url",
|
| ]
|
| }
|
| @@ -96,13 +96,13 @@ test("mojo_shell_unittests") {
|
| ":test_support",
|
| "//base",
|
| "//mojo/edk/system:test_utils",
|
| + "//mojo/edk/test:run_all_unittests",
|
| "//mojo/public/cpp/system",
|
| "//mojo/shell/fetcher",
|
| "//mojo/shell/package_manager",
|
| "//mojo/shell/public/cpp",
|
| "//mojo/util:filename_util",
|
| "//testing/gtest",
|
| - "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
|
| "//url",
|
| ]
|
| }
|
| @@ -153,11 +153,11 @@ executable("application_manager_apptest_driver") {
|
| "//base:base_static",
|
| "//mojo/common:common_base",
|
| "//mojo/converters/network",
|
| + "//mojo/edk/system",
|
| "//mojo/runner:init",
|
| "//mojo/runner/child:test_native_main",
|
| "//mojo/shell/public/cpp",
|
| "//mojo/shell/public/interfaces",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| ]
|
| }
|
|
|
|
|