| Index: mojo/cc/BUILD.gn
|
| diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn
|
| index 66ebae62e7007d92a871c4648715a2a83badb761..7fbe9ffee1ccc54cd779e3f38ca18b1adc0baa10 100644
|
| --- a/mojo/cc/BUILD.gn
|
| +++ b/mojo/cc/BUILD.gn
|
| @@ -9,12 +9,17 @@ source_set("cc") {
|
| deps = [
|
| "//base",
|
| "//cc",
|
| + "//cc/surfaces",
|
| "//skia",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| + "//mojo/services/public/cpp/surfaces",
|
| + "//mojo/services/public/interfaces/surfaces",
|
| ] + mojo_gles2_for_shared_library
|
|
|
| sources = [
|
| "context_provider_mojo.cc",
|
| "context_provider_mojo.h",
|
| + "output_surface_mojo.cc",
|
| + "output_surface_mojo.h",
|
| ]
|
| }
|
|
|