| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 88890f00fb46f7e79fd0535815bca87b14eb023a..5aaf18130d54ab86c00583e254df698a2ac37b9e 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -48,6 +48,7 @@ source_set("common") {
|
| "//ipc",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| + "//mojo/public/interfaces/interface_provider",
|
| "//ui/gl",
|
| #'../cc/cc.gyp:cc',
|
| #'../gpu/gpu.gyp:command_buffer_service',
|
| @@ -264,6 +265,6 @@ source_set("common") {
|
|
|
| mojom("mojo_bindings") {
|
| sources = [
|
| - "web_ui_setup.mojom",
|
| + "render_frame_setup.mojom",
|
| ]
|
| }
|
|
|