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

Side by Side Diff: ui/gfx/mojo/BUILD.gn

Issue 2502703002: Add more robust gfx::ColorSpace<->gfx::ICCProfile conversion (Closed)
Patch Set: Clean up includes Created 4 years, 1 month 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 | « ui/gfx/ipc/color/gfx_param_traits_macros.h ('k') | ui/gfx/mojo/color_space.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 mojom("mojo") { 7 mojom("mojo") {
8 sources = [ 8 sources = [
9 "accelerated_widget.mojom", 9 "accelerated_widget.mojom",
10 "buffer_types.mojom", 10 "buffer_types.mojom",
11 "color_space.mojom",
11 "icc_profile.mojom", 12 "icc_profile.mojom",
12 "selection_bound.mojom", 13 "selection_bound.mojom",
13 "transform.mojom", 14 "transform.mojom",
14 ] 15 ]
15 16
16 public_deps = [ 17 public_deps = [
17 "//ui/gfx/geometry/mojo", 18 "//ui/gfx/geometry/mojo",
18 ] 19 ]
19 } 20 }
20 21
(...skipping 11 matching lines...) Expand all
32 sources = [ 33 sources = [
33 "selection_bound_struct_traits.h", 34 "selection_bound_struct_traits.h",
34 "transform_struct_traits.h", 35 "transform_struct_traits.h",
35 ] 36 ]
36 public_deps = [ 37 public_deps = [
37 ":mojo_shared_cpp_sources", 38 ":mojo_shared_cpp_sources",
38 "//mojo/public/cpp/bindings", 39 "//mojo/public/cpp/bindings",
39 "//ui/gfx", 40 "//ui/gfx",
40 ] 41 ]
41 } 42 }
OLDNEW
« no previous file with comments | « ui/gfx/ipc/color/gfx_param_traits_macros.h ('k') | ui/gfx/mojo/color_space.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698