| Index: chrome/browser/BUILD.gn | 
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn | 
| index f008f5135642b58a8d06beed90012a88b3c7d4c4..11f5399fbe607a24ae6b9ee5df1fe19f01cffcff 100644 | 
| --- a/chrome/browser/BUILD.gn | 
| +++ b/chrome/browser/BUILD.gn | 
| @@ -575,22 +575,19 @@ source_set("browser") { | 
| # These files are only built in a GN build because they bring in | 
| # dependencies that don't build with GYP. | 
| sources += [ | 
| -      "mojo_runner_state.cc", | 
| -      "mojo_runner_state.h", | 
| "ui/views/frame/browser_frame_mus.cc", | 
| "ui/views/frame/browser_frame_mus.h", | 
| ] | 
| deps += [ | 
| -      "//components/mus/public/interfaces", | 
| +      "//content/public/common", | 
| "//mojo/runner/child:lib", | 
| -      "//mojo/converters/network", | 
| "//ui/aura", | 
| "//ui/compositor", | 
| "//ui/keyboard", | 
| "//ui/keyboard:keyboard_with_content", | 
| -      "//ui/views/mus", | 
| +      "//ui/views/mus:for_component", | 
| ] | 
| -    defines += [ "MOJO_RUNNER_CLIENT" ] | 
| +    defines += [ "MOJO_SHELL_CLIENT" ] | 
| data_deps += [ "//components/mus/example/wm:example_wm" ] | 
| } | 
| if (ui_compositor_image_transport) { | 
|  |