| Index: gpu/command_buffer/service/BUILD.gn
|
| diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
|
| index f4e6199008fef722b49c68464e03ad208536d93e..c9f8f57e9dc3edb7fc036217bebb902a702666e7 100644
|
| --- a/gpu/command_buffer/service/BUILD.gn
|
| +++ b/gpu/command_buffer/service/BUILD.gn
|
| @@ -123,14 +123,13 @@ source_set("service") {
|
| "//base/third_party/dynamic_annotations",
|
| "//crypto",
|
| "//gpu/command_buffer/common",
|
| + "//third_party/angle:translator",
|
| "//third_party/protobuf:protobuf_lite",
|
| "//third_party/re2",
|
| "//third_party/smhasher:cityhash",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/gl",
|
| - #TODO(GYP)
|
| - #'<(angle_path)/src/build_angle.gyp:translator',
|
| ]
|
|
|
| if (ui_compositor_image_transport) {
|
|
|