repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Roll src/third_party/WebKit e353f22:4d062fa (svn 200353:200356)
[chromium-blink-merge.git]
/
mojo
/
test
/
BUILD.gn
blob
05f54a4036b29005638e2fd83324dbf2cd493c77
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.
4
5
source_set("test_support") {
6
sources = [
7
"test_utils.h",
8
"test_utils_posix.cc",
9
"test_utils_win.cc",
10
]
11
12
public_deps = [
13
"//base",
14
]
15
}