| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 511027e3091aa356164b5e75cfcaf54465326173..96f017dc7ca89baa9da4ea82b3957a0c511f0391 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -56,6 +56,7 @@ source_set("common") {
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/service",
|
| "//gpu/ipc",
|
| + "//mojo/public/interfaces/interface_provider",
|
| "//ui/gl",
|
| "//webkit/browser:storage",
|
| "//webkit/common",
|
| @@ -264,6 +265,6 @@ source_set("common") {
|
|
|
| mojom("mojo_bindings") {
|
| sources = [
|
| - "web_ui_setup.mojom",
|
| + "render_frame_setup.mojom",
|
| ]
|
| }
|
|
|