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

Side by Side Diff: ipc/BUILD.gn

Issue 2506813002: Remove ipc/test_util_mac.*. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | ipc/test_util_mac.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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("//build/config/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 component("ipc") { 10 component("ipc") {
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "ipc_perftest_support.cc", 235 "ipc_perftest_support.cc",
236 "ipc_perftest_support.h", 236 "ipc_perftest_support.h",
237 "ipc_security_test_util.cc", 237 "ipc_security_test_util.cc",
238 "ipc_security_test_util.h", 238 "ipc_security_test_util.h",
239 "ipc_test_base.cc", 239 "ipc_test_base.cc",
240 "ipc_test_base.h", 240 "ipc_test_base.h",
241 "ipc_test_channel_listener.cc", 241 "ipc_test_channel_listener.cc",
242 "ipc_test_channel_listener.h", 242 "ipc_test_channel_listener.h",
243 "ipc_test_sink.cc", 243 "ipc_test_sink.cc",
244 "ipc_test_sink.h", 244 "ipc_test_sink.h",
245 "test_util_mac.cc",
246 "test_util_mac.h",
247 ] 245 ]
248 public_deps = [ 246 public_deps = [
249 ":ipc", 247 ":ipc",
250 ] 248 ]
251 deps = [ 249 deps = [
252 "//base", 250 "//base",
253 "//base/test:test_support", 251 "//base/test:test_support",
254 "//mojo/edk/test:test_support", 252 "//mojo/edk/test:test_support",
255 "//testing/gtest", 253 "//testing/gtest",
256 ] 254 ]
257 } 255 }
258 } 256 }
OLDNEW
« no previous file with comments | « no previous file | ipc/test_util_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698