Don't trigger HW acceleration from Toasts on low-end devices.
[chromium-blink-merge.git] / mojo / services / BUILD.gn
blob9272f92dd0849ac8a95f29bc8e9ceeef2636b778
1 # Copyright 2014 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("services") {
8   # Meta-target, don't link into production code.
9   testonly = true
10   deps = [
11     "//mojo/services/network/public/interfaces",
12   ]
14   if (!is_component_build) {
15     deps += [
16       "//mojo/services/network",
17       "//mojo/services/test_service",
18       "//mojo/services/tracing",
19     ]
20   }