Roll src/third_party/WebKit e353f22:4d062fa (svn 200353:200356)
[chromium-blink-merge.git] / mojo / test / BUILD.gn
blob05f54a4036b29005638e2fd83324dbf2cd493c77
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 source_set("test_support") {
6   sources = [
7     "test_utils.h",
8     "test_utils_posix.cc",
9     "test_utils_win.cc",
10   ]
12   public_deps = [
13     "//base",
14   ]