Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: mojo/edk/test/BUILD.gn

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/edk/system/core.cc ('k') | mojo/edk/test/run_all_perftests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 static_library("test_support") { 7 static_library("test_support") {
8 testonly = true 8 testonly = true
9 sources = [ 9 sources = [
10 "mojo_test_base.cc", 10 "mojo_test_base.cc",
11 "mojo_test_base.h", 11 "mojo_test_base.h",
12 "scoped_ipc_support.cc",
13 "scoped_ipc_support.h",
14 "test_utils.h", 12 "test_utils.h",
15 "test_utils_posix.cc", 13 "test_utils_posix.cc",
16 "test_utils_win.cc", 14 "test_utils_win.cc",
17 ] 15 ]
18 16
19 if (!is_ios) { 17 if (!is_ios) {
20 sources += [ 18 sources += [
21 "multiprocess_test_helper.cc", 19 "multiprocess_test_helper.cc",
22 "multiprocess_test_helper.h", 20 "multiprocess_test_helper.h",
23 ] 21 ]
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "//mojo/public/c/system/tests:perftests", 122 "//mojo/public/c/system/tests:perftests",
125 ] 123 ]
126 } 124 }
127 125
128 test("mojo_public_system_unittests") { 126 test("mojo_public_system_unittests") {
129 deps = [ 127 deps = [
130 ":run_all_unittests", 128 ":run_all_unittests",
131 "//mojo/public/cpp/system/tests", 129 "//mojo/public/cpp/system/tests",
132 ] 130 ]
133 } 131 }
OLDNEW
« no previous file with comments | « mojo/edk/system/core.cc ('k') | mojo/edk/test/run_all_perftests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698