| Index: mojo/runner/BUILD.gn
 | 
| diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
 | 
| index 1744441344426cd82f0774ef0838db7b8e2af614..89cf5eccc2636b7b2efa93b348516354c229188d 100644
 | 
| --- a/mojo/runner/BUILD.gn
 | 
| +++ b/mojo/runner/BUILD.gn
 | 
| @@ -33,6 +33,7 @@ source_set("mojo_runner_lib") {
 | 
|      "//build/config/sanitizers:deps",
 | 
|      "//mojo/common",
 | 
|      "//mojo/environment:chromium",
 | 
| +    "//mojo/message_pump",
 | 
|    ]
 | 
|  
 | 
|    if (!is_android) {
 | 
| @@ -127,11 +128,12 @@ source_set("lib") {
 | 
|      "//components/devtools_service/public/interfaces",
 | 
|      "//mojo/application/public/cpp",
 | 
|      "//mojo/common:tracing_impl",
 | 
| -    "//mojo/util:filename_util",
 | 
| -    "//third_party/mojo/src/mojo/edk/system",
 | 
| +    "//mojo/message_pump",
 | 
|      "//mojo/services/network/public/interfaces",
 | 
| -    "//mojo/shell",
 | 
|      "//mojo/services/tracing:bindings",
 | 
| +    "//mojo/shell",
 | 
| +    "//mojo/util:filename_util",
 | 
| +    "//third_party/mojo/src/mojo/edk/system",
 | 
|      "//ui/gl",
 | 
|      "//url",
 | 
|    ]
 | 
| @@ -439,6 +441,7 @@ test("mojo_runner_unittests") {
 | 
|      "//mojo/application/public/cpp",
 | 
|      "//mojo/common",
 | 
|      "//mojo/environment:chromium",
 | 
| +    "//mojo/message_pump",
 | 
|      "//mojo/services/test_service:bindings",
 | 
|      "//mojo/shell",
 | 
|      "//mojo/util:filename_util",
 | 
| 
 |