| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 37fbb007fef1d34bf0aa3a3faf535ec1876bc087..79f346518435e796ba907750a45ae54addbf2c43 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -567,11 +567,13 @@ source_set("browser") {
|
| sources +=
|
| rebase_path(gypi_values.chrome_browser_aura_sources, ".", "//chrome")
|
| deps += [
|
| + "//mojo/runner/child:lib",
|
| "//ui/aura",
|
| "//ui/compositor",
|
| "//ui/keyboard",
|
| "//ui/keyboard:keyboard_with_content",
|
| ]
|
| + defines += [ "MOJO_RUNNER_CLIENT" ]
|
| }
|
| if (ui_compositor_image_transport) {
|
| deps += [ "//ui/gl" ]
|
|
|