Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: components/arc/common/bitmap.typemap

Issue 2308663002: Migrate ArcBitmap to use typemapping (Closed)
Patch Set: Addressed comment Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/arc/bitmap/bitmap_type_converters.cc ('k') | components/arc/common/typemaps.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 mojom = "//components/arc/common/bitmap.mojom"
2 public_headers = [ "//third_party/skia/include/core/SkBitmap.h" ]
3 traits_headers = [ "//components/arc/bitmap/bitmap_struct_traits.h" ]
4 sources = [
5 "//components/arc/bitmap/bitmap_struct_traits.cc",
6 ]
7 deps = [
8 "//skia",
9 ]
10 public_deps = [
11 "//skia",
12 ]
13 type_mappings = [ "arc.mojom.ArcBitmap=SkBitmap" ]
OLDNEW
« no previous file with comments | « components/arc/bitmap/bitmap_type_converters.cc ('k') | components/arc/common/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698