Index: skia/public/interfaces/skbitmap.typemap |
diff --git a/skia/public/interfaces/skbitmap.typemap b/skia/public/interfaces/skbitmap.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7fc33002b5a0e2e402bb782513400a0223f9f18a |
--- /dev/null |
+++ b/skia/public/interfaces/skbitmap.typemap |
@@ -0,0 +1,10 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+mojom = "//skia/public/interfaces/bitmap.mojom" |
+public_headers = [ "//third_party/skia/include/core/SkBitmap.h" ] |
+traits_headers = [ "//skia/public/interfaces/bitmap_skbitmap_struct_traits.h" ] |
+deps = [ "//mojo/public/cpp/bindings" ] |
yzshen1
2016/05/26 22:44:13
I think this is not necessary. Right?
msw
2016/05/27 19:34:11
This fixes the analyze step failure from the prior
yzshen1
2016/05/31 23:17:36
Ah, I see. Thanks!
|
+public_deps = [ "//skia" ] |
+type_mappings = [ "skia.mojom.Bitmap=SkBitmap" ] |