Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / mandoline / BUILD.gn
bloba9b396d12ffe9ee4d15fef6fa2f8c2a022ddd561
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 import("//build/config/ui.gni")
7 group("all") {
8   # Meta-target, don't link into production code.
9   testonly = true
11   deps = [
12     ":tests",
13   ]
15   if (!is_component_build) {
16     deps += [ "//mandoline/app" ]
17   }
20 group("tests") {
21   testonly = true
22   deps = [
23     "//mojo:tests",
24   ]
26   if (use_x11) {
27     deps += [ "//tools/xdisplaycheck" ]
28   }
30   # TODO(GYP): Make this work.
31   if (!is_component_build && !is_mac) {
32     deps += [
33       "//components/clipboard:apptests",
34       "//components/filesystem:apptests",
35       "//components/html_viewer:apptests",
36       "//components/html_viewer:html_viewer_unittests",
37       "//components/resource_provider:apptests",
38       "//components/resource_provider:resource_provider_unittests",
39       "//components/view_manager:tests",
40       "//mandoline/tab:mandoline_frame_apptests",
41       "//mandoline/ui/browser:mandoline_browser_apptests",
42       "//media/mojo/services:tests",
43       "//sql/mojo:apptests",
44     ]
45   }