| Index: components/arc/common/bitmap.typemap
|
| diff --git a/components/arc/common/bitmap.typemap b/components/arc/common/bitmap.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..73529dc3611364baff47d1a5e6fb12591801e274
|
| --- /dev/null
|
| +++ b/components/arc/common/bitmap.typemap
|
| @@ -0,0 +1,13 @@
|
| +mojom = "//components/arc/common/bitmap.mojom"
|
| +public_headers = [ "//third_party/skia/include/core/SkBitmap.h" ]
|
| +traits_headers = [ "//components/arc/bitmap/bitmap_struct_traits.h" ]
|
| +sources = [
|
| + "//components/arc/bitmap/bitmap_struct_traits.cc",
|
| +]
|
| +deps = [
|
| + "//skia",
|
| +]
|
| +public_deps = [
|
| + "//skia",
|
| +]
|
| +type_mappings = [ "arc.mojom.ArcBitmap=SkBitmap" ]
|
|
|