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 # GYP version: mojo/mojo_base.gyp:mojo_run_all_unittests
6 source_set("run_all_unittests") {
10 "//base/test:test_support",
11 "//mojo/public/c/test_support",
16 sources = [ "run_all_unittests.cc" ]
19 # GYP version: mojo/mojo_base.gyp:mojo_test_support_impl
20 source_set("test_support_impl") {
26 "test_support_impl.cc",
27 "test_support_impl.h",
31 # GYP version: mojo/mojo_base.gyp:mojo_common_test_support
32 source_set("test_support") {
35 "//base/test:test_support",
41 "multiprocess_test_helper.cc",
42 "multiprocess_test_helper.h",
44 "test_utils_posix.cc",