| OLD | NEW |
| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "ipc_test_sink.h", | 285 "ipc_test_sink.h", |
| 286 "test_util_mac.cc", | 286 "test_util_mac.cc", |
| 287 "test_util_mac.h", | 287 "test_util_mac.h", |
| 288 ] | 288 ] |
| 289 public_deps = [ | 289 public_deps = [ |
| 290 ":ipc", | 290 ":ipc", |
| 291 ] | 291 ] |
| 292 deps = [ | 292 deps = [ |
| 293 "//base", | 293 "//base", |
| 294 "//base/test:test_support", | 294 "//base/test:test_support", |
| 295 "//mojo/edk/test:test_support", | |
| 296 "//testing/gtest", | 295 "//testing/gtest", |
| 297 ] | 296 ] |
| 298 } | 297 } |
| 299 } | 298 } |
| OLD | NEW |