gfx: Remove dead-code related to color-profile.
[chromium-blink-merge.git] / mandoline / BUILD.gn
blob4395ece8f3e155837f2c659ad1dfc3c48429e388
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 group("all") {
6   # Meta-target, don't link into production code.
7   testonly = true
9   deps = [
10     ":tests",
11   ]
13   if (!is_component_build) {
14     deps += [ "//mandoline/app" ]
15   }
18 group("tests") {
19   testonly = true
20   deps = [
21     "//mojo:tests",
22   ]
24   # TODO(GYP): Make this work.
25   if (!is_component_build && !is_mac) {
26     deps += [
27       "//components/clipboard:apptests",
28       "//components/filesystem:apptests",
29       "//components/html_viewer:apptests",
30       "//components/html_viewer:tests",
31       "//components/resource_provider:apptests",
32       "//components/resource_provider:tests",
33       "//components/view_manager:tests",
34       "//mandoline/tab:mandoline_frame_apptests",
35     ]
36   }