| Index: mojo/cc/BUILD.gn
|
| diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn
|
| index 1abf712ae2f59b91cdf8f13967aaefaf61e0635c..808373553615dc304f329f7ffb163fbeba0af4d1 100644
|
| --- a/mojo/cc/BUILD.gn
|
| +++ b/mojo/cc/BUILD.gn
|
| @@ -9,6 +9,7 @@ source_set("cc") {
|
| "//cc",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| + "//components/surfaces/public/interfaces",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//mojo/converters/surfaces",
|
| @@ -17,7 +18,6 @@ source_set("cc") {
|
| "//third_party/mojo/src/mojo/public/c/gles2",
|
| "//third_party/mojo/src/mojo/public/cpp/environment",
|
| "//third_party/mojo/src/mojo/public/cpp/system",
|
| - "//third_party/mojo_services/src/surfaces/public/interfaces",
|
| ]
|
|
|
| sources = [
|
|
|