Fixing paths messed up in previous sel_ldr.py change.
[chromium-blink-merge.git] / mandoline / BUILD.gn
blobd76d752c8100a07367357769be36fde0570ca473
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   if (is_linux) {
25     deps += [ "//tools/xdisplaycheck" ]
26   }
28   # TODO(GYP): Make this work.
29   if (!is_component_build && !is_mac) {
30     deps += [
31       "//components/clipboard:apptests",
32       "//components/filesystem:apptests",
33       "//components/html_viewer:apptests",
34       "//components/html_viewer:html_viewer_unittests",
35       "//components/resource_provider:apptests",
36       "//components/resource_provider:resource_provider_unittests",
37       "//components/view_manager:tests",
38       "//mandoline/tab:mandoline_frame_apptests",
39       "//media/mojo/services:media_apptests",
40     ]
41   }