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")
8 # Meta-target, don't link into production code.
15 if (!is_component_build) {
16 deps += [ "//mandoline/app" ]
27 deps += [ "//tools/xdisplaycheck" ]
30 # TODO(GYP): Make this work.
31 if (!is_component_build && !is_mac) {
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",