| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index c1857dcfb581e37c212efa3d4906a8e0b9fa0959..40afb69402bc741e86d927c0be7452ec0a896fb5 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -113,21 +113,6 @@ static_library("arc_base") {
|
| ]
|
| }
|
|
|
| -static_library("arc_bitmap") {
|
| - sources = [
|
| - "bitmap/bitmap_type_converters.cc",
|
| - "bitmap/bitmap_type_converters.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//skia",
|
| - ]
|
| -
|
| - public_deps = [
|
| - ":arc_bindings",
|
| - ]
|
| -}
|
| -
|
| mojom("arc_bindings") {
|
| sources = [
|
| "common/app.mojom",
|
|
|