| Index: mojo/shell/runner/host/BUILD.gn
|
| diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
|
| index 1f0d194f3d5336bd4e20543e41b5dcdd5e78da90..0522d97c055054f3c6c3dc3e9aa8a338068ca2e4 100644
|
| --- a/mojo/shell/runner/host/BUILD.gn
|
| +++ b/mojo/shell/runner/host/BUILD.gn
|
| @@ -75,7 +75,6 @@ source_set("lib") {
|
| "//base:base_static",
|
| "//base:i18n",
|
| "//mojo/edk/system",
|
| - "//mojo/gles2",
|
| "//mojo/message_pump",
|
| "//mojo/platform_handle:platform_handle_impl",
|
| "//mojo/shell",
|
| @@ -110,9 +109,7 @@ test("mojo_runner_host_unittests") {
|
| ":lib",
|
| "//base",
|
| "//base/test:test_support",
|
| - "//mojo/common",
|
| "//mojo/edk/system",
|
| - "//mojo/environment:chromium",
|
| "//mojo/message_pump",
|
| "//mojo/shell/runner:init",
|
| "//mojo/shell/runner/common",
|
|
|