| Index: mojo/runner/BUILD.gn | 
| diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn | 
| index 6dd9642401a1c844eab46ae42627984e3551b4ed..11da20171dff1dfe6fd54b743875b9a44e02fb3d 100644 | 
| --- a/mojo/runner/BUILD.gn | 
| +++ b/mojo/runner/BUILD.gn | 
| @@ -51,7 +51,10 @@ source_set("mojo_runner_lib") { | 
| "register_local_aliases.cc", | 
| "register_local_aliases.h", | 
| ] | 
| -    deps += [ "//components/tracing:startup_tracing" ] | 
| +    deps += [ | 
| +      "//components/tracing:startup_tracing", | 
| +      "//third_party/icu:icudata", | 
| +    ] | 
| } else { | 
| sources += [ | 
| "android/context_init.h", | 
| @@ -104,6 +107,7 @@ source_set("init") { | 
| deps = [ | 
| ":switches", | 
| "//base", | 
| +    "//base:i18n", | 
| ] | 
| } | 
|  | 
| @@ -164,6 +168,8 @@ source_set("lib") { | 
| public_deps = [ | 
| ":init", | 
| ":switches", | 
| +    ":native_application_support", | 
| +    "//mojo/shell", | 
| ] | 
|  | 
| data_deps = [ | 
|  |