| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 105004ae7e7cf1cf7014fa2914ae81a1db56bec2..01f32f8f81a8171df538943dc1182274db5ca1cb 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -307,9 +307,6 @@ component("cc") {
|
| "playback/largest_display_item.cc",
|
| "playback/largest_display_item.h",
|
| "playback/position_image.h",
|
| - "playback/raster_source.h",
|
| - "playback/raster_source_helper.cc",
|
| - "playback/raster_source_helper.h",
|
| "playback/transform_display_item.cc",
|
| "playback/transform_display_item.h",
|
| "quads/content_draw_quad_base.cc",
|
| @@ -880,7 +877,9 @@ test("cc_unittests") {
|
| "//ui/gl:test_support",
|
| ]
|
|
|
| - data_deps = [ "//third_party/mesa:osmesa" ]
|
| + data_deps = [
|
| + "//third_party/mesa:osmesa",
|
| + ]
|
| }
|
|
|
| test("cc_perftests") {
|
|
|