Revert of Disabled WebRtcBrowserTest.CanSetupCallAndSendDtmf (patchset #1 id:1 of...
[chromium-blink-merge.git] / mojo / services / BUILD.gn
blobdea71211f9272ded060e55ab6d98f07887e9f5e0
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     "//mojo/services/test_service",
13   ]
15   if (!is_component_build) {
16     deps += [
17       "//mojo/services/network",
18       "//mojo/services/tracing",
19     ]
20   }