blob: 33776951de110922207b5d2190d079ccacc25d0c [file] [log] [blame]
# 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 = "//ui/gfx/mojo/icc_profile.mojom"
public_headers = [ "//ui/gfx/icc_profile.h" ]
traits_headers = [ "//ui/gfx/ipc/color/gfx_param_traits.h" ]
public_deps = [
"//ipc",
"//ui/gfx",
]
deps = [
"//ui/gfx/ipc/color",
]
type_mappings = [ "gfx.mojom.ICCProfile=gfx::ICCProfile" ]